You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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 whenforce-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:agoric-sdk/.github/workflows/integration.yml
Lines 327 to 330 in ca78eab
multichain-e2e.yml
was updated to add on-demand jobs and the ability to skip thego-relayer
scenarios in CI:agoric-sdk/.github/workflows/multichain-e2e.yml
Lines 20 to 23 in ca78eab
Expected behavior
orchestration-api-hermes
andfast-usdc-hermes
should run as part of the daily integration testPlatform Environment
CI
Additional context
Perhaps there's a bug in the
workflow_dispatch
andworkflow_call
logic added in #10182?The text was updated successfully, but these errors were encountered: