From 37cb0f81144489f753f9f3956b8d771fde7a5698 Mon Sep 17 00:00:00 2001 From: AnieeG Date: Wed, 1 Nov 2023 15:19:16 -0700 Subject: [PATCH] another fix --- .github/workflows/ccip-load-tests.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ccip-load-tests.yml b/.github/workflows/ccip-load-tests.yml index 95a1feaf6a..b7f63416cd 100644 --- a/.github/workflows/ccip-load-tests.yml +++ b/.github/workflows/ccip-load-tests.yml @@ -126,7 +126,7 @@ jobs: with: basic-auth: ${{ secrets.GRAFANA_CLOUD_BASIC_AUTH }} hostname: ${{ secrets.GRAFANA_CLOUD_HOST }} - this-job-name: ${{ inputs.networks }} CCIP Load Test + this-job-name: CCIP Load Test continue-on-error: true - name: Checkout the repo uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 @@ -166,6 +166,8 @@ jobs: TEST_LOKI_URL: ${{ secrets.TEST_LOKI_URL }} RR_MEM: 8Gi RR_CPU: 4 + TEST_TRIGGERED_BY: ccip-load-test-ci + GH_TOKEN: ${{ github.token }} with: test_command_to_run: make test_need_operator_assets && cd ./integration-tests/ccip-tests && go test -v -timeout 900h -count=1 -json -run ^TestLoadCCIPStableRPS$ ./load 2>&1 | tee /tmp/gotest.log | gotestfmt test_download_vendor_packages_command: cd ./integration-tests && go mod download @@ -179,4 +181,5 @@ jobs: artifacts_location: ./integration-tests/load/logs/payload_ccip.json aws_registries: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }} cache_key_id: ccip-load-${{ env.MOD_CACHE_VERSION }} - cache_restore_only: "true" \ No newline at end of file + cache_restore_only: "true" + should_cleanup: "true" \ No newline at end of file