Skip to content

Commit

Permalink
Merge pull request #2463 from lukaszstolarczuk/platform-info
Browse files Browse the repository at this point in the history
[CI] Gather platform's info in all HW workflows
  • Loading branch information
pbalcer authored Dec 20, 2024
2 parents 2a76ab5 + 1a5bb68 commit 54b3b86
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/benchmarks-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,3 +236,8 @@ jobs:
with:
path: ur-repo/benchmark_results.html
key: benchmark-results-${{ matrix.adapter.str_name }}-${{ github.run_id }}

- name: Get information about platform
if: ${{ always() }}
working-directory: ${{ github.workspace }}/ur-repo/
run: .github/scripts/get_system_info.sh
5 changes: 5 additions & 0 deletions .github/workflows/e2e_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,11 @@ jobs:
id: tests
run: ninja -C build-e2e check-sycl-e2e || echo "e2e tests have failed. Ignoring failure."

- name: Get information about platform
if: ${{ always() }}
working-directory: ${{github.workspace}}/ur-repo
run: .github/scripts/get_system_info.sh

# FIXME: Requires pull-request: write permissions but this is only granted
# on pull requests from forks if using pull_request_target workflow
# trigger but not the pull_request trigger..
Expand Down

0 comments on commit 54b3b86

Please sign in to comment.