-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: fix CI for new cluster-based system
Signed-off-by: Drew Hess <[email protected]>
- Loading branch information
Showing
2 changed files
with
12 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,30 @@ | ||
agents: | ||
public: "true" | ||
os: "linux" | ||
queue: "nix-eval" | ||
|
||
steps: | ||
- command: nix flake archive .# | ||
label: ":nixos: Archive Nix flake inputs" | ||
agents: | ||
queue: "nix-build" | ||
|
||
- command: nix-buildkite | ||
label: ":nixos: :buildkite:" | ||
plugins: | ||
- circuithub/nix-buildkite: | ||
- hackworthltd/nix#v1.0.0: | ||
file: ci.nix | ||
|
||
- label: ":nixos: Archive Nix flake inputs" | ||
command: nix flake archive .# | ||
agent-tags: queue=nix-build,os=linux | ||
|
||
- wait | ||
|
||
- label: ":nixos: :linux: Cache the Nix shell" | ||
command: | | ||
nix develop --print-build-logs --profile /tmp/primer-app --command echo "done" | ||
agents: | ||
queue: "nix-build" | ||
|
||
- label: ":nixos: :macos: Cache the Nix shell" | ||
command: | | ||
nix develop --print-build-logs --profile /tmp/primer-app --command echo "done" | ||
agents: | ||
queue: "nix-build" | ||
os: "darwin" |
This file was deleted.
Oops, something went wrong.