-
Notifications
You must be signed in to change notification settings - Fork 75
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
Docker builds fail silenty for build-centos_8.sh / .... #2263
Comments
It seems be cause by this: https://serverfault.com/questions/1161816/mirrorlist-centos-org-no-longer-resolve To unblock the build I have now removed
from the config |
Yep, the Jenkins build should fail. And Centos-8 should be finally laid to rest. 😬 |
I restarted the build now to see if we can build centos-9 once thats done I'll try to upgrade SWT to use the centos-9 image to see if we can simply use that. |
@fredg02 as we are talking about does the 83 in the name means it is centos8.3? I also wondering why we need this specific node for the build of Docker images, are there alternatives? I currently see a loot of free executors lingering around so why not use any other? No Docker installed? |
Yep. https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/1018#note_665337 is a strong indication.
@sravanlakkimsetti should know more why only this agent is used for building docker images. |
See also #2271, I think maybe no docker plus missing credentials?
In the oldest build before you removed the old images I also see the following output that indicates that the build didn't succeed:
I assume (but I'm not a Unix bash expert) that's because the builds are executed in parallel and awaited using
? |
Btw. I think you missed to remove the 'push' part, but with #2271 I'm cleaning the entire Docker image build. |
Would it be possible to combine the standard template used by default in this project's repo I assume/guess that you cannot combine the images/templates arbitrarily, can you? |
Should this one be closed now? |
The second issue is definitively addressed now, but I don't know if the build now fails if something is missing. At least as far as I can say there is no option set that suppresses any warnings and a fail of the docker build/push should fail the pipeline. |
Let's consider this completed since it seems we cannot do more. If we encounter more trouble in the future we might further adapt then. |
If I run
build-centos_8.sh
locally I get the following output:But the Jenkins build succeeds https://ci.eclipse.org/releng/view/Miscellaneous/job/Build-Docker-images/ and simply do not publish any updates anymore.
FYI @fredg02 @akurtakov
@sravanlakkimsetti I assigned this to you as you seem to have setup the build (and scripts) here.
There are two issues:
The text was updated successfully, but these errors were encountered: