Skip to content

Conversation

davidangb
Copy link
Contributor

@davidangb davidangb commented Aug 18, 2025

Followup to #1658, which was only a partial fix.

Since we no longer sync TARGET and TCGA dataset permissions, we can't use those datasets in the nightly test. This updates the test to use other datasets.

As a bonus, this PR also includes a fix to allow kicking off test runs using an arbitrary branch of test code.

I kicked off a test run using this code and it passed; see https://github.com/broadinstitute/firecloud-orchestration/actions/runs/17043664395/job/48314904895.

"ENV": "${{ matrix.testing-env }}",
"test-context": "${{ needs.prepare-configs.outputs.test-context }}",
"ref": "${{ needs.prepare-configs.outputs.tag }}"
"ref": "${{ inputs.test-code-ref || needs.prepare-configs.outputs.tag }}"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this allows specifying which branch of test code to run, instead of always using the latest tag.

@davidangb davidangb marked this pull request as ready for review August 18, 2025 14:52
@davidangb davidangb requested a review from a team as a code owner August 18, 2025 14:52
@davidangb davidangb requested review from calypsomatic, kevinmarete and samanehsan and removed request for a team August 18, 2025 14:52
@davidangb davidangb merged commit 893f32f into develop Aug 18, 2025
15 checks passed
@davidangb davidangb deleted the da_CORE-609_crdcOffboardingTest branch August 18, 2025 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants