Skip to content

Commit

Permalink
Do not set default chainlink_upgrade_version to pass config validation
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl committed Jul 16, 2024
1 parent fbc13a8 commit 738631b
Showing 1 changed file with 2 additions and 2 deletions.
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 @@ -379,7 +379,7 @@ jobs:
uses: ./.github/actions/create-default-e2e-config-override
with:
chainlink_version: ${{ inputs.chainlink_version || matrix.tests.test_inputs.chainlink_version || github.sha }}
chainlink_upgrade_version: ${{ matrix.tests.test_inputs.chainlink_upgrade_version || 'develop' }} # Set default upgrade version
chainlink_upgrade_version: ${{ matrix.tests.test_inputs.chainlink_upgrade_version }}
chainlink_postgres_version: ${{ matrix.tests.test_inputs.chainlinkPostgresVersion }}
selected_networks: ${{ matrix.tests.test_inputs.selectedNetworks || env.SELECTED_NETWORKS}}
logging_run_id: ${{ github.run_id }}
Expand Down Expand Up @@ -511,7 +511,7 @@ jobs:
uses: ./.github/actions/create-default-e2e-config-override
with:
chainlink_version: ${{ inputs.chainlink_version || matrix.tests.test_inputs.chainlink_version || github.sha }}
chainlink_upgrade_version: ${{ matrix.tests.test_inputs.chainlink_upgrade_version || 'develop' }} # Set default upgrade version
chainlink_upgrade_version: ${{ matrix.tests.test_inputs.chainlink_upgrade_version }}
chainlink_postgres_version: ${{ matrix.tests.test_inputs.chainlinkPostgresVersion }}
selected_networks: ${{ matrix.tests.test_inputs.selectedNetworks || env.SELECTED_NETWORKS}}
logging_run_id: ${{ github.run_id }}
Expand Down

0 comments on commit 738631b

Please sign in to comment.