-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: trigger windows vhd ev2 build pipeline #3551
Conversation
Pull Request Test Coverage Report for Build 6035171623
💛 - Coveralls |
69af5a3
to
a0224a5
Compare
93b71d7
to
8994aba
Compare
3c30bfe
to
02f2516
Compare
93fd9de
to
7716f76
Compare
pipeline_id="322622" | ||
echo "Build ID for the release is $BUILD_ID" | ||
run_id=$(az pipelines run --id $pipeline_id --variables VHD_PIPELINE_RUN_ID=$BUILD_ID | jq -r '.id') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where are we specifying the source artifacts to run this off of? the naming is usually based on the name of those artifacts - wondering if something funky is going on with that specifically
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://learn.microsoft.com/en-us/azure/devops/pipelines/release/artifacts?view=azure-devops#artifact-sources---azure-pipelines if you are referring to this, the source comes from artifact variable Build.BuildNumber
the release name format is $(Build.BuildNumber)
was the funky thing. It's empty.
ev2_artifacts
is the primary artifact for SIG release.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
btw --artifact-metadata-list "ev2_artifacts=$RUN_ID" the RUN_ID
is the id for Build EV2 artifacts not the VHD build id (VHD_PIPELINE_RUN_ID
) if that's confusing. Techincally no "name" is passed directly, it should be deduced from id (either BUILD_ID
or run_id
)
5cd5d0f
to
264f6ab
Compare
264f6ab
to
78f6e7f
Compare
What type of PR is this?
Automatically trigger the pipeline to build windows vhd ev2 artifacts.
/kind feature
What this PR does / why we need it:
Generate artifacts for windows VHD sig automatically.
Which issue(s) this PR fixes:
Fixes #
Requirements:
Special notes for your reviewer:
Only merge after #3439
Release note: