From d1fbc390dfe3b3a7e77106457a1f809b1340f7cb Mon Sep 17 00:00:00 2001 From: esquith Date: Fri, 9 Sep 2022 18:37:54 -0400 Subject: [PATCH 1/4] Change to performance_results --- .../workflows/{performance_tests.yml => performance_results.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{performance_tests.yml => performance_results.yml} (100%) diff --git a/.github/workflows/performance_tests.yml b/.github/workflows/performance_results.yml similarity index 100% rename from .github/workflows/performance_tests.yml rename to .github/workflows/performance_results.yml From 48db81907d0fd0046fe1ec81bc9b1372757e07b6 Mon Sep 17 00:00:00 2001 From: esquith Date: Fri, 9 Sep 2022 18:38:45 -0400 Subject: [PATCH 2/4] Make paths consistent --- .github/workflows/performance_results.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/performance_results.yml b/.github/workflows/performance_results.yml index b0ad14138e..51ccb3dd96 100644 --- a/.github/workflows/performance_results.yml +++ b/.github/workflows/performance_results.yml @@ -44,7 +44,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: performance-test-results - path: test/performance/performance_tests.txt + path: ./test/performance/performance_tests.txt - name: Slack results uses: adrey/slack-file-upload-action@1.0.5 with: From 29e3b618742d1f6906b9025b23d5cc901f244160 Mon Sep 17 00:00:00 2001 From: esquith Date: Sun, 11 Sep 2022 18:26:53 -0400 Subject: [PATCH 3/4] change back to performance_tests --- .../workflows/{performance_results.yml => performance_tests.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{performance_results.yml => performance_tests.yml} (100%) diff --git a/.github/workflows/performance_results.yml b/.github/workflows/performance_tests.yml similarity index 100% rename from .github/workflows/performance_results.yml rename to .github/workflows/performance_tests.yml From 372d128e75405fed837c226af47ad091960cba29 Mon Sep 17 00:00:00 2001 From: esquith Date: Sun, 11 Sep 2022 18:27:47 -0400 Subject: [PATCH 4/4] change paths --- .github/workflows/performance_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/performance_tests.yml b/.github/workflows/performance_tests.yml index 51ccb3dd96..bf76a5d3c1 100644 --- a/.github/workflows/performance_tests.yml +++ b/.github/workflows/performance_tests.yml @@ -44,10 +44,10 @@ jobs: uses: actions/upload-artifact@v3 with: name: performance-test-results - path: ./test/performance/performance_tests.txt + path: ./test/performance/performance_results.txt - name: Slack results uses: adrey/slack-file-upload-action@1.0.5 with: token: ${{ secrets.RUBY_GITHUB_ACTIONS_BOT_WEBHOOK }} - path: ./test/performance/performance_tests.txt + path: ./test/performance/performance_results.txt channel: ruby-agent-notifications