Skip to content

Commit

Permalink
Fix suites for k8s tests
Browse files Browse the repository at this point in the history
Use test_suite input and matrix.tests.test_env_vars.TEST_SUITE to set test suites for tests in e2e-tests.yml
  • Loading branch information
lukaszcl committed Sep 20, 2024
1 parent bd15eee commit c7f28fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/run-e2e-tests-reusable-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,6 @@ jobs:
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@4f377a6b1cc07f0eca82745782736b4908a1da30 # v2.3.32
env:
DETACH_RUNNER: true
TEST_SUITE: ${{ inputs.test_image_suites }}
RR_MEM: ${{ matrix.tests.remote_runner_memory }}
TEST_ARGS: -test.timeout 900h -test.memprofile memprofile.out -test.cpuprofile profile.out
ENV_JOB_IMAGE: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{ secrets.QA_AWS_REGION }}.amazonaws.com/chainlink-tests:${{ needs.get-remote-runner-test-image.outputs.remote-runner-version }}
Expand Down

0 comments on commit c7f28fc

Please sign in to comment.