Skip to content
Snippets Groups Projects
Commit 2fcbfc74 authored by David Diederich's avatar David Diederich
Browse files

Create Release Branch for version 0.22

parent 7f544b07
No related branches found
No related tags found
No related merge requests found
Pipeline #198464 failed
......@@ -47,12 +47,15 @@ stages:
include:
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/azure_dag.yml"
ref: release/0.22
- project: "osdu/platform/ci-cd-pipelines"
file: "build/python-linters.yml"
ref: release/0.22
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/gc-dag.yaml"
ref: release/0.22
- local: "/devops/gc/pipeline/override-stages.yml"
......@@ -60,14 +63,16 @@ include:
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/aws-global-variables.yml"
ref: release/0.22
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/aws-dag.yml"
ref: release/0.22
python-static-analysis:
# skip the job
script:
- echo 0
script:
- echo 0
pylint:
variables:
......@@ -80,12 +85,12 @@ isort:
SRC_FILES: "src/*/*.py"
test_dags:
tags: ["osdu-small"]
tags: [ "osdu-small" ]
stage: test_dags
needs: ["pylint", "isort"]
needs: [ "pylint", "isort" ]
image:
name: apache/airflow:2.1.2-python3.8
entrypoint: [""]
entrypoint: [ "" ]
script:
- sh -c "tests/./test_dags.sh" || EXIT_CODE=$?
- exit ${EXIT_CODE}
......@@ -96,12 +101,12 @@ test_dags:
expire_in: 1 week
unit_tests:
tags: ["osdu-small"]
tags: [ "osdu-small" ]
stage: unit_tests
needs: ["pylint", "isort"]
needs: [ "pylint", "isort" ]
image:
name: apache/airflow:2.1.2-python3.8
entrypoint: [""]
entrypoint: [ "" ]
script:
# - tests/./unit_tests.sh || EXIT_CODE=$? #TODO: unit tests moved to airflow-osdu-lib, need to remove `unit_tests` CI step later
- exit 0
......@@ -110,9 +115,9 @@ unit_tests:
# tests, but we need to override here because of stage name mismatch
azure_standalone_tests:
stage: unit_tests
needs: ["pylint"]
needs: [ "pylint" ]
variables:
AZURE_SKIP_STANDALONE_TESTS: "true"
azure_build_dag:
needs: ["unit_tests"]
needs: [ "unit_tests" ]
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