diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 23b30d9f8cc..36855b5f458 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -515,7 +515,7 @@ jobs: # uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/show-test-summary@70ccaef155381025e411cf7cd1fa5ef8f668ed75 # v2.3.25 call-run-e2e-tests-workflow: - name: ETH smoke tests + name: Run E2E Tests if: ${{ !contains(join(github.event.pull_request.labels.*.name, ' '), 'skip-smoke-tests') }} # environment: integration permissions: @@ -527,9 +527,6 @@ jobs: needs: [build-chainlink, changes] # needs: [build-chainlink, changes, build-lint-integration-tests] # env: - # SELECTED_NETWORKS: SIMULATED - # CHAINLINK_COMMIT_SHA: ${{ inputs.evm-ref || github.sha }} - # CHAINLINK_ENV_USER: ${{ github.actor }} uses: ./.github/workflows/run-e2e-tests-reusable-workflow.yml with: chainlink_version: ${{ inputs.evm-ref || github.sha }} diff --git a/.github/workflows/run-e2e-tests-reusable-workflow.yml b/.github/workflows/run-e2e-tests-reusable-workflow.yml index b84eb399801..38a4d714b06 100644 --- a/.github/workflows/run-e2e-tests-reusable-workflow.yml +++ b/.github/workflows/run-e2e-tests-reusable-workflow.yml @@ -366,7 +366,7 @@ jobs: # Run Docker tests run-docker-tests: - name: Run ${{ matrix.tests.id }} + name: Run docker tests ${{ matrix.tests.id }} needs: [load-test-configurations, require-chainlink-image-versions-in-qa-ecr, require-chainlink-plugin-versions-in-qa-ecr, get_latest_chainlink_release_version] # Run when none of the needed jobs fail or are cancelled (skipped or successful jobs are ok) if: ${{ needs.load-test-configurations.outputs.run-docker-tests == 'true' && always() && !failure() && !cancelled() }} @@ -510,7 +510,7 @@ jobs: run-k8s-runner-tests: needs: [load-test-configurations, prepare-remote-runner-test-image, require-chainlink-image-versions-in-qa-ecr, require-chainlink-plugin-versions-in-qa-ecr, get_latest_chainlink_release_version] if: ${{ needs.load-test-configurations.outputs.run-k8s-tests == 'true' && always() && !failure() && !cancelled() }} - name: Run ${{ matrix.tests.id }} + name: Run k8s tests ${{ matrix.tests.id }} runs-on: ${{ matrix.tests.runs_on }} strategy: fail-fast: false