Skip to content

Commit

Permalink
Temporarily use existing BEE
Browse files Browse the repository at this point in the history
  • Loading branch information
jgainerdewar committed Oct 20, 2023
1 parent b2e6c63 commit 8ae75a4
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/run_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
type: string

env:
BEE_NAME: '${{ github.event.repository.name }}-${{ github.run_id }}-${{ github.run_attempt}}-dev'
BEE_NAME: 'cromwell-6591295034-1-dev' #'${{ github.event.repository.name }}-${{ github.run_id }}-${{ github.run_attempt}}-dev'
BROADBOT_TOKEN: '${{ secrets.BROADBOT_GITHUB_TOKEN }}' # github token for access to kick off a job in the private repo
RUN_NAME_SUFFIX: '${{ github.event.repository.name }}-${{ github.run_id }}-${{ github.run_attempt }}'

Expand Down Expand Up @@ -59,27 +59,27 @@ jobs:
project_name=$(echo "tmp-billing-project-$(uuidgen)" | cut -c -30)
echo "project_name=${project_name}" >> $GITHUB_OUTPUT
create-bee-workflow:
runs-on: ubuntu-latest
needs: [init-github-context, params-gen]
permissions:
contents: 'read'
id-token: 'write'
steps:
- name: Dispatch to terra-github-workflows
uses: broadinstitute/workflow-dispatch@v3
with:
workflow: bee-create
repo: broadinstitute/terra-github-workflows
ref: refs/heads/main
token: ${{ env.BROADBOT_TOKEN }}
# NOTE: Opting to use "prod" instead of custom tag since I specifically want to test against the current prod state
# NOTE: For testing/development purposes I'm using dev
inputs: '{ "bee-name": "${{ env.BEE_NAME }}", "version-template": "dev", "bee-template-name": "rawls-e2e-azure-tests"}'
# create-bee-workflow:
# runs-on: ubuntu-latest
# needs: [init-github-context, params-gen]
# permissions:
# contents: 'read'
# id-token: 'write'
# steps:
# - name: Dispatch to terra-github-workflows
# uses: broadinstitute/workflow-dispatch@v3
# with:
# workflow: bee-create
# repo: broadinstitute/terra-github-workflows
# ref: refs/heads/main
# token: ${{ env.BROADBOT_TOKEN }}
# # NOTE: Opting to use "prod" instead of custom tag since I specifically want to test against the current prod state
# # NOTE: For testing/development purposes I'm using dev
# inputs: '{ "bee-name": "${{ env.BEE_NAME }}", "version-template": "dev", "bee-template-name": "rawls-e2e-azure-tests"}'

create-and-attach-billing-project-to-landing-zone-workflow:
runs-on: ubuntu-latest
needs: [init-github-context, create-bee-workflow, params-gen]
needs: [init-github-context, params-gen]
steps:
- name: dispatch to terra-github-workflows
uses: broadinstitute/workflow-dispatch@v3
Expand Down

0 comments on commit 8ae75a4

Please sign in to comment.