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

remove 'hosted-utils-api-server' service from multiproposer 'docker-compose' #1437

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fullkomnun
Copy link
Contributor

What does this implement/fix? Explain your changes.

Remove 'hosted-utils-api-server' service from multiproposer 'docker-compose' since it is not required to run 'ping-pong' e2e test

Does this close any currently open issues?

Nope

What commands can I run to test the change?

Run ping-pong-test locally and/or via CI:

  1. NF_SERVICES_TO_START=blockchain,deployer,worker ./bin/setup-nightfall
  2. CONFIRMATIONS=1 WHITELISTING=disable ./bin/start-multiproposer-test-env -g
    [in another terminal]
  3. npm ci
  4. docker wait nightfall_3_deployer_1 (wait for deployer to finish)
  5. CONFIRMATIONS=1 npm run ping-pong

Any other comments?

Just avoiding building an image and starting a container unnecessarily

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant