Skip to content

Commit

Permalink
Add retry policy to guest-os-upgrade-from-master
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Piccioni committed Dec 8, 2021
1 parent 69f18ce commit c9996a3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions gitlab-ci/config/47--guest-os-test--guest-os-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- .ubuntu-nix-docker
- .rules-parent-pipeline
stage: guest-os-test
retry: 2
# The e2e tests are flaky and impacting developer merges
# https://dfinity.slack.com/archives/C012RDFNK7U/p1618233620112900
variables:
Expand Down Expand Up @@ -149,6 +150,7 @@ e2e-scalability-suite-test:
guest-os-upgrade-to-self:
extends:
- .e2e-test-base
timeout: 20m
needs:
- guest-os-diskimg
- guest-os-updateimg-build
Expand Down Expand Up @@ -228,6 +230,7 @@ guest-os-upgrade-to-self:
guest-os-upgrade-to-master:
extends:
- .e2e-test-base
timeout: 20m
needs:
- guest-os-diskimg
- guest-os-updateimg-build
Expand Down Expand Up @@ -323,6 +326,7 @@ guest-os-upgrade-to-master:
guest-os-upgrade-from-master:
extends:
- .e2e-test-base
timeout: 20m
needs:
- guest-os-diskimg
- guest-os-updateimg-build
Expand Down Expand Up @@ -425,9 +429,7 @@ guest-os-upgrade-from-master:
guest-os-upgrade-app-subnet-to-self:
extends:
- .e2e-test-base
# Test is flaky as of 2021-15-13
# Example pipeline: https://gitlab.com/dfinity-lab/core/dfinity/-/pipelines/302297504
retry: 1
timeout: 20m
needs:
- guest-os-diskimg
- guest-os-updateimg-build
Expand Down

0 comments on commit c9996a3

Please sign in to comment.