Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Building maven artifacts for Eclipse SUMO

Hi Robert,

Please open a ticket at https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Community&component=CI-Jenkins

Thanks.

Mikaël Barbero 
Manager — Release Engineering and Technology | Eclipse Foundation
🐦 @mikbarbero
Eclipse Foundation: The Platform for Open Innovation and Collaboration

On 7 Apr 2021, at 13:12, Robert.Hilbrich@xxxxxx wrote:

Hi Mikael,
did you get a chance to look at this issue?
Best,
Robert
 
From: cbi-dev <cbi-dev-bounces@xxxxxxxxxxx> On Behalf Of Robert.Hilbrich@xxxxxx
Sent: Friday, March 26, 2021 3:12 PM
To: cbi-dev@xxxxxxxxxxx
Subject: Re: [cbi-dev] Building maven artifacts for Eclipse SUMO
 
Thanks,
I followed your links and read about the Dockerhub situation, which seems a bit problematic. Therefore, I decided to see, if we could live with ghcr.io and uploaded our image there:
 
 
It shows up in the packages view on GitHub and I can also run it locally with that tag. Unfortunately, changing the Jenkinsfile (https://github.com/eclipse/sumo/blob/master/Jenkinsfile) to:
- name: ubuntu-sumo
    tty: true
was not successful. Error log:
 
[Normal][sumo/my-agent-pod-h5kcp-l87d3][BackOff] Back-off pulling image "ghcr.io/eclipse/eclipse-sumo-build-ubuntu:latest"
[Warning][sumo/my-agent-pod-h5kcp-l87d3][Failed] Error: ImagePullBackOff
ERROR: Unable to pull Docker image "ghcr.io/eclipse/eclipse-sumo-build-ubuntu:latest". Check if image tag name is spelled correctly.
 
Do you have an idea what we might have missed? Do we need to enable ghcr.io somewhere?
 
Best,
Robert 
 
 
 
 
From: cbi-dev <cbi-dev-bounces@xxxxxxxxxxx> On Behalf Of Mikael Barbero
Sent: Friday, March 26, 2021 12:57 PM
To: Common-build Developers discussion <cbi-dev@xxxxxxxxxxx>
Subject: Re: [cbi-dev] Building maven artifacts for Eclipse SUMO
 
Hi Robert, 
 
See my answers inline.
 
On 26 Mar 2021, at 10:43, Robert.Hilbrich@xxxxxx wrote:
 
Hi Mikaël,
I think we finally managed to get Eclipse SUMO build on Eclipse CI and deploy to repo.eclipse.org. However, two questions are still open :
 
  1. How can we configure the build-job to be triggered by every commit to the master branch on GitHub? I tried to understand the Jenkins docs, but I did not manage to get it working.
 
The repo https://github.com/eclipse/sumo/ was missing the webhook settings. You should be all set now.

 

  1. Can we get a dockerhub organization / user account for the Eclipse SUMO project to store the custom image? Should we open a bug for that?
 
 
Cheers,
 
 
 
Mikaël Barbero 
Manager — Release Engineering and Technology | Eclipse Foundation
🐦 @mikbarbero
Eclipse Foundation: The Platform for Open Innovation and Collaboration
 
_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cbi-dev

Attachment: signature.asc
Description: Message signed with OpenPGP


Back to the top