Skip to content

Commit

Permalink
Testing artifact download
Browse files Browse the repository at this point in the history
  • Loading branch information
isarkis committed Jan 23, 2025
1 parent cf646e8 commit 524a2dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion .github/actions/process_test_results/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
- name: Download Test Results
uses: actions/download-artifact@v4
with:
pattern: ${{ inputs.test_results_key }}*
pattern: ${{ inputs.test_results_key }}
path: results/**/*

- name: Test Summary action
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,14 +233,6 @@ jobs:
test_results_key: ${{ env.TEST_RESULTS_KEY }}
gcs_results_path: gs://cobalt-unittest-storage/results/${{ matrix.name }}/${{ github.run_id }}
results_dir: ${{ env.TEST_RESULTS_DIR }}
- name: Process Test Results
if: always()
uses: ./.github/actions/process_test_results
with:
results_dir: ${{ env.TEST_RESULTS_DIR }}
datadog_api_key: ${{ secrets.DD_API_KEY }}
is_postsubmit: ${{ github.event_name == 'schedule' || github.event_name == 'push' }}
continue-on-error: true

on-host-test:
needs: [initialize, docker-build-image, build]
Expand Down

0 comments on commit 524a2dc

Please sign in to comment.