Skip to content

Commit

Permalink
Merge "[tempest][stepler] Change test jobs restart policies"
Browse files Browse the repository at this point in the history
  • Loading branch information
MOS CI authored and Gerrit Code Review committed Dec 24, 2024
2 parents be51726 + 359e264 commit e1ed95a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/openstack/stepler/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ bootstrap:

jobs:
run_tests:
backoffLimit: 6
restartPolicy: OnFailure
backoffLimit: 0
restartPolicy: Never

pod:
user:
Expand Down
4 changes: 2 additions & 2 deletions charts/openstack/tempest/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ ks_user:

jobs:
run_tests:
backoffLimit: 6
restartPolicy: OnFailure
backoffLimit: 0
restartPolicy: Never
static_accounts:
backoffLimit: 6
restartPolicy: OnFailure
Expand Down

0 comments on commit e1ed95a

Please sign in to comment.