Skip to content

Commit 97cb3cb

Browse files
Update clickhouse-cloud.yml
1 parent 2898166 commit 97cb3cb

1 file changed

Lines changed: 1 addition & 28 deletions

File tree

.github/workflows/clickhouse-cloud.yml

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -9,40 +9,13 @@ permissions:
99

1010
jobs:
1111
build:
12-
strategy:
13-
matrix:
14-
include:
15-
- csp: 'aws'
16-
region: 'us-east-1'
17-
tier: 'production'
18-
size: [24 48 96 192 360 720]
19-
- csp: 'aws'
20-
region: 'us-east-1'
21-
tier: 'development'
22-
- csp: 'gcp'
23-
region: 'us-east1'
24-
tier: 'production'
25-
size: [ 24 48 96 192 360 708 ]
26-
- csp: 'gcp'
27-
region: 'us-east1'
28-
tier: 'development'
29-
- csp: 'azure'
30-
region: 'eastus2'
31-
tier: 'production'
32-
size: [ 24 48 96 192 360 708 ]
33-
3412
runs-on: ubuntu-latest
3513
env:
3614
CI_COMMIT_MESSAGE: "[bot] update results for ClickHouse Cloud"
3715
CI_COMMIT_AUTHOR: github
3816
steps:
3917
- uses: actions/checkout@v2.3.2
4018
- run: |
41-
export PROVIDER=${{ matrix.csp }}
42-
export REGION=${{ matrix.region }}
43-
export TIER=${{ matrix.tier }}
44-
export MEMORY=${{ matrix.size }}
45-
4619
export ORGANIZATION=${{ secrets.CLICKHOUSE_CLOUD_ORGANIZATION }}
4720
export KEY_ID=${{ secrets.CLICKHOUSE_CLOUD_KEY_ID }}
4821
export KEY_SECRET=${{ secrets.CLICKHOUSE_CLOUD_KEY_SECRET }}
@@ -51,7 +24,7 @@ jobs:
5124
curl https://clickhouse.com/ | sh
5225
sudo ./clickhouse install -y
5326
54-
bash cloud-api.sh
27+
bash combinations.sh
5528
bash collect-results.sh
5629
5730
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"

0 commit comments

Comments
 (0)