Skip to content

Commit

Permalink
Try again to trigger a failure
Browse files Browse the repository at this point in the history
  • Loading branch information
cahrens committed Dec 15, 2023
1 parent f2869b0 commit 6de8d91
Showing 1 changed file with 26 additions and 25 deletions.
51 changes: 26 additions & 25 deletions .github/workflows/rawls-run-azure-e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,35 +244,36 @@ jobs:
# "user-subjects": ${{ toJson(env.USER_SUBJECTS) }}
# }
#
# delete-billing-project-v2-from-bee-workflow:
# runs-on: ubuntu-latest
# needs:
# - init-github-context
# - params-gen
# - rawls-swat-e2e-test-job
# if: always()
# steps:
# - name: dispatch to terra-github-workflows
# uses: broadinstitute/[email protected]
# with:
# run-name: "${{ env.DEL_BP_V2_RUN_NAME }}"
# workflow: .github/workflows/delete-billing-project-v2-from-bee.yaml
# repo: broadinstitute/terra-github-workflows
# ref: refs/heads/main
# token: ${{ env.TOKEN }}
# inputs: '{
# "run-name": "${{ env.DEL_BP_V2_RUN_NAME }}",
# "bee-name": "${{ env.BEE_NAME }}",
# "billing-project": "${{ needs.params-gen.outputs.project-name }}",
# "billing-project-owner": "${{ needs.init-github-context.outputs.owner-subject }}",
# "service-account": "${{ needs.init-github-context.outputs.service-account }}",
# "silent-on-failure": "false"
# }'
#
delete-billing-project-v2-from-bee-workflow:
runs-on: ubuntu-latest
needs:
- init-github-context
- params-gen
- rawls-swat-e2e-test-job
if: always()
steps:
- name: dispatch to terra-github-workflows
uses: broadinstitute/[email protected]
with:
run-name: "${{ env.DEL_BP_V2_RUN_NAME }}"
workflow: .github/workflows/delete-billing-project-v2-from-bee.yaml
repo: broadinstitute/terra-github-workflows
ref: refs/heads/main
token: ${{ env.TOKEN }}
inputs: '{
"run-name": "${{ env.DEL_BP_V2_RUN_NAME }}",
"bee-name": "${{ env.BEE_NAME }}",
"billing-project": "${{ needs.params-gen.outputs.project-name }}",
"billing-project-owner": "${{ needs.init-github-context.outputs.owner-subject }}",
"service-account": "${{ needs.init-github-context.outputs.service-account }}",
"silent-on-failure": "false"
}'

destroy-bee-workflow:
runs-on: ubuntu-latest
needs:
- init-github-context
- delete-billing-project-v2-from-bee-workflow
# - rawls-swat-e2e-test-job
# - delete-billing-project-v2-from-bee-workflow
if: ${{ needs.init-github-context.outputs.delete-bee && always() }} # always run to confirm bee is destroyed unless explicitly requested not to
Expand Down

0 comments on commit 6de8d91

Please sign in to comment.