Skip to content

Commit

Permalink
Fix ccip
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl committed Aug 26, 2024
1 parent d0e0a55 commit 5a901ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .github/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -988,20 +988,19 @@ runner-test-matrix:
TEST_SUITE: chaos
TEST_TRIGGERED_BY: ccip-cron-chaos-eth
TEST_LOG_LEVEL: debug
DATABASE_URL: postgresql://postgres:node@localhost:5432/chainlink_test?sslmode=disable

- id: ccip-tests/load/ccip_test.go:^TestLoadCCIPStableWithPodChaosDiffCommitAndExec
path: integration-tests/ccip-tests/load/ccip_test.go
test_env_type: k8s-remote-runner
runs_on: ubuntu-latest
workflows:
- Automation On Demand Tests
- E2E CCIP Chaos Tests
# Disabled until CCIP-2555 is resolved
# - E2E CCIP Chaos Tests
test_cmd: cd integration-tests/ccip-tests/load && DETACH_RUNNER=false go test -run '^TestLoadCCIPStableWithPodChaosDiffCommitAndExec' -v -test.parallel=4 -timeout 120m -count=1 -json
test_env_vars:
TEST_SUITE: chaos
TEST_TRIGGERED_BY: ccip-cron-chaos-eth
TEST_LOG_LEVEL: debug
DATABASE_URL: postgresql://postgres:node@localhost:5432/chainlink_test?sslmode=disable

# END: CCIP tests
6 changes: 2 additions & 4 deletions .github/workflows/ccip-chaos-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ jobs:
with:
chainlink_version: ${{ github.sha }}
require_chainlink_image_versions_in_qa_ecr: ${{ github.sha }}
test_ids: 'ccip-tests/chaos/ccip_test.go'
# Disabled until CCIP-2555 is resolved
# test_ids: 'ccip-tests/chaos/ccip_test.go,ccip-tests/load/ccip_test.go:^TestLoadCCIPStableWithPodChaosDiffCommitAndExec'
test_workflow: E2E CCIP Chaos Tests
test_log_level: debug
slack_notification_after_tests: on_failure
slack_notification_after_tests_channel_id: "D04ENK9VDFA"
slack_notification_after_tests_channel_id: '#D04ENK9VDFA'
slack_notification_after_tests_name: CCIP Chaos E2E Tests
secrets:
QA_AWS_REGION: ${{ secrets.QA_AWS_REGION }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run-e2e-tests-reusable-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -694,6 +694,7 @@ jobs:
E2E_TEST_PYROSCOPE_SERVER_URL: ${{ matrix.tests.pyroscope_env != '' && secrets.QA_PYROSCOPE_INSTANCE || '' }}
E2E_TEST_PYROSCOPE_KEY: ${{ matrix.tests.pyroscope_env != '' && secrets.QA_PYROSCOPE_KEY || '' }}
E2E_TEST_PYROSCOPE_ENABLED: ${{ matrix.tests.pyroscope_env != '' && 'true' || '' }}
DATABASE_URL: postgresql://postgres:node@localhost:5432/chainlink_test?sslmode=disable
with:
test_command_to_run: ${{ matrix.tests.test_cmd }} 2>&1 | tee /tmp/gotest.log | gotestloghelper -ci -singlepackage -hidepassingtests=false -hidepassinglogs
test_download_vendor_packages_command: make gomod
Expand Down

0 comments on commit 5a901ee

Please sign in to comment.