-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use pipeline injector on workspacepitest #3055
base: develop
Are you sure you want to change the base?
Conversation
…ne-injector' into DDO-3838-use-pipeline-injector
…ne-injector' into DDO-3838-use-pipeline-injector
@@ -193,16 +194,18 @@ jobs: | |||
run-name: "${{ env.RAWLS_SWAT_TESTS_RUN_NAME }}-${{ matrix.terra-env }}-${{ matrix.testing-env }}-${{ matrix.test-group.group_name }}" | |||
workflow: .github/workflows/rawls-swat-tests.yaml | |||
repo: broadinstitute/terra-github-workflows | |||
ref: refs/heads/main | |||
ref: refs/heads/DDO-3838-test-remove-confs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this intentional?
inputs: '{ | ||
"additional-args": "{\"logging\":\"true\",\"java-version\":\"17\",\"billing-project\":\"\"}", | ||
"run-name": "${{ env.RAWLS_SWAT_TESTS_RUN_NAME }}-${{ matrix.terra-env }}-${{ matrix.testing-env }}-${{ matrix.test-group.group_name }}", | ||
"bee-name": "${{ env.BEE_NAME }}-${{ matrix.terra-env }}", | ||
"bee-name": "juyang-swatomation-vervet", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revert?
@@ -215,7 +218,7 @@ jobs: | |||
runs-on: ubuntu-latest | |||
needs: | |||
- rawls-swat-test-job | |||
if: always() # always run to confirm bee is destroyed | |||
if: false # always() # always run to confirm bee is destroyed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revert?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR has multiple test failures. Can we fix them or is this PR even still relevant?
Ticket:
PR checklist
model/
, then you should publish a new officialrawls-model
and updaterawls-model
in Orchestration's dependencies.