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 1818def runOnNativeBuildAgent (String platform , Closure body ) {
1919 def final nativeBuildStageName = ' Build SWT-native binaries'
2020 if (platform == ' gtk.linux.x86_64' ) {
21- podTemplate(inheritFrom : ' centos -latest' /* inhert general configuration */ , containers : [
21+ podTemplate(inheritFrom : ' ubuntu -latest' /* inhert general configuration */ , containers : [
2222 containerTemplate(name : ' swtbuild' , image : ' eclipse/platformreleng-centos-swt-build:8' ,
2323 resourceRequestCpu :' 1000m' , resourceRequestMemory :' 512Mi' ,
2424 resourceLimitCpu :' 2000m' , resourceLimitMemory :' 4096Mi' ,
@@ -84,7 +84,7 @@ pipeline {
8484 disableConcurrentBuilds(abortPrevious : true )
8585 }
8686 agent {
87- label ' centos -latest'
87+ label ' ubuntu -latest'
8888 }
8989 tools {
9090 jdk ' temurin-jdk17-latest'
You can’t perform that action at this time.
0 commit comments