File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 18
18
def runOnNativeBuildAgent (String platform , Closure body ) {
19
19
def final nativeBuildStageName = ' Build SWT-native binaries'
20
20
if (platform == ' gtk.linux.x86_64' ) {
21
- podTemplate(inheritFrom : ' centos -latest' /* inhert general configuration */ , containers : [
21
+ podTemplate(inheritFrom : ' ubuntu -latest' /* inhert general configuration */ , containers : [
22
22
containerTemplate(name : ' swtbuild' , image : ' eclipse/platformreleng-centos-swt-build:8' ,
23
23
resourceRequestCpu :' 1000m' , resourceRequestMemory :' 512Mi' ,
24
24
resourceLimitCpu :' 2000m' , resourceLimitMemory :' 4096Mi' ,
@@ -84,7 +84,7 @@ pipeline {
84
84
disableConcurrentBuilds(abortPrevious : true )
85
85
}
86
86
agent {
87
- label ' centos -latest'
87
+ label ' ubuntu -latest'
88
88
}
89
89
tools {
90
90
jdk ' temurin-jdk17-latest'
You can’t perform that action at this time.
0 commit comments