Skip to content
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

Avoid archiving tap files when enableTests is false #5412

Closed
LongyuZhang opened this issue Jun 28, 2024 · 1 comment
Closed

Avoid archiving tap files when enableTests is false #5412

LongyuZhang opened this issue Jun 28, 2024 · 1 comment
Assignees

Comments

@LongyuZhang
Copy link
Contributor

In build pipeline, when enableTests is unchecked, then archiving tap files is not needed.
E.g. hyc_jenkins/job/build-scripts/job/openjdk17-pipeline-IBM/775/parameters/ the enableTests is unchecked, but the tap files were still collected.
16:24:20 + find . -type f -name *.tap -exec tar -czf AQAvitTapFiles.tar.gz {} +

@sophia-guo sophia-guo self-assigned this Jun 28, 2024
@sophia-guo
Copy link
Contributor

Dup of adoptium/ci-jenkins-pipelines#1039, fixed by a couple of PR, the main one is https://github.com/adoptium/ci-jenkins-pipelines/pull/1041/files

@LongyuZhang IBM pipeline code needs to sync manually to get the latest code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

No branches or pull requests

2 participants