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

[CI] Enable local Lucy run in CI #14790

Closed
dkijania opened this issue Jan 5, 2024 · 0 comments · Fixed by #14802
Closed

[CI] Enable local Lucy run in CI #14790

dkijania opened this issue Jan 5, 2024 · 0 comments · Fixed by #14802
Assignees

Comments

@dkijania
Copy link
Member

dkijania commented Jan 5, 2024

After #14648 is done we can implement local lucy runs.

We can take an example from experimental minimina in CI work: #14251

@MartinMinkov also gave us some hints and requirements for running lucy locally:

example script:

#!/bin/bash
set -e

# Set up a local docker swarm
docker swarm init --advertise-addr 127.0.0.1

# Set up images to use for testing
MINA_IMAGE=gcr.io/o1labs-192920/mina-daemon:2.0.0rampup5-develop-1e360f7-bullseye-berkeley
MINA_ARCHIVE=gcr.io/o1labs-192920/mina-archive:2.0.0rampup5-develop-1e360f7-bullseye

# Specify a test to run
TEST=zkapps

# Run the test
./_build/default/src/app/test_executive/test_executive.exe local $TEST --mina-image=$MINA_IMAGE --archive-image=$MINA_ARCHIVE --debug 

Agent Requirements:

docker swarm in version 1.12 and later

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

1 participant