Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multichain-e2e does not run during daily integration test #11016

Open
0xpatrickdev opened this issue Feb 18, 2025 · 1 comment
Open

multichain-e2e does not run during daily integration test #11016

0xpatrickdev opened this issue Feb 18, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@0xpatrickdev
Copy link
Member

Describe the bug

I just noticed the multichain-e2e tests are no longer running as part of the daily integration test (current, previous). They still run on PRs when force-integration is checked.

In #10182 from Jan 17, .github/workflows/multichain-e2e.yml was modified.

The integration.yml file, which I suspect this job uses, was not modified in these changes:

test-multichain-e2e:
needs: pre_check
if: needs.pre_check.outputs.should_run == 'true'
uses: ./.github/workflows/multichain-e2e.yml

multichain-e2e.yml was updated to add on-demand jobs and the ability to skip the go-relayer scenarios in CI:

if: |
github.event_name == 'workflow_call' ||
github.event_name == 'pull_request' ||
(github.event_name == 'workflow_dispatch' && inputs.test_type == 'orchestration-api-hermes')

Expected behavior

orchestration-api-hermes and fast-usdc-hermes should run as part of the daily integration test

Platform Environment

CI

Additional context

Perhaps there's a bug in the workflow_dispatch and workflow_call logic added in #10182?

@0xpatrickdev 0xpatrickdev added the bug Something isn't working label Feb 18, 2025
@mhofman
Copy link
Member

mhofman commented Feb 18, 2025

Note that this doesn't really matter since endo-branch does not apply to docker based tests, including multi-chain: #8938

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants