File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
pkg/crds/controllers/batch Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 9797 command : |
9898 mkdir -p dev/config
9999 cat \<< EOF > ./dev/config/cluster.yaml
100- cluster_name: cortex
100+ cluster_name: cortex-nightly
101101 region: us-east-1
102- bucket: cortex-dev-nightly
103102 node_groups:
104103 - name: cpu
105104 instance_type: m5.large
@@ -158,9 +157,8 @@ jobs:
158157 # using a variety of node groups to test the multi-instance-type cluster functionality
159158 command : |
160159 cat \<< EOF > ./cluster.yaml
161- cluster_name: cortex
160+ cluster_name: cortex-nightly
162161 region: us-east-1
163- bucket: cortex-dev-nightly
164162 node_groups:
165163 - name: spot
166164 instance_type: t3.medium
Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ var _ = BeforeSuite(func(done Done) {
110110 Expect (err ).ToNot (HaveOccurred ())
111111
112112 clusterConfig .AccountID = accountID
113+ clusterConfig .Bucket = clusterconfig .BucketName (accountID , clusterConfig .ClusterName , clusterConfig .Region )
113114
114115 operatorMetadata := & clusterconfig.OperatorMetadata {
115116 APIVersion : consts .CortexVersion ,
You can’t perform that action at this time.
0 commit comments