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

Parallel figs #195

Closed
mikewaters opened this issue Apr 21, 2014 · 2 comments
Closed

Parallel figs #195

mikewaters opened this issue Apr 21, 2014 · 2 comments

Comments

@mikewaters
Copy link

It would be useful to be able to run many figs in parallel, for instance to support a CI system similar in nature to drone.io (which fig appears to be partially, and thankfully, emulating in python).

One issue in particular is the fact that containers are removed when fig is run, to support workflows where the run configuration had changed (thanks @bfirsh).

I have no recommendations or patches, apologies!

@bfirsh
Copy link

bfirsh commented Apr 21, 2014

A solution to this would be to make the project name configurable as a command line option (-p?). So for every instance of Fig you ran, you could give it a unique ID. E.g.:

$ fig up -d -p $BUILD_NUMBER
$ fig run web -p $BUILD_NUMBER ./test.sh

Related to #45.

@dnephin
Copy link

dnephin commented May 18, 2015

The project name was made configurable a while ago, so this is now possible (and I rely on it pretty heavily for CI).

@dnephin dnephin closed this as completed May 18, 2015
xulike666 pushed a commit to xulike666/compose that referenced this issue Jan 19, 2017
archutils: aarch64: fix build and improve C formatting
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

No branches or pull requests

3 participants