Skip to content

Commit 243efaf

Browse files
authored
Fix nightly test (#2154)
1 parent be39ba7 commit 243efaf

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,8 @@ jobs:
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

pkg/crds/controllers/batch/suite_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)