Skip to content

Commit

Permalink
Revert "Exclude mdsmtls from image and package release pipelines unti…
Browse files Browse the repository at this point in the history
…l rollout is finished (#1224)" (#1228)

This reverts commit c70beb8.
  • Loading branch information
a-crate authored Aug 14, 2024
1 parent 308b4f3 commit 13cf324
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions concourse/pipelines/guest-package-build.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ local build_guest_agent = buildpackagejob {
'-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)),projects/gcp-guest/global/images/cos-113-((.:build-id))',
'-exclude=(mdsmtls)|(image)|(livemigrate)|(suspendresume)|(disk)|(security)|(oslogin)|(storageperf)|(networkperf)|(shapevalidation)|(hotattach)|(lssd)|(licensevalidation)',
'-exclude=(image)|(livemigrate)|(suspendresume)|(disk)|(security)|(oslogin)|(storageperf)|(networkperf)|(shapevalidation)|(hotattach)|(lssd)|(licensevalidation)',
'-parallel_count=15',
],
},
Expand All @@ -440,7 +440,7 @@ local build_guest_agent = buildpackagejob {
'-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-arm64-((.:build-id)),projects/gcp-guest/global/images/debian-12-arm64-((.:build-id)),projects/gcp-guest/global/images/rocky-linux-8-optimized-gcp-arm64-((.:build-id)),projects/gcp-guest/global/images/rhel-9-arm64-((.:build-id))',
'-exclude=(mdsmtls)|(image)|(suspendresume)|(livemigrate)|(disk)|(security)|(oslogin)|(storageperf)|(networkperf)|(shapevalidation)|(hotattach)|(lssd)|(licensevalidation)',
'-exclude=(image)|(livemigrate)|(suspendresume)|(disk)|(security)|(oslogin)|(storageperf)|(networkperf)|(shapevalidation)|(hotattach)|(lssd)|(licensevalidation)',
'-parallel_count=15',
],
},
Expand Down
2 changes: 1 addition & 1 deletion concourse/pipelines/linux-image-build.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ local imgbuildtask = daisy.daisyimagetask {
};

local imagetesttask = common.imagetesttask {
exclude: '(oslogin)|(storageperf)|(networkperf)|(shapevalidation)|(mdsmtls)',
exclude: '(oslogin)|(storageperf)|(networkperf)|(shapevalidation)',
};

local prepublishtesttask = common.imagetesttask {
Expand Down
2 changes: 1 addition & 1 deletion concourse/pipelines/partner-image-validations.jsonnet
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local common = import '../templates/common.libsonnet';
local imagetesttask = common.imagetesttask {
exclude: '(oslogin)|(storageperf)|(networkperf)|(shapevalidation)|(hotattach)|(lssd)|(mdsmtls)',
exclude: '(oslogin)|(storageperf)|(networkperf)|(shapevalidation)|(hotattach)|(lssd)',
};

local imagevalidationjob = {
Expand Down
2 changes: 1 addition & 1 deletion concourse/pipelines/windows-image-build-mbr.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ local envs = ['testing'];
local underscore(input) = std.strReplace(input, '-', '_');

local imagetesttask = common.imagetesttask {
exclude: '(networkperf)|(oslogin)|(security)|(sql)|(storageperf)|(windowscontainers)|(mdsmtls)',
exclude: '(networkperf)|(oslogin)|(security)|(sql)|(storageperf)|(windowscontainers)',
extra_args: [ '-x86_shape=n1-standard-4', '-shapevalidation_test_filter=^(([A-Z][0-3])|(N4))' ],
};

Expand Down
2 changes: 1 addition & 1 deletion concourse/pipelines/windows-image-build-staging.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ local underscore(input) = std.strReplace(input, '-', '_');

// Templates.
local imagetesttask = common.imagetesttask {
exclude: '(oslogin)|(storageperf)|(networkperf)|(mdsmtls)',
exclude: '(oslogin)|(storageperf)|(networkperf)',
extra_args: [ '-x86_shape=n1-standard-4', '-shapevalidation_test_filter=^(([A-Z][0-3])|(N4))' ],
};

Expand Down
2 changes: 1 addition & 1 deletion concourse/pipelines/windows-image-build-standard.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ local underscore(input) = std.strReplace(input, '-', '_');

// Templates.
local imagetesttask = common.imagetesttask {
exclude: '(oslogin)|(storageperf)|(networkperf)|(mdsmtls)',
exclude: '(oslogin)|(storageperf)|(networkperf)',
extra_args: [ '-x86_shape=n1-standard-4', '-shapevalidation_test_filter=^(([A-Z][0-3])|(N4))' ],
};

Expand Down
2 changes: 1 addition & 1 deletion concourse/pipelines/windows-image-build.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ local underscore(input) = std.strReplace(input, '-', '_');

// Templates.
local imagetesttask = common.imagetesttask {
exclude: '(oslogin)|(storageperf)|(networkperf)|(mdsmtls)',
exclude: '(oslogin)|(storageperf)|(networkperf)',
extra_args: [ '-x86_shape=n1-standard-4', '-shapevalidation_test_filter=^(([A-Z][0-3])|(N4))' ],
};

Expand Down

0 comments on commit 13cf324

Please sign in to comment.