Skip to content

Commit

Permalink
[Build] Inherit basic config from 'basic' image for linux.x86_64 builder
Browse files Browse the repository at this point in the history
The image is just specified to inherit basic configuration from it and
higher level images are not necessary.

Image description:
https://github.com/eclipse-cbi/jiro-agents/blob/b816db0ea7b1c4f574be1e8d28bd31dafa47f8d4/basic/README.md
  • Loading branch information
HannesWell committed Nov 27, 2024
1 parent 2cc00b7 commit beb2391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
def runOnNativeBuildAgent(String platform, Closure body) {
def final nativeBuildStageName = 'Build SWT-native binaries'
if (platform == 'gtk.linux.x86_64') {
podTemplate(inheritFrom: 'ubuntu-latest' /* inhert general configuration */, containers: [
podTemplate(inheritFrom: 'basic' /* inherit general configuration */, containers: [
containerTemplate(name: 'swtbuild', image: 'eclipse/platformreleng-debian-swtnativebuild:12',
resourceRequestCpu:'1000m', resourceRequestMemory:'512Mi',
resourceLimitCpu:'2000m', resourceLimitMemory:'4096Mi',
Expand Down

0 comments on commit beb2391

Please sign in to comment.