Skip to content

Commit

Permalink
🔥(dogwood/3/bare) remove dogwood.3.bare that we can't build anymore
Browse files Browse the repository at this point in the history
This flavor is getting too old and can't be built anymore. We still
build dogwood.3.fun starting from older versions of itself because
it is still needed but the bare version is not supported anymore.
  • Loading branch information
sampaccoud committed Sep 28, 2021
1 parent 891cc03 commit e36b1c7
Show file tree
Hide file tree
Showing 24 changed files with 6 additions and 2,547 deletions.
38 changes: 6 additions & 32 deletions .circleci/config.yml
Expand Up @@ -163,21 +163,14 @@ jobs:
#
# Note that the job name should match the EDX_RELEASE value

# 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
# 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]
# No changes detected for hawthorn.1-bare
# No changes detected for hawthorn.1-oee
# No changes detected for ironwood.2-bare
# No changes detected for ironwood.2-oee
# Run jobs for the master.0-bare release
master.0-bare:
<<: [*defaults, *build_steps]
# No changes detected for master.0-bare

# Hub job
hub:
Expand Down Expand Up @@ -266,33 +259,14 @@ workflows:

# Build jobs

# 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
# 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:
requires:
- check-configuration
filters:
tags:
ignore: /.*/
# No changes detected so no job to run for hawthorn.1-bare
# No changes detected so no job to run for hawthorn.1-oee
# No changes detected so no job to run for ironwood.2-bare
# No changes detected so no job to run for ironwood.2-oee
# Run jobs for the master.0-bare release
- master.0-bare:
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**
Expand Down
127 changes: 0 additions & 127 deletions releases/dogwood/3/bare/CHANGELOG.md

This file was deleted.

0 comments on commit e36b1c7

Please sign in to comment.