Skip to content

Commit

Permalink
added telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
petronny committed May 8, 2024
1 parent a779b6c commit 3b0a1b6
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/builder_github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ jobs:
- name: Download dependencies
run: python -m cactus.builder.download-depends repository ${{ github.event.inputs.pkgbase }}

- name: Collect telemetry
uses: catchpoint/workflow-telemetry-action@v2

- name: Build ${{ github.event.inputs.pkgbase }}
uses: arch4edu/cactus/actions/build-package@main
id: build
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/builder_github_actions_unsafe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
- name: Download dependencies
run: python -m cactus.builder.download-depends repository ${{ github.event.inputs.pkgbase }}

- name: Collect telemetry
uses: catchpoint/workflow-telemetry-action@v2

- name: Build ${{ github.event.inputs.pkgbase }}
uses: arch4edu/cactus/actions/build-package@main
id: build
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/builder_self_hosted_aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,11 @@ jobs:
- name: Download dependencies
run: python -m cactus.builder.download-depends repository ${{ github.event.inputs.pkgbase }}

- uses: arch4edu/cactus/actions/build-package@main
- name: Collect Telemetry
uses: catchpoint/workflow-telemetry-action@v2

- name: Build ${{ github.event.inputs.pkgbase }}
uses: arch4edu/cactus/actions/build-package@main
id: build
with:
pkgbase: ${{ github.event.inputs.pkgbase }}
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/builder_self_hosted_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,11 @@ jobs:
- name: Download dependencies
run: python -m cactus.builder.download-depends repository ${{ github.event.inputs.pkgbase }}

- uses: arch4edu/cactus/actions/build-package@main
- name: Collect telemetry
uses: catchpoint/workflow-telemetry-action@v2

- name: Build ${{ github.event.inputs.pkgbase }}
uses: arch4edu/cactus/actions/build-package@main
id: build
with:
pkgbase: ${{ github.event.inputs.pkgbase }}
Expand Down

0 comments on commit 3b0a1b6

Please sign in to comment.