Skip to content

Commit

Permalink
fix upgrade failure (openshift#2236)
Browse files Browse the repository at this point in the history
  • Loading branch information
QiaolingTang authored Sep 2, 2021
1 parent 89c8e71 commit 66ec859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/step_definitions/logging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@
raise "Patch failed with #{@result[:response]}" unless @result[:success]
# wait till new csv to be installed
success = wait_for(180, interval: 10) {
subscription(subscription).installplan_csv.include? channel
(subscription(subscription).installplan_csv.include? channel) || (subscription(subscription).installplan_csv.include? (channel.split('-')[1]))
}
raise "the new CSV can't be installed" unless success
# wait till new csv is ready
Expand Down

0 comments on commit 66ec859

Please sign in to comment.