Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl committed Aug 12, 2024
1 parent 8151eca commit d7af61f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-e2e-tests-reusable-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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() }}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d7af61f

Please sign in to comment.