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:
10
10
python :
11
11
- 3.7
12
12
13
- env :
14
- - NTEST=1
15
-
16
13
jobs :
17
14
include :
18
15
- name : Unit tests
34
31
tags : true
35
32
36
33
# 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
37
36
- name : DAG with embedded workflow (just one test)
38
37
script : cwl-airflow test --suite workflows/tests/conformance_tests.yaml --spin --range 1 --embed
39
38
- name : DAG with attached workflow using combined API call (just one test)
@@ -92,7 +91,6 @@ before_script:
92
91
- airflow connections add process_report --conn-type http --conn-host localhost --conn-port 3070 # to add process_report connection
93
92
- airflow scheduler > /dev/null 2>&1 &
94
93
- cwl-airflow api --replay 600 > /dev/null 2>&1 &
95
- script : cwl-airflow test --suite workflows/tests/conformance_tests.yaml --spin --range $NTEST
96
94
97
95
branches :
98
96
only :
Original file line number Diff line number Diff line change 1
1
[ ![ DOI] ( https://zenodo.org/badge/103197335.svg )] ( https://zenodo.org/badge/latestdoi/103197335 )
2
2
[ ![ Python 3.7] ( https://img.shields.io/badge/python-3.7-green.svg )] ( https://www.python.org/downloads/release/python-377/ )
3
3
[ ![ 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 )
5
5
[ ![ 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 )
6
6
[ ![ Downloads] ( https://pepy.tech/badge/cwl-airflow )] ( https://pepy.tech/project/cwl-airflow )
7
7
You can’t perform that action at this time.
0 commit comments