@@ -193,7 +193,7 @@ jobs:
193193 run : |
194194 npm run test:web:integration:local_cluster
195195
196- node-integration-tests-cloud-smt :
196+ node-integration-tests-cloud :
197197 needs : node-unit-tests
198198 runs-on : ubuntu-latest
199199 strategy :
@@ -219,9 +219,9 @@ jobs:
219219 CLICKHOUSE_CLOUD_PASSWORD : ${{ secrets.INTEGRATIONS_TEAM_TESTS_CLOUD_PASSWORD_SMT }}
220220 CLICKHOUSE_CLOUD_JWT_ACCESS_TOKEN : ${{ secrets.INTEGRATIONS_TEAM_TESTS_CLOUD_JWT_DESERT_VM_43 }}
221221 run : |
222- npm run test:node:integration:cloud_smt
222+ npm run test:node:integration:cloud
223223
224- web-integration-tests-cloud-smt :
224+ web-integration-tests-cloud :
225225 needs : node-unit-tests
226226 runs-on : ubuntu-latest
227227 steps :
@@ -241,15 +241,15 @@ jobs:
241241 CLICKHOUSE_CLOUD_HOST : ${{ secrets.INTEGRATIONS_TEAM_TESTS_CLOUD_HOST_SMT }}
242242 CLICKHOUSE_CLOUD_PASSWORD : ${{ secrets.INTEGRATIONS_TEAM_TESTS_CLOUD_PASSWORD_SMT }}
243243 run : |
244- npm run test:web:integration:cloud_smt
244+ npm run test:web:integration:cloud
245245
246246 - name : Run JWT auth integration tests
247247 env :
248248 CLICKHOUSE_CLOUD_HOST : ${{ secrets.INTEGRATIONS_TEAM_TESTS_CLOUD_HOST_SMT }}
249249 CLICKHOUSE_CLOUD_PASSWORD : ${{ secrets.INTEGRATIONS_TEAM_TESTS_CLOUD_PASSWORD_SMT }}
250250 CLICKHOUSE_CLOUD_JWT_ACCESS_TOKEN : ${{ secrets.INTEGRATIONS_TEAM_TESTS_CLOUD_JWT_DESERT_VM_43 }}
251251 run : |
252- npm run test:web:integration:cloud_smt :jwt
252+ npm run test:web:integration:cloud :jwt
253253
254254 # With unit + integration + TLS tests + coverage + Codecov.io upload, after the rest of the tests.
255255 # Needs all integration tests on all environments to pass.
@@ -259,10 +259,10 @@ jobs:
259259 [
260260 ' node-integration-tests-local-single-node' ,
261261 ' node-integration-tests-local-cluster' ,
262- ' node-integration-tests-cloud-smt ' ,
262+ ' node-integration-tests-cloud' ,
263263 ' web-all-tests-local-single-node' ,
264264 ' web-integration-tests-local-cluster' ,
265- ' web-integration-tests-cloud-smt ' ,
265+ ' web-integration-tests-cloud' ,
266266 ]
267267 runs-on : ubuntu-latest
268268
0 commit comments