File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ services:
1010python :
1111- 3.7
1212
13- env :
14- - NTEST=1
15-
1613jobs :
1714 include :
1815 - name : Unit tests
3431 tags : true
3532
3633 # Still valid, but soon will be deprecated, if we start using Airflow API
34+ - name : DAG with workflow in a separate file (just one test)
35+ script : cwl-airflow test --suite workflows/tests/conformance_tests.yaml --spin --range 1
3736 - name : DAG with embedded workflow (just one test)
3837 script : cwl-airflow test --suite workflows/tests/conformance_tests.yaml --spin --range 1 --embed
3938 - name : DAG with attached workflow using combined API call (just one test)
@@ -92,7 +91,6 @@ before_script:
9291- airflow connections add process_report --conn-type http --conn-host localhost --conn-port 3070 # to add process_report connection
9392- airflow scheduler > /dev/null 2>&1 &
9493- cwl-airflow api --replay 600 > /dev/null 2>&1 &
95- script : cwl-airflow test --suite workflows/tests/conformance_tests.yaml --spin --range $NTEST
9694
9795branches :
9896 only :
Original file line number Diff line number Diff line change 11[ ![ DOI] ( https://zenodo.org/badge/103197335.svg )] ( https://zenodo.org/badge/latestdoi/103197335 )
22[ ![ Python 3.7] ( https://img.shields.io/badge/python-3.7-green.svg )] ( https://www.python.org/downloads/release/python-377/ )
33[ ![ Apache 2.0] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://www.apache.org/licenses/LICENSE-2.0 )
4- [ ![ Build Status] ( https://travis-ci.org /Barski-lab/cwl-airflow.svg?branch=master )] ( https://travis-ci.org /Barski-lab/cwl-airflow )
4+ [ ![ Build Status] ( https://app. travis-ci.com /Barski-lab/cwl-airflow.svg?branch=master )] ( https://app. travis-ci.com /Barski-lab/cwl-airflow )
55[ ![ Coverage Status] ( https://coveralls.io/repos/github/Barski-lab/cwl-airflow/badge.svg?branch=master )] ( https://coveralls.io/github/Barski-lab/cwl-airflow?branch=master )
66[ ![ Downloads] ( https://pepy.tech/badge/cwl-airflow )] ( https://pepy.tech/project/cwl-airflow )
77
You can’t perform that action at this time.
0 commit comments