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 @@ -12,6 +12,7 @@ import (
1212 "github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster"
1313 "github.com/cockroachdb/cockroach/pkg/cmd/roachtest/option"
1414 "github.com/cockroachdb/cockroach/pkg/cmd/roachtest/registry"
15+ "github.com/cockroachdb/cockroach/pkg/cmd/roachtest/spec"
1516 "github.com/cockroachdb/cockroach/pkg/cmd/roachtest/test"
1617 rperrors "github.com/cockroachdb/cockroach/pkg/roachprod/errors"
1718 "github.com/cockroachdb/cockroach/pkg/roachprod/install"
@@ -142,7 +143,7 @@ PGSSLCERT=$HOME/certs/client.%[1]s.crt PGSSLKEY=$HOME/certs/client.%[1]s.key PGS
142143 r .Add (registry.TestSpec {
143144 Name : "node-postgres" ,
144145 Owner : registry .OwnerSQLFoundations ,
145- Cluster : r .MakeClusterSpec (1 ),
146+ Cluster : r .MakeClusterSpec (1 , spec . Arch ( spec . AllExceptFIPS ) ),
146147 Leases : registry .MetamorphicLeases ,
147148 CompatibleClouds : registry .AllClouds .NoAWS ().NoIBM (),
148149 Suites : registry .Suites (registry .Nightly , registry .Driver ),
You can’t perform that action at this time.
0 commit comments