diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 0284bfce8..9cd4a0549 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -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: | diff --git a/.github/workflows/e2e_runtime-reproducibility.yml b/.github/workflows/e2e_runtime-reproducibility.yml index 5e2f0188f..3f00cf610 100644 --- a/.github/workflows/e2e_runtime-reproducibility.yml +++ b/.github/workflows/e2e_runtime-reproducibility.yml @@ -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 @@ -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" diff --git a/.github/workflows/rpm_updates.yml b/.github/workflows/rpm_updates.yml index 112f2958b..f3da959f9 100644 --- a/.github/workflows/rpm_updates.yml +++ b/.github/workflows/rpm_updates.yml @@ -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: ""