From 0c5494412a87a7e86c8aeb2ae20d6efbd7c020e2 Mon Sep 17 00:00:00 2001 From: Michael Kotliar Date: Tue, 21 Sep 2021 14:51:14 -0400 Subject: [PATCH] Update Travis config and readme --- .travis.yml | 6 ++---- README.md | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3e305fb..68bed7d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,9 +10,6 @@ services: python: - 3.7 -env: -- NTEST=1 - jobs: include: - name: Unit tests @@ -34,6 +31,8 @@ jobs: tags: true # Still valid, but soon will be deprecated, if we start using Airflow API + - name: DAG with workflow in a separate file (just one test) + script: cwl-airflow test --suite workflows/tests/conformance_tests.yaml --spin --range 1 - name: DAG with embedded workflow (just one test) script: cwl-airflow test --suite workflows/tests/conformance_tests.yaml --spin --range 1 --embed - name: DAG with attached workflow using combined API call (just one test) @@ -92,7 +91,6 @@ before_script: - airflow connections add process_report --conn-type http --conn-host localhost --conn-port 3070 # to add process_report connection - airflow scheduler > /dev/null 2>&1 & - cwl-airflow api --replay 600 > /dev/null 2>&1 & -script: cwl-airflow test --suite workflows/tests/conformance_tests.yaml --spin --range $NTEST branches: only: diff --git a/README.md b/README.md index d75d0c4..219ab61 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![DOI](https://zenodo.org/badge/103197335.svg)](https://zenodo.org/badge/latestdoi/103197335) [![Python 3.7](https://img.shields.io/badge/python-3.7-green.svg)](https://www.python.org/downloads/release/python-377/) [![Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0) -[![Build Status](https://travis-ci.org/Barski-lab/cwl-airflow.svg?branch=master)](https://travis-ci.org/Barski-lab/cwl-airflow) +[![Build Status](https://app.travis-ci.com/Barski-lab/cwl-airflow.svg?branch=master)](https://app.travis-ci.com/Barski-lab/cwl-airflow) [![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) [![Downloads](https://pepy.tech/badge/cwl-airflow)](https://pepy.tech/project/cwl-airflow)