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

remove downstream create_installer_linux job #268

Merged
merged 1 commit into from
Mar 11, 2022

Conversation

gdams
Copy link
Member

@gdams gdams commented Mar 11, 2022

fixes: #243

The build pipelines are currently still invoking create_installer_linux at the end of each Linux build but it's a no-op (The whole inlined shell script in that jenkins job is commented out, so it copies artifacts around but does nothing with thtem)

The functionality has been superceded by the linuxNew functionality in the adoptium-packages-linux-pipeline job.

@github-actions
Copy link

Thank you for creating a pull request!

Please check out the information below if you have not made a pull request here before (or if you need a reminder how things work).

Code Quality and Contributing Guidelines

If you have not done so already, please familiarise yourself with our Contributing Guidelines and Code Of Conduct, even if you have contributed before.

Tests

Github actions will run a set of jobs against your PR that will lint and unit test your changes. Keep an eye out for the results from these on the latest commit you submitted. For more information, please see our testing documentation.

In order to run the advanced pipeline tests (executing a set of mock pipelines), I require an admin to post run tests on this PR.
If you are not an admin, please ask for one's attention in #infrastructure on Slack or ping one here.

@github-actions github-actions bot added jenkins-pipeline installer Issues that relate to our installer jobs or installer repo linux labels Mar 11, 2022
Copy link
Contributor

@karianna karianna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@adamfarley adamfarley self-requested a review March 11, 2022 11:53
Copy link
Contributor

@adamfarley adamfarley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gdams gdams merged commit e18d9e9 into adoptium:master Mar 11, 2022
@gdams gdams deleted the linux_installer branch March 11, 2022 12:54
AdamBrousseau added a commit to AdamBrousseau/ci-jenkins-pipelines that referenced this pull request Mar 6, 2025
replace os specific labels for mac aarch,x64 with sw.tool.xcode.15_2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
installer Issues that relate to our installer jobs or installer repo jenkins-pipeline linux
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace create_installer_linux
3 participants