We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ec7076 commit 55114c0Copy full SHA for 55114c0
.github/workflows/warp_test_workflow.yml
@@ -251,7 +251,8 @@ jobs:
251
252
TRUTH_PATH="gs://broad-gotc-test-storage/${{ inputs.dockstore_pipeline_name }}/truth/$(echo "$TEST_TYPE" | tr '[:upper:]' '[:lower:]')/$TRUTH_BRANCH"
253
echo "Truth path: $TRUTH_PATH"
254
- RESULTS_PATH="gs://broad-gotc-test-storage/${{ inputs.dockstore_pipeline_name }}/results/$CURRENT_TIME"
+
255
+ RESULTS_PATH="gs://pd-test-results/${{ inputs.dockstore_pipeline_name }}/results/$CURRENT_TIME"
256
257
# Submit all jobs first and store their submission IDs
258
for input_file in "$INPUTS_DIR"/*.json; do
0 commit comments