File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,40 +9,13 @@ permissions:
99
1010jobs :
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 }}
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 }}"
You can’t perform that action at this time.
0 commit comments