Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
use old regression test that uses the e2e action
  • Loading branch information
miampf committed Oct 10, 2024
1 parent 3988543 commit 770583d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ jobs:
uses: ./.github/actions/post_to_teams
with:
webhook: ${{ secrets.TEAMS_CI_WEBHOOK }}
message: "e2e test ${{ inputs.test-name }} failed on platform ${{ inputs.platform }}"
title: "${{ inputs.test-name }} failed"
message: "e2e test ${{ inputs.test-name }} failed"
additionalFields: '[{"title": "Platform", "value": "${{ inputs.platform }}"}]'
- name: Cleanup
if: cancelled() && !inputs.skip-undeploy
run: |
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/e2e_runtime-reproducibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ jobs:
uses: ./.github/actions/post_to_teams
with:
webhook: ${{ secrets.TEAMS_CI_WEBHOOK }}
message: "Runtime reproducibility test failed on ${{ matrix.build-target }}-${{ matrix.os }}"
title: "Runtime reproducibility test failed"
message: "Runtime reproducibility test failed on ${{ matrix.build-target}}-${{matrix.os }}"
additionalFields: '[{"title": "Build target", "value": "${{ matrix.build-target }}"}, {"title": "OS", "value": "${{ matrix.os }}"}]'

collect-checksums:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -87,4 +89,5 @@ jobs:
uses: ./.github/actions/post_to_teams
with:
webhook: ${{ secrets.TEAMS_CI_WEBHOOK }}
message: "Runtime reproducibility test failed to collect checksums"
title: "Runtime reproducibility test failed"
message: "failed to collect checksums"
3 changes: 2 additions & 1 deletion .github/workflows/rpm_updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ jobs:
uses: ./.github/actions/post_to_teams
with:
webhook: ${{ secrets.TEAMS_CI_WEBHOOK }}
message: "Updating RPM packages failed"
title: "Failed to update RPM packages"
message: ""

0 comments on commit 770583d

Please sign in to comment.