From 5bcb1c4753984e6434d1455487b3d27afccb80b6 Mon Sep 17 00:00:00 2001 From: Grant Zukel <80433392+gzukel@users.noreply.github.com> Date: Mon, 10 Jun 2024 22:25:02 -0600 Subject: [PATCH] ci: updated the artillery report to publish to artillery cloud (#2335) * ci: updated the artillery report to publish to artillery cloud --- .github/workflows/ci-nightly-performance-testing.yaml | 2 +- changelog.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-nightly-performance-testing.yaml b/.github/workflows/ci-nightly-performance-testing.yaml index 15245da280..30116f743f 100644 --- a/.github/workflows/ci-nightly-performance-testing.yaml +++ b/.github/workflows/ci-nightly-performance-testing.yaml @@ -19,7 +19,7 @@ jobs: - name: "EXECUTE:LOADTESTS" uses: artilleryio/action-cli@v1 with: - command: run .github/actions/performance-tests/art.yaml --output ./report.json + command: run .github/actions/performance-tests/art.yaml --record --key ${{ secrets.ARTILLERY_KEY }} --output ./report.json - name: "GENERATE:REPORT" uses: artilleryio/action-cli@v1 diff --git a/changelog.md b/changelog.md index e2a0db4753..d4a0384d61 100644 --- a/changelog.md +++ b/changelog.md @@ -68,6 +68,7 @@ ### CI +* [2335](https://github.com/zeta-chain/node/pull/2335) - ci: updated the artillery report to publish to artillery cloud * [2285](https://github.com/zeta-chain/node/pull/2285) - added nightly EVM performance testing pipeline, modified localnet testing docker image to utilitze debian:bookworm, removed build-jet runners where applicable, removed deprecated/removed upgrade path testing pipeline. * [2268](https://github.com/zeta-chain/node/pull/2268) - updated the publish-release pipeline to utilize the Github Actions Ubuntu 20.04 Runners. * [2070](https://github.com/zeta-chain/node/pull/2070) - Added commands to build binaries from the working branch as a live full node rpc to test non-governance changes.