Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(build-and-test-differential): visualize build times #9649

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test gh runner
Signed-off-by: M. Fatih Cırıt <mfc@autoware.org>
xmfcx committed Dec 15, 2024

Verified

This commit was signed with the committer’s verified signature.
xmfcx Mete Fatih Cırıt
commit 9ccc777682dc0bcfa739c889eff056a47b6bd731
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-daily.yaml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@

jobs:
build-and-test-daily:
runs-on: [self-hosted, Linux, X64]
runs-on: ubuntu-22.04
container: ${{ matrix.container }}${{ matrix.container-suffix }}
strategy:
fail-fast: false
@@ -96,11 +96,11 @@
shell: bash

- uses: actions/upload-artifact@v4
id: upload-artifact-treemap

Check warning on line 99 in .github/workflows/build-and-test-daily.yaml

GitHub Actions / spell-check-differential

Unknown word (treemap)
if: ${{ steps.build.outputs.build-time-treemap-path != '' }}

Check warning on line 100 in .github/workflows/build-and-test-daily.yaml

GitHub Actions / spell-check-differential

Unknown word (treemap)
with:
name: build-time-visualization-treemap

Check warning on line 102 in .github/workflows/build-and-test-daily.yaml

GitHub Actions / spell-check-differential

Unknown word (treemap)
path: ${{ steps.build.outputs.build-time-treemap-path }}

Check warning on line 103 in .github/workflows/build-and-test-daily.yaml

GitHub Actions / spell-check-differential

Unknown word (treemap)

- name: Visualize build time treemap
if: ${{ steps.build.outputs.build-time-treemap-path != '' }}

Unchanged files with check annotations Beta

shell: bash
- uses: actions/upload-artifact@v4
id: upload-artifact-treemap

Check warning on line 89 in .github/actions/build-and-test-differential/action.yaml

GitHub Actions / spell-check-differential

Unknown word (treemap)
if: ${{ steps.build.outputs.build-time-treemap-path != '' }}

Check warning on line 90 in .github/actions/build-and-test-differential/action.yaml

GitHub Actions / spell-check-differential

Unknown word (treemap)
with:
name: build-time-visualization-treemap

Check warning on line 92 in .github/actions/build-and-test-differential/action.yaml

GitHub Actions / spell-check-differential

Unknown word (treemap)
path: ${{ steps.build.outputs.build-time-treemap-path }}

Check warning on line 93 in .github/actions/build-and-test-differential/action.yaml

GitHub Actions / spell-check-differential

Unknown word (treemap)
- name: Visualize build time treemap

Check warning on line 95 in .github/actions/build-and-test-differential/action.yaml

GitHub Actions / spell-check-differential

Unknown word (treemap)
if: ${{ steps.build.outputs.build-time-treemap-path != '' }}
run: |
echo "## Build Time Treemap Visualization" >> $GITHUB_STEP_SUMMARY

Check warning on line 98 in .github/actions/build-and-test-differential/action.yaml

GitHub Actions / spell-check-differential

Unknown word (Treemap)
echo "" >> $GITHUB_STEP_SUMMARY
echo ${{ steps.upload-artifact-treemap.outputs.artifact-url }} >> $GITHUB_STEP_SUMMARY
echo "" >> $GITHUB_STEP_SUMMARY