File tree Expand file tree Collapse file tree 1 file changed +0
-40
lines changed
Expand file tree Collapse file tree 1 file changed +0
-40
lines changed Original file line number Diff line number Diff line change @@ -201,39 +201,6 @@ jobs:
201201 name : Run tests
202202 command : npm --prefix web/client run test
203203
204- trigger_private_tests :
205- docker :
206- - image : cimg/python:3.12.0
207- resource_class : small
208- steps :
209- - checkout
210- - run :
211- name : Install setuptools scm
212- command : pip install setuptools_scm
213- - run :
214- name : Trigger private tests
215- command : |
216- export COMMIT_MESSAGE="$(git log --format=%s -n 1 $CIRCLE_SHA1)"
217- export FORMATTED_COMMIT_MESSAGE="${COMMIT_MESSAGE//\"/\\\"}"
218- # returns a version string like 0.1.0.dev11
219- export PACKAGE_VERSION="$(python ./.circleci/get_scm_version.py)"
220- curl --request POST \
221- --url $TOBIKO_PRIVATE_CIRCLECI_URL \
222- --header "Circle-Token: $TOBIKO_PRIVATE_CIRCLECI_KEY" \
223- --header "content-type: application/json" \
224- --data '{
225- "branch":"main",
226- "parameters":{
227- "run_main_pr":false,
228- "run_sqlmesh_commit":true,
229- "sqlmesh_branch":"'$CIRCLE_BRANCH'",
230- "sqlmesh_commit_author":"'$CIRCLE_USERNAME'",
231- "sqlmesh_commit_hash":"'$CIRCLE_SHA1'",
232- "sqlmesh_commit_message":"'"$FORMATTED_COMMIT_MESSAGE"'",
233- "sqlmesh_package_version":"'$PACKAGE_VERSION'"
234- }
235- }'
236-
237204 engine_tests_docker :
238205 parameters :
239206 engine :
@@ -340,13 +307,6 @@ workflows:
340307 branches :
341308 only :
342309 - main
343- - trigger_private_tests :
344- requires :
345- - style_and_cicd_tests
346- filters :
347- branches :
348- only :
349- - main
350310 - ui_style
351311 - ui_test
352312 - vscode_test
You can’t perform that action at this time.
0 commit comments