Skip to content

Commit 55114c0

Browse files
Update results path (#1546)
* update results path * update results path
1 parent 0ec7076 commit 55114c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/warp_test_workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,8 @@ jobs:
251251
252252
TRUTH_PATH="gs://broad-gotc-test-storage/${{ inputs.dockstore_pipeline_name }}/truth/$(echo "$TEST_TYPE" | tr '[:upper:]' '[:lower:]')/$TRUTH_BRANCH"
253253
echo "Truth path: $TRUTH_PATH"
254-
RESULTS_PATH="gs://broad-gotc-test-storage/${{ inputs.dockstore_pipeline_name }}/results/$CURRENT_TIME"
254+
255+
RESULTS_PATH="gs://pd-test-results/${{ inputs.dockstore_pipeline_name }}/results/$CURRENT_TIME"
255256
256257
# Submit all jobs first and store their submission IDs
257258
for input_file in "$INPUTS_DIR"/*.json; do

0 commit comments

Comments
 (0)