From a49aa48ce7a7eaece23dff0f773cc9495980746e Mon Sep 17 00:00:00 2001 From: "(Eliseo) Nathaniel Ruiz Nowell" Date: Tue, 28 Sep 2021 21:51:56 -0700 Subject: [PATCH] Fix gh-pages link for auto Soak Test links (#92) --- .github/auto-issue-templates/failure-after-soak_tests.md | 2 +- .github/auto-issue-templates/failure-during-soak_tests.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/auto-issue-templates/failure-after-soak_tests.md b/.github/auto-issue-templates/failure-after-soak_tests.md index eb1db5ae9..23477b989 100644 --- a/.github/auto-issue-templates/failure-after-soak_tests.md +++ b/.github/auto-issue-templates/failure-after-soak_tests.md @@ -9,7 +9,7 @@ After the Soak Tests completed, a performance degradation was revealed for commi # Useful Links -Snapshots of the Soak Test run are available [on the gh-pages branch](https://github.com/{{ env.GITHUB_REPOSITORY }}/tree/gh-pages/soak-tests/snapshots/{{ sha }}). These are the snapshots for the violating commit: +Snapshots of the Soak Test run are available [on the gh-pages branch](https://github.com/{{ env.GITHUB_REPOSITORY }}/tree/gh-pages/soak-tests/snapshots/commits/{{ sha }}). These are the snapshots for the violating commit: ![CPU Load Soak Test SnapShot Image](https://github.com/{{ env.GITHUB_REPOSITORY }}/blob/gh-pages/soak-tests/snapshots/commits/{{ sha }}/runs/{{ env.GITHUB_RUN_ID }}/{{ env.APP_PLATFORM }}/{{ env.INSTRUMENTATION_TYPE }}-cpu-load.png?raw=true) ![Total Memory Soak Test SnapShot Image](https://github.com/{{ env.GITHUB_REPOSITORY }}/blob/gh-pages/soak-tests/snapshots/commits/{{ sha }}/runs/{{ env.GITHUB_RUN_ID }}/{{ env.APP_PLATFORM }}/{{ env.INSTRUMENTATION_TYPE }}-total-memory.png?raw=true) diff --git a/.github/auto-issue-templates/failure-during-soak_tests.md b/.github/auto-issue-templates/failure-during-soak_tests.md index 574857e73..fae154670 100644 --- a/.github/auto-issue-templates/failure-during-soak_tests.md +++ b/.github/auto-issue-templates/failure-during-soak_tests.md @@ -9,7 +9,7 @@ During Soak Tests execution, a performance degradation was revealed for commit { # Useful Links -Snapshots of the Soak Test run are available [on the gh-pages branch](https://github.com/{{ env.GITHUB_REPOSITORY }}/tree/gh-pages/soak-tests/snapshots/{{ sha }}). These are the snapshots for the violating commit: +Snapshots of the Soak Test run are available [on the gh-pages branch](https://github.com/{{ env.GITHUB_REPOSITORY }}/tree/gh-pages/soak-tests/snapshots/commits/{{ sha }}). These are the snapshots for the violating commit: ![CPU Load Soak Test SnapShot Image](https://github.com/{{ env.GITHUB_REPOSITORY }}/blob/gh-pages/soak-tests/snapshots/commits/{{ sha }}/runs/{{ env.GITHUB_RUN_ID }}/{{ env.APP_PLATFORM }}/{{ env.INSTRUMENTATION_TYPE }}-cpu-load.png?raw=true) ![Total Memory Soak Test SnapShot Image](https://github.com/{{ env.GITHUB_REPOSITORY }}/blob/gh-pages/soak-tests/snapshots/commits/{{ sha }}/runs/{{ env.GITHUB_RUN_ID }}/{{ env.APP_PLATFORM }}/{{ env.INSTRUMENTATION_TYPE }}-total-memory.png?raw=true)