-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
Collecting release tap files #5404
Conversation
Signed-off-by: Sophia Guo <[email protected]>
Signed-off-by: Sophia Guo <[email protected]>
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.
Other than the order of the parameters comment I added, this LGTM.
string(name: 'RELEASE_TRIAGE_ISSUE_NUMBER', defaultValue: '', description: 'Triage issue number') | ||
string(name: 'RELEASE_TRIAGE_REPO', defaultValue: 'adoptium/aqa-tests', description: 'Triage repo') |
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.
Do you mind to put the TRIAGE_REPO first, and the TRIAGE_ISSUE_NUMBER after it? Matches the ordering we use in other pipelines and in the case of jobName followed by jobNumber
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.
Updated
copyArtifacts ( | ||
filter: "AQAvitTaps/${tapTars}", | ||
fingerprintArtifacts: true, | ||
projectName: "build-scripts/openjdk21-pipeline", //"${Release_PipelineJob_Name}" |
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.
"${Release_PipelineJob_Name}" maybe ?
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.
Yes, thanks!
Signed-off-by: Sophia Guo <[email protected]>
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.
lgtm
Job created as https://ci.adoptium.net/view/Test_grinder/job/TAP_Collection |
* Initail JenkinsFile Signed-off-by: Sophia Guo <[email protected]> * Initial tap collection jenkinsfile Signed-off-by: Sophia Guo <[email protected]> * Format update Signed-off-by: Sophia Guo <[email protected]> --------- Signed-off-by: Sophia Guo <[email protected]>
Close #5242
Taps files attached to release triage issue
Taps Tar files of release pipeline line jobs
Archived - can be consumed by verification jobs as jenkins 's archive artifacts ( url )