Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,8 @@ jobs:
command: |
mkdir -p dev/config
cat \<< EOF > ./dev/config/cluster.yaml
cluster_name: cortex
cluster_name: cortex-nightly
region: us-east-1
bucket: cortex-dev-nightly
node_groups:
- name: cpu
instance_type: m5.large
Expand Down Expand Up @@ -158,9 +157,8 @@ jobs:
# using a variety of node groups to test the multi-instance-type cluster functionality
command: |
cat \<< EOF > ./cluster.yaml
cluster_name: cortex
cluster_name: cortex-nightly
region: us-east-1
bucket: cortex-dev-nightly
node_groups:
- name: spot
instance_type: t3.medium
Expand Down
1 change: 1 addition & 0 deletions pkg/crds/controllers/batch/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ var _ = BeforeSuite(func(done Done) {
Expect(err).ToNot(HaveOccurred())

clusterConfig.AccountID = accountID
clusterConfig.Bucket = clusterconfig.BucketName(accountID, clusterConfig.ClusterName, clusterConfig.Region)

operatorMetadata := &clusterconfig.OperatorMetadata{
APIVersion: consts.CortexVersion,
Expand Down