Skip to content
Snippets Groups Projects
Commit 25d8a522 authored by Yan Sushchynski (EPAM)'s avatar Yan Sushchynski (EPAM) Committed by Siarhei Khaletski (EPAM)
Browse files

Add trigger rule to skip batch tasks

(cherry picked from commit 8af8301d)
parent c0d28b43
No related branches found
No related tags found
No related merge requests found
Pipeline #28427 canceled
......@@ -22,7 +22,7 @@ stages:
- deploy
pylint:
image: johnybear/osdu-airflow:python36-2
image: johnybear/osdu-airflow:airflow.1.10.14
stage: linters
allow_failure: true
script:
......@@ -32,7 +32,7 @@ pylint:
- exit ${EXIT_CODE}
isort:
image: johnybear/osdu-airflow:python36-2
image: johnybear/osdu-airflow:airflow.1.10.14
allow_failure: true
stage: linters
script:
......@@ -42,7 +42,7 @@ isort:
test_dags:
stage: test_dags
image: johnybear/osdu-airflow:python36-2
image: johnybear/osdu-airflow:airflow.1.10.14
script:
- chmod +x tests/test_dags.sh
- tests/./test_dags.sh || EXIT_CODE=$?
......@@ -55,7 +55,7 @@ test_dags:
unit_tests:
stage: unit_tests
image: johnybear/osdu-airflow:python36-2
image: johnybear/osdu-airflow:airflow.1.10.14
script:
- chmod +x tests/unit_tests.sh
- tests/./unit_tests.sh || EXIT_CODE=$?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment