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

Create Release Branch for version 0.27

parent 223088c1
No related branches found
No related tags found
No related merge requests found
Pipeline #278958 failed
......@@ -50,17 +50,20 @@ stages:
- bootstrap
- end_to_end_postman_tests
- deploy_preship
- publish
- publish
include:
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/azure_dag.yml"
ref: release/0.27
- project: "osdu/platform/ci-cd-pipelines"
file: "build/python-linters.yml"
ref: release/0.27
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/gc-dag.yaml"
ref: release/0.27
- local: "/devops/gc/pipeline/override-stages.yml"
......@@ -68,9 +71,11 @@ include:
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/aws-global-variables.yml"
ref: release/0.27
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/aws-dag.yml"
ref: release/0.27
python-static-analysis:
# skip the job
......@@ -88,12 +93,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}
......@@ -104,12 +109,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
......@@ -118,9 +123,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