Skip to content

Commit 40466eb

Browse files
craig[bot]sanchit-CRL
andcommitted
Merge #156363
156363: roachtest: Fix the kerberos roachtest to AMD64 arch r=sanchit-CRL a=sanchit-CRL * Due to a recent change in #153964, roachtest were run on a randomly chosen architecture. * However kerberos is not enabled on FIPS arch, hence limiting the arch to only AMD64 * Roachtest was run to validate the success by specifying the arch of the GCE worker. Fixes: #155631 Epic: CRDB-55521 Release note: None Co-authored-by: Sanchit Khanna <sanchit.khanna@cockroachlabs.com>
2 parents 707486e + 6f19672 commit 40466eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/roachtest/tests/kerberos_connection_stress.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func registerKerberosConnectionStressTest(r registry.Registry) {
3838
Name: "kerberos_connection_stress_test",
3939
Owner: registry.OwnerProductSecurity,
4040
Benchmark: true,
41-
Cluster: r.MakeClusterSpec(numNodes, spec.GCEZones(regionUsCentral)),
41+
Cluster: r.MakeClusterSpec(numNodes, spec.GCEZones(regionUsCentral), spec.Arch(spec.OnlyAMD64)),
4242
// Cannot be run locally as it is dependent on Linux.
4343
CompatibleClouds: registry.OnlyGCE,
4444
Suites: registry.Suites(registry.Nightly),

0 commit comments

Comments
 (0)