Temporarily remove SLES from samples (#27378)

This commit is contained in:
Rebecca Willett 2024-06-05 18:53:03 -04:00 committed by GitHub
parent 67fc1fab4c
commit 490cdd9066
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 16 additions and 16 deletions

View file

@ -97,7 +97,7 @@ sample "build_ce_linux_arm64_rpm" {
arch = ["arm64"]
artifact_source = ["crt"]
artifact_type = ["package"]
distro = ["amzn2", "rhel", "sles"]
distro = ["amzn2", "rhel"] // temporarily remove SLES
edition = ["ce"]
}
}
@ -107,7 +107,7 @@ sample "build_ce_linux_arm64_rpm" {
arch = ["arm64"]
artifact_source = ["crt"]
artifact_type = ["package"]
distro = ["amzn2", "rhel", "sles"]
distro = ["amzn2", "rhel"] // temporarily remove SLES
edition = ["ce"]
}
}
@ -117,7 +117,7 @@ sample "build_ce_linux_arm64_rpm" {
arch = ["arm64"]
artifact_source = ["crt"]
artifact_type = ["package"]
distro = ["amzn2", "rhel", "sles"]
distro = ["amzn2", "rhel"] // temporarily remove SLES
edition = ["ce"]
}
}
@ -127,7 +127,7 @@ sample "build_ce_linux_arm64_rpm" {
arch = ["arm64"]
artifact_source = ["crt"]
artifact_type = ["package"]
distro = ["amzn2", "rhel", "sles"]
distro = ["amzn2", "rhel"] // temporarily remove SLES
edition = ["ce"]
}
}
@ -141,7 +141,7 @@ sample "build_ce_linux_amd64_rpm" {
arch = ["amd64"]
artifact_source = ["crt"]
artifact_type = ["package"]
distro = ["amzn2", "leap", "rhel", "sles"]
distro = ["amzn2", "leap", "rhel"] // temporarily remove SLES
edition = ["ce"]
}
}
@ -151,7 +151,7 @@ sample "build_ce_linux_amd64_rpm" {
arch = ["amd64"]
artifact_source = ["crt"]
artifact_type = ["package"]
distro = ["amzn2", "leap", "rhel", "sles"]
distro = ["amzn2", "leap", "rhel"] // temporarily remove SLES
edition = ["ce"]
}
}
@ -161,7 +161,7 @@ sample "build_ce_linux_amd64_rpm" {
arch = ["amd64"]
artifact_source = ["crt"]
artifact_type = ["package"]
distro = ["amzn2", "leap", "rhel", "sles"]
distro = ["amzn2", "leap", "rhel"] // temporarily remove SLES
edition = ["ce"]
}
}
@ -171,7 +171,7 @@ sample "build_ce_linux_amd64_rpm" {
arch = ["amd64"]
artifact_source = ["crt"]
artifact_type = ["package"]
distro = ["amzn2", "leap", "rhel", "sles"]
distro = ["amzn2", "leap", "rhel"] // temporarily remove SLES
edition = ["ce"]
exclude {

View file

@ -97,7 +97,7 @@ sample "release_ce_linux_arm64_rpm" {
arch = ["arm64"]
artifact_source = ["artifactory"]
artifact_type = ["package"]
distro = ["amzn2", "rhel", "sles"]
distro = ["amzn2", "rhel"] // temporarily remove SLES
edition = ["ce"]
}
}
@ -107,7 +107,7 @@ sample "release_ce_linux_arm64_rpm" {
arch = ["arm64"]
artifact_source = ["artifactory"]
artifact_type = ["package"]
distro = ["amzn2", "rhel", "sles"]
distro = ["amzn2", "rhel"] // temporarily remove SLES
edition = ["ce"]
}
}
@ -117,7 +117,7 @@ sample "release_ce_linux_arm64_rpm" {
arch = ["arm64"]
artifact_source = ["artifactory"]
artifact_type = ["package"]
distro = ["amzn2", "rhel", "sles"]
distro = ["amzn2", "rhel"] // temporarily remove SLES
edition = ["ce"]
}
}
@ -127,7 +127,7 @@ sample "release_ce_linux_arm64_rpm" {
arch = ["arm64"]
artifact_source = ["artifactory"]
artifact_type = ["package"]
distro = ["amzn2", "rhel", "sles"]
distro = ["amzn2", "rhel"] // temporarily remove SLES
edition = ["ce"]
}
}
@ -141,7 +141,7 @@ sample "release_ce_linux_amd64_rpm" {
arch = ["amd64"]
artifact_source = ["artifactory"]
artifact_type = ["package"]
distro = ["amzn2", "leap", "rhel", "sles"]
distro = ["amzn2", "leap", "rhel"] // temporarily remove SLES
edition = ["ce"]
}
}
@ -151,7 +151,7 @@ sample "release_ce_linux_amd64_rpm" {
arch = ["amd64"]
artifact_source = ["artifactory"]
artifact_type = ["package"]
distro = ["amzn2", "leap", "rhel", "sles"]
distro = ["amzn2", "leap", "rhel"] // temporarily remove SLES
edition = ["ce"]
}
}
@ -161,7 +161,7 @@ sample "release_ce_linux_amd64_rpm" {
arch = ["amd64"]
artifact_source = ["artifactory"]
artifact_type = ["package"]
distro = ["amzn2", "leap", "rhel", "sles"]
distro = ["amzn2", "leap", "rhel"] // temporarily remove SLES
edition = ["ce"]
}
}
@ -171,7 +171,7 @@ sample "release_ce_linux_amd64_rpm" {
arch = ["amd64"]
artifact_source = ["artifactory"]
artifact_type = ["package"]
distro = ["amzn2", "leap", "rhel", "sles"]
distro = ["amzn2", "leap", "rhel"] // temporarily remove SLES
edition = ["ce"]
}
}