File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ import (
1313 "github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster"
1414 "github.com/cockroachdb/cockroach/pkg/cmd/roachtest/option"
1515 "github.com/cockroachdb/cockroach/pkg/cmd/roachtest/registry"
16+ "github.com/cockroachdb/cockroach/pkg/cmd/roachtest/spec"
1617 "github.com/cockroachdb/cockroach/pkg/cmd/roachtest/test"
1718 rperrors "github.com/cockroachdb/cockroach/pkg/roachprod/errors"
1819 "github.com/cockroachdb/cockroach/pkg/roachprod/install"
@@ -137,7 +138,7 @@ PGSSLCERT=$HOME/certs/client.%[1]s.crt PGSSLKEY=$HOME/certs/client.%[1]s.key PGS
137138 r .Add (registry.TestSpec {
138139 Name : "node-postgres" ,
139140 Owner : registry .OwnerSQLFoundations ,
140- Cluster : r .MakeClusterSpec (1 ),
141+ Cluster : r .MakeClusterSpec (1 , spec . Arch ( spec . AllExceptFIPS ) ),
141142 Leases : registry .MetamorphicLeases ,
142143 CompatibleClouds : registry .AllClouds .NoAWS ().NoIBM (),
143144 Suites : registry .Suites (registry .Nightly , registry .Driver ),
You can’t perform that action at this time.
0 commit comments