Skip to content

Commit

Permalink
CI: Update mirror refresh script to update submodule in new staging b…
Browse files Browse the repository at this point in the history
…ranch (#720)

This change updates the script that invokes the mirror refresh pipeline
to use the new staging branch for the upcoming 2411 OpenHCL release.
This branch will be used to validate 2411 payload before being pulled
into the release branch.

Co-authored-by: Ben Hillis <[email protected]>
  • Loading branch information
benhillis and Ben Hillis authored Jan 27, 2025
1 parent 099b461 commit dd2d9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/refresh_mirror/refresh-mirror.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def main(pipeline_id: str, token: str, organization: str, project: str, debug: b

build = {
'definition': {'id': pipeline_id},
'templateParameters': {'branchToMirror': 'release/2411', 'branchToUpdateSubmodule': 'release/1.5.2411', 'updateSubmodule': 'true'},
'templateParameters': {'branchToMirror': 'release/2411', 'branchToUpdateSubmodule': 'staging/1.5.2411', 'updateSubmodule': 'true'},
}
build = client.queue_build(build, project=project)
print(f'Scheduled build: {build.id}. Url: {organization}/{project}/_build/results?buildId={build.id}&view=results', file=sys.stderr)
Expand Down

0 comments on commit dd2d9d4

Please sign in to comment.