Skip to content

Commit

Permalink
clarifying wipeout stage
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrodlop committed Aug 6, 2024
1 parent 225eb7a commit 5e37d40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .cloudbees/workflows/bp-tf-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
run : |
CI=true make destroy
- name: 01-getting-started - Wipeout Failed Deployment
- name: 01-getting-started - Wipeout
uses: docker://public.ecr.aws/r1n1q0e5/cloudbees-labs/tf-aws-cb-ci-eks-addon-agent:latest
if: contains(env.STAGES, 'wipeout')
shell: bash
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
run : |
CI=true make destroy
- name: 02-at-scale - Wipeout Failed Deployment
- name: 02-at-scale - Wipeout
uses: docker://public.ecr.aws/r1n1q0e5/cloudbees-labs/tf-aws-cb-ci-eks-addon-agent:latest
if: contains(env.STAGES, 'wipeout')
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .cloudbees/workflows/bp-tf-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
run : |
CI=true make destroy
- name: 01-getting-started - Wipeout Failed Deployment
- name: 01-getting-started - Wipeout
uses: docker://public.ecr.aws/r1n1q0e5/cloudbees-labs/tf-aws-cb-ci-eks-addon-agent:latest
if: contains(env.STAGES, 'wipeout')
shell: bash
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
run : |
CI=true make destroy
- name: 02-at-scale - Wipeout Failed Deployment
- name: 02-at-scale - Wipeout
uses: docker://public.ecr.aws/r1n1q0e5/cloudbees-labs/tf-aws-cb-ci-eks-addon-agent:latest
if: contains(env.STAGES, 'wipeout')
shell: bash
Expand Down

0 comments on commit 5e37d40

Please sign in to comment.