Skip to content

Commit

Permalink
Revert "Temporarily disable COS derived image builds and tests (#1222)…
Browse files Browse the repository at this point in the history
…" (#1223)

This reverts commit 556427c.
  • Loading branch information
ChaitanyaKulkarni28 authored Jul 19, 2024
1 parent 556427c commit ac7e606
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion concourse/pipelines/guest-package-build.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,14 @@ local build_guest_agent = buildpackagejob {
machine_type: 't2a-standard-2',
worker_image: 'projects/compute-image-tools/global/images/family/debian-11-worker-arm64',
},
buildpackageimagetaskcos {
image_name: 'cos-113',
source_image: 'cos-113-lts',
dest_image: 'cos-113-((.:build-id))',
commit_sha: '((.:commit-sha))',
machine_type: 'e2-medium',
worker_image: 'projects/compute-image-tools/global/images/family/debian-11-worker',
},
],
},
},
Expand All @@ -409,7 +417,7 @@ local build_guest_agent = buildpackagejob {
'-project=gcp-guest',
'-zone=us-central1-a',
'-test_projects=compute-image-test-pool-002,compute-image-test-pool-003,compute-image-test-pool-004,compute-image-test-pool-005',
'-images=projects/gcp-guest/global/images/debian-11-((.:build-id)),projects/gcp-guest/global/images/debian-12-((.:build-id)),projects/gcp-guest/global/images/rhel-8-((.:build-id)),projects/gcp-guest/global/images/rhel-9-((.:build-id))',
'-images=projects/gcp-guest/global/images/debian-11-((.:build-id)),projects/gcp-guest/global/images/debian-12-((.:build-id)),projects/gcp-guest/global/images/rhel-8-((.:build-id)),projects/gcp-guest/global/images/rhel-9-((.:build-id)),projects/gcp-guest/global/images/cos-113-((.:build-id))',
'-exclude=(image)|(livemigrate)|(suspendresume)|(disk)|(security)|(oslogin)|(storageperf)|(networkperf)|(shapevalidation)|(hotattach)|(licensevalidation)',
'-parallel_count=15',
],
Expand Down

0 comments on commit ac7e606

Please sign in to comment.