-
Notifications
You must be signed in to change notification settings - Fork 3
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
add e2e testing support for ollinet in CI job #113
Conversation
Deploying dapp-econ-gov with Cloudflare Pages
|
Cloudflare deployment logs are available here |
tests/e2e/docker-compose.yml
Outdated
@@ -105,7 +107,7 @@ services: | |||
profiles: | |||
- synpress | |||
container_name: agoric_chain | |||
image: ghcr.io/agoric/agoric-3-proposals:main | |||
image: ghcr.io/agoric/agoric-3-proposals:${A3P_BRANCH} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a Docker tag, not branch.
what's publishing an 'ollinet' tag? I don't see one in https://github.com/Agoric/agoric-3-proposals/pkgs/container/agoric-3-proposals
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this docker tag can only be used for local testing and not for ollinet.
for specific a3p tag on ollinet, I will have to make change in instagoric that I can do separately.
removing this change for now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@turadg updated the PR.
Fraz and I made the necessary changes to enable running E2E testing with other testnets besides |
No description provided.