-
Notifications
You must be signed in to change notification settings - Fork 236
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(ATH Docker Image) build and deploy with infra.ci.jenkins.io #905
Conversation
7884d59
to
b663058
Compare
The checks are a bit confusing in that there's soo many for the dockerfile, and then the overall build status is Would it be possible to turn off the stage builds and configure the overall build status to be |
Yes of course, nice suggestion! Thanks for the review. This PR stays in draft, because the pipeline-library needs to be updated to allow specifying the registry (and adding the correct credentials) because I'll rebase this PR and set it as "ready to review" once done. |
b714cdf
to
9291f3b
Compare
Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
9291f3b
to
1fa55bf
Compare
- DL4000 - DL3033 for yum packages installation - DL3020 - DL4006 - DL3046 Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
1fa55bf
to
5426c90
Compare
@timja I can't easily find a way to disable the status check "per stage". I can find how to publish a custom one from pipeline though. I'me playing around with the mulitbranch job configuration (manual changes for now) on infra.ci and just set it up like this: But it seems that the checks are kept over time. Do you have a way to clean them up or should I close this PR and open a new one with this setup? |
if you push a new commit it should get rid of the old ones. The stage one is probably ok, as long as the 'default' looking link doesn't point to infra.ci which most people can't access |
Alas it does not :( I've rebased and updated the branch: still the same checks. It's not clear how to disable it.
Which one exactly (screenshot to clarify)? |
|
I'm confused between the "status checks" on the "Conversation" tabs and the "Checks" on the "Checks" tabs. But I don't understand how to tune the "status checks" though 🤔 |
Ready to roll, at least as a 1st version. |
Ref. jenkins-infra/helpdesk#3084
This PR adds a 2nd pipeline which goal is to build/test/deploy the ATH Docker image on the Jenkins controller infra.ci.jenkins.io.
[ ] Link to relevant pull requests, esp. upstream and downstream changes