Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 567788

Summary: Nodes of label ci-pod-10488367-... used by glassfish are offline
Product: Community Reporter: Piotr Żygieło <piotr.zygielo>
Component: CI-JenkinsAssignee: CI Admin Inbox <ci.admin-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: frederic.gurr, webmaster
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Piotr Żygieło CLA 2020-10-11 04:48:22 EDT
Currently started job https://ci.eclipse.org/glassfish/job/glassfish-copyright-plugin/view/change-requests/job/PR-12/1/console:

Branch indexing
03:38:07 Connecting to https://api.github.com using glassfish-bot/****** (GitHub bot)
Connecting to https://api.github.com to check permissions of obtain list of pzygielo for eclipse-ee4j/glassfish-copyright-plugin
Loading trusted files from base branch master at d73b04ca14313ffe24bcd086723fb5165e8e9bf5 rather than b3e551ad9735c8fdb4434976b0c823cc4fbbb5a2
Obtained Jenkinsfile from d73b04ca14313ffe24bcd086723fb5165e8e9bf5
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
All nodes of label ‘ci-pod-10488367-bad8-486c-a5e0-492617de0f4c’ are offline


Please put some nodes of mentioned label online or migrate the job to different set of nodes.
Comment 1 Piotr Żygieło CLA 2020-10-11 04:58:47 EDT
Now I see this label is probably generated in Jenkinsfile of the project:

> env.label = "ci-pod-${UUID.randomUUID().toString()}"
Comment 2 Frederic Gurr CLA 2020-10-12 08:57:25 EDT
The following PR needs to be merged first, before the build works again:

https://github.com/eclipse-ee4j/glassfish-copyright-plugin/pull/13
Comment 3 Piotr Żygieło CLA 2020-10-12 09:44:32 EDT
Thanks, Frederic!