From 05171d76b0c09bd431d5f7b19364b7db9cbc0a12 Mon Sep 17 00:00:00 2001 From: Simon Landrault Date: Wed, 2 Sep 2020 12:34:43 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7(ironwood/2)=20add=20ci=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add the build of ironwood.2-bare and ironwood.2-oee in the CI to ensure everything always build cleanly. --- .circleci/config.yml | 80 ++++++++++++-------------------------------- 1 file changed, 22 insertions(+), 58 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 41c378d1..d9a83f6e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -144,27 +144,19 @@ jobs: # # Note that the job name should match the EDX_RELEASE value - # Run jobs for the dogwood.3-bare release - dogwood.3-bare: + # No changes detected for dogwood.3-bare + # No changes detected for dogwood.3-fun + # No changes detected for eucalyptus.3-bare + # No changes detected for eucalyptus.3-wb + # No changes detected for hawthorn.1-bare + # No changes detected for hawthorn.1-oee + # Run jobs for the ironwood.2-bare release + ironwood.2-bare: <<: [*defaults, *build_steps] - # Run jobs for the dogwood.3-fun release - dogwood.3-fun: - <<: [*defaults, *build_steps] - # Run jobs for the eucalyptus.3-bare release - eucalyptus.3-bare: - <<: [*defaults, *build_steps] - # Run jobs for the eucalyptus.3-wb release - eucalyptus.3-wb: - <<: [*defaults, *build_steps] - # Run jobs for the hawthorn.1-bare release - hawthorn.1-bare: - <<: [*defaults, *build_steps] - # Run jobs for the hawthorn.1-oee release - hawthorn.1-oee: - <<: [*defaults, *build_steps] - # Run jobs for the master.0-bare release - master.0-bare: + # Run jobs for the ironwood.2-oee release + ironwood.2-oee: <<: [*defaults, *build_steps] + # No changes detected for master.0-bare # Hub job hub: @@ -253,55 +245,27 @@ workflows: # Build jobs - # Run jobs for the dogwood.3-bare release - - dogwood.3-bare: - requires: - - check-configuration - filters: - tags: - ignore: /.*/ - # Run jobs for the dogwood.3-fun release - - dogwood.3-fun: - requires: - - check-configuration - filters: - tags: - ignore: /.*/ - # Run jobs for the eucalyptus.3-bare release - - eucalyptus.3-bare: - requires: - - check-configuration - filters: - tags: - ignore: /.*/ - # Run jobs for the eucalyptus.3-wb release - - eucalyptus.3-wb: - requires: - - check-configuration - filters: - tags: - ignore: /.*/ - # Run jobs for the hawthorn.1-bare release - - hawthorn.1-bare: - requires: - - check-configuration - filters: - tags: - ignore: /.*/ - # Run jobs for the hawthorn.1-oee release - - hawthorn.1-oee: + # No changes detected so no job to run for dogwood.3-bare + # No changes detected so no job to run for dogwood.3-fun + # No changes detected so no job to run for eucalyptus.3-bare + # No changes detected so no job to run for eucalyptus.3-wb + # No changes detected so no job to run for hawthorn.1-bare + # No changes detected so no job to run for hawthorn.1-oee + # Run jobs for the ironwood.2-bare release + - ironwood.2-bare: requires: - check-configuration filters: tags: ignore: /.*/ - # Run jobs for the master.0-bare release - - master.0-bare: + # Run jobs for the ironwood.2-oee release + - ironwood.2-oee: requires: - check-configuration filters: tags: ignore: /.*/ + # No changes detected so no job to run for master.0-bare # We are pushing to Docker only images that are the result of a tag respecting the pattern: # **{branch-name}-x.y.z**