Skip to content

Commit

Permalink
Merge pull request #25314 from def-/pr-rollback
Browse files Browse the repository at this point in the history
release-qualification pipeline: Against 0.87.2 and skip upgrade
  • Loading branch information
def- authored Feb 16, 2024
2 parents 3ff7f58 + 0b7aeb8 commit b5be813
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions ci/release-qualification/pipeline.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ steps:
trigger: tests
async: false
build:
# TODO(def-): How to get the last release version here? For now v0.86.1
commit: "62f5f14cd7003570239508cc5ca9a2ede24ac044"
branch: "v0.86.1"
# TODO(def-): How to get the last release version here? For now v0.87.2
commit: "f79ca55f07854fa0f1c0f7bdba8001b615c822e6"
branch: "v0.87.2"
env:
CI_FINAL_PREFLIGHT_CHECK_VERSION: "${BUILDKITE_TAG}"
CI_FINAL_PREFLIGHT_CHECK_ROLLBACK: 1
Expand All @@ -182,20 +182,21 @@ steps:
trigger: tests
async: false
build:
# TODO(def-): How to get the last release version here? For now v0.86.1
commit: "62f5f14cd7003570239508cc5ca9a2ede24ac044"
branch: "v0.86.1"
# TODO(def-): How to get the last release version here? For now v0.87.2
commit: "f79ca55f07854fa0f1c0f7bdba8001b615c822e6"
branch: "v0.87.2"
env:
CI_FINAL_PREFLIGHT_CHECK_VERSION: "${BUILDKITE_TAG}"
CI_FINAL_PREFLIGHT_CHECK_ROLLBACK: 0
skip: "Currently can't run pipeline two times at once, rollback is more interesting anyway"
- id: nightlies-preflight-check-rollback
label: Nightlies with preflight check and rollback
trigger: nightlies
async: false
build:
# TODO(def-): How to get the last release version here? For now v0.86.1
commit: "62f5f14cd7003570239508cc5ca9a2ede24ac044"
branch: "v0.86.1"
# TODO(def-): How to get the last release version here? For now v0.87.2
commit: "f79ca55f07854fa0f1c0f7bdba8001b615c822e6"
branch: "v0.87.2"
env:
CI_FINAL_PREFLIGHT_CHECK_VERSION: "${BUILDKITE_TAG}"
CI_FINAL_PREFLIGHT_CHECK_ROLLBACK: 1
Expand All @@ -205,12 +206,13 @@ steps:
trigger: nightlies
async: false
build:
# TODO(def-): How to get the last release version here? For now v0.86.1
commit: "62f5f14cd7003570239508cc5ca9a2ede24ac044"
branch: "v0.86.1"
# TODO(def-): How to get the last release version here? For now v0.87.2
commit: "f79ca55f07854fa0f1c0f7bdba8001b615c822e6"
branch: "v0.87.2"
env:
CI_FINAL_PREFLIGHT_CHECK_VERSION: "${BUILDKITE_TAG}"
CI_FINAL_PREFLIGHT_CHECK_ROLLBACK: 0
skip: "Currently can't run pipeline two times at once, rollback is more interesting anyway"


- wait: ~
Expand Down

0 comments on commit b5be813

Please sign in to comment.