Skip to content

Commit

Permalink
Add temporary taint removal until https://bugzilla.redhat.com/show_bu…
Browse files Browse the repository at this point in the history
  • Loading branch information
dry923 authored and rsevilla87 committed Mar 22, 2022
1 parent 3176deb commit 310676d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions workloads/kube-burner/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,8 @@ snappy_backup() {
../../utils/snappy-move-results/run_snappy.sh metadata.json $snappy_path
store_on_elastic
}

remove_update_taint() {
# This is only here until BZ https://bugzilla.redhat.com/show_bug.cgi?id=2035005 gets resolved
oc adm taint nodes UpdateInProgress:PreferNoSchedule- --all || true
}
1 change: 1 addition & 0 deletions workloads/kube-burner/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

. common.sh

remove_update_taint
deploy_operator
check_running_benchmarks

Expand Down

0 comments on commit 310676d

Please sign in to comment.