This commit is contained in:
parent
c8ec1aaf0e
commit
0345c756d8
3 changed files with 5 additions and 4 deletions
|
|
@ -34,11 +34,12 @@ steps:
|
||||||
- nix --version
|
- nix --version
|
||||||
- attic login default $${ATTIC_ENDPOINT} $${ATTIC_PUSH_TOKEN}
|
- attic login default $${ATTIC_ENDPOINT} $${ATTIC_PUSH_TOKEN}
|
||||||
- attic use $${ATTIC_CACHE}
|
- attic use $${ATTIC_CACHE}
|
||||||
- attic watch-store $${ATTIC_CACHE} &
|
# - attic watch-store $${ATTIC_CACHE} &
|
||||||
# - nix build .#nixosConfigurations.ds9.config.system.build.toplevel .#nixosConfigurations.picard.config.system.build.toplevel .#nixosConfigurations.theseus.config.system.build.toplevel
|
# - nix build .#nixosConfigurations.ds9.config.system.build.toplevel .#nixosConfigurations.picard.config.system.build.toplevel .#nixosConfigurations.theseus.config.system.build.toplevel
|
||||||
|
# - nix flake archive --json .
|
||||||
- attic push xyno $(nix flake archive --json . | jq -r '[.. | .path? | select(. != null)] | unique | .[]')
|
- attic push xyno $(nix flake archive --json . | jq -r '[.. | .path? | select(. != null)] | unique | .[]')
|
||||||
- mkdir /tmp/reports
|
- mkdir /tmp/reports
|
||||||
- nix-fast-build --no-nom --skip-cached --result-file /tmp/reports/junit.xml --result-format junit --attic-cache xyno --flake .#hydraJobs.systems
|
- nix-fast-build --debug --no-nom --skip-cached --result-file /tmp/reports/junit.xml --result-format junit --attic-cache $${ATTIC_CACHE} --flake .#hydraJobs.systems
|
||||||
- name: junit-reports
|
- name: junit-reports
|
||||||
image: ghcr.io/wgroeneveld/woodpecker-ascii-junit:main
|
image: ghcr.io/wgroeneveld/woodpecker-ascii-junit:main
|
||||||
settings:
|
settings:
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
when:
|
when:
|
||||||
- event: cron
|
- event: cron
|
||||||
con: dependency_update
|
cron: dependency_update
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: nix-flake-update
|
- name: nix-flake-update
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ caddy.override {
|
||||||
cp -r --reflink=auto . $out
|
cp -r --reflink=auto . $out
|
||||||
'';
|
'';
|
||||||
|
|
||||||
outputHash = "sha256-r4+WK8UhGLAuIvdV6uiH2bMh/SjTfY4CzKcpHU0Gu5s=";
|
outputHash = "sha256-sN3khgPLbBxhRohE+KXPNPFDowHJN5q/5J5uJ6wzLT8=";
|
||||||
outputHashMode = "recursive";
|
outputHashMode = "recursive";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue