-
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
Open
jyang-broad
wants to merge
74
commits into
develop
Choose a base branch
from
DDO-3838-use-pipeline-injector
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
74 commits
Select commit
Hold shift + click to select a range
0f65a22
use pipeline injector on workspacepitest
jyang-broad 797bb10
add implicits
jyang-broad d645157
retest
jyang-broad 38bfe5b
import pipeline
jyang-broad ffb2b86
fix student
jyang-broad 3540e04
Add scope?
jyang-broad 7b7b5e4
revert billing scope, remove extra token value
jyang-broad d4a88e0
Merge branch 'develop' into DDO-3838-use-pipeline-injector
jyang-broad 54b2a43
retest
jyang-broad b468ef9
update branch back to main, removed the rest of workspace auth instances
jyang-broad 0cb883e
testing: remove create bee and run just against my bee
jyang-broad bcfe922
move to demo branch
jyang-broad 6e2aaa1
retest
jyang-broad 4b74dcc
Merge branch 'develop' into DDO-3838-use-pipeline-injector
jyang-broad fc75513
update billing spec
jyang-broad a0e94e9
Merge remote-tracking branch 'refs/remotes/origin/DDO-3838-use-pipeli…
jyang-broad 6d6f564
add pipeline lib
jyang-broad 304a1f1
use nonownertoken
jyang-broad f92f70c
no implicit
jyang-broad a9f9c18
Merge branch 'develop' into DDO-3838-use-pipeline-injector
jyang-broad cdf26eb
retest
jyang-broad b823881
Merge branch 'develop' into DDO-3838-use-pipeline-injector
jyang-broad c9ff6d8
Merge branch 'develop' into DDO-3838-use-pipeline-injector
jyang-broad a49a012
try ownerauthtoken
jyang-broad f74e8a7
Merge remote-tracking branch 'refs/remotes/origin/DDO-3838-use-pipeli…
jyang-broad c770407
try scope
jyang-broad 3208293
try bearer
jyang-broad f584749
try access token
jyang-broad 8a95b49
Merge branch 'develop' into DDO-3838-use-pipeline-injector
jyang-broad 3b47e9d
try value
jyang-broad e631e29
remove cleanup?
jyang-broad f0a403a
unimplicit auth token
jyang-broad 5c41d7f
typo
jyang-broad 80d7107
typo
jyang-broad a9b5399
convert AuthDomainSpec to pipeline
jyang-broad c8a3b4a
add pipeline
jyang-broad 74a9979
typo?
jyang-broad daa4536
a list
jyang-broad 185a4fb
a list fix
jyang-broad 44ba404
no option
jyang-broad 91b784b
try no userdata
jyang-broad cc00aae
undo
jyang-broad a0d8f9f
oops, didn't actually get the token
jyang-broad 1ae64ba
uh, fix, maybe
jyang-broad 88a754a
no get
jyang-broad aecbe16
unzip?
jyang-broad abc5b7b
just hardcode it
jyang-broad 12ad477
no get
jyang-broad c18e244
pipeline fixes
jyang-broad e43bdfc
fix typing
jyang-broad cb8e108
use billing pipeline
jyang-broad a3b4427
fix typo
jyang-broad 73ee8bc
fix studentB
jyang-broad ab05325
fix studentA
jyang-broad e2840d0
fix workspaceapispec
jyang-broad fb10604
don't cast
jyang-broad f19c4bc
uncast again
jyang-broad 81fc530
oops bee
jyang-broad 602cccd
add debug
jyang-broad bc67cbc
use seq?
jyang-broad cfc65d0
try no random
jyang-broad 7d62dda
more debug
jyang-broad 3ffa94f
retest
jyang-broad bdb66c0
remove one json
jyang-broad e59c058
remove more pem
jyang-broad e92a24c
un-implicit stuff
jyang-broad edd20da
remove from with cleanup
jyang-broad 02f4988
Merge branch 'develop' into DDO-3838-use-pipeline-injector
jyang-broad caf9602
us sa token
jyang-broad 8871183
retest
jyang-broad 3b6c765
retest
jyang-broad a0577ad
retest
jyang-broad 3255810
retest
jyang-broad aa4dd8e
Merge branch 'develop' into DDO-3838-use-pipeline-injector
kevinmarete File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -132,6 +132,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
needs: | ||
- rawls-build-publish-job | ||
if: false | ||
permissions: | ||
contents: 'read' | ||
id-token: 'write' | ||
|
@@ -178,7 +179,7 @@ jobs: | |
name: ${{ matrix.test-group.group_name }}-owned tests | ||
runs-on: ubuntu-latest | ||
needs: | ||
- create-bee-workflow | ||
# - create-bee-workflow | ||
- init-github-context | ||
permissions: | ||
contents: 'read' | ||
|
@@ -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 | ||
token: ${{ secrets.BROADBOT_TOKEN }} # github token for access to kick off a job in the private repo | ||
# manually recalculate b/c env context is broken https://github.com/actions/runner/issues/480 | ||
# "bee-name": "${{ env.BEE_NAME }}-${{ matrix.terra-env }}", | ||
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 commentThe reason will be displayed to describe this comment to others. Learn more. revert? |
||
"ENV": "${{ matrix.testing-env }}", | ||
"test-group-name": "${{ matrix.test-group.group_name }}", | ||
"test-command": "${{ env.rawls_base_test_entrypoint }} ${{ matrix.test-group.tag }}", | ||
"e2e-env": "rawls_bee.env", | ||
"test-context": "${{ env.test-context }}", | ||
"ref": "${{ needs.init-github-context.outputs.ref }}" | ||
}' | ||
|
@@ -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 commentThe reason will be displayed to describe this comment to others. Learn more. revert? |
||
permissions: | ||
contents: 'read' | ||
id-token: 'write' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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?