File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 name : Run doc tests
4949 command : make doc-test
5050
51- style_and_slow_tests :
51+ style_and_cicd_tests :
5252 parameters :
5353 python_version :
5454 type : string
7676 name : Run linters and code style checks
7777 command : make py-style
7878 - run :
79- name : Run slow tests
79+ name : Run cicd tests
8080 command : make cicd-test
8181 - store_test_results :
8282 path : test-results
@@ -270,7 +270,7 @@ workflows:
270270 main_pr :
271271 jobs :
272272 - doc_tests
273- - style_and_slow_tests :
273+ - style_and_cicd_tests :
274274 matrix :
275275 parameters :
276276 python_version :
@@ -280,7 +280,7 @@ workflows:
280280 - " 3.12"
281281 - airflow_docker_tests :
282282 requires :
283- - style_and_slow_tests
283+ - style_and_cicd_tests
284284 filters :
285285 branches :
286286 only :
@@ -320,7 +320,7 @@ workflows:
320320 - main
321321 - trigger_private_tests :
322322 requires :
323- - style_and_slow_tests
323+ - style_and_cicd_tests
324324 filters :
325325 branches :
326326 only :
You can’t perform that action at this time.
0 commit comments