alpha
Login
or
Join now
alice.pds.demo.boltless.dev
/
core
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
2
Pulls
1
Pipelines
core
/
spindle
/
engines
/
nixery
6 files
at
045b2783dadf45dddb57ceecea1108a00a1b0cbb
Anirudh Oppiliappan
spindle/engines/nixery: add workflow id to container labels
11mo ago
612bc427
ansi_stripper.go
spindle/engines/nixery: add workflow id to container labels Adding the repo name there would've been useful but it's not readily available within SetupWorkflow. We'll... figure out how to add that later. Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
11 months ago
engine.go
spindle/engines/nixery: add workflow id to container labels Adding the repo name there would've been useful but it's not readily available within SetupWorkflow. We'll... figure out how to add that later. Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
11 months ago
envs.go
spindle: make workflows engine-agnostic Signed-off-by: Winter <winter@winter.cafe>
1 year ago
envs_test.go
spindle: make workflows engine-agnostic Signed-off-by: Winter <winter@winter.cafe>
1 year ago
errors.go
spindle: make workflows engine-agnostic Signed-off-by: Winter <winter@winter.cafe>
1 year ago
setup_steps.go
spindle/engines/nixery: provision one container per workflow This moves away from the old method of creating a container with some shared volumes to one that most users would expect: any changes made in one step will be accessible by the following steps, and not only if they're in the workspace or `/etc/nix`. This also paves the way for a more generic Docker image engine, as users can do things like `apt install` without the results being blown away across steps. Signed-off-by: Winter <winter@winter.cafe>
1 year ago