mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
switch to release branch of ci
This commit is contained in:
parent
5062c04e4d
commit
ba5b524a9c
6 changed files with 29 additions and 29 deletions
22
.github/workflows/flake-update.yml
vendored
22
.github/workflows/flake-update.yml
vendored
|
|
@ -10,22 +10,22 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- id: checkout
|
- id: checkout
|
||||||
name: git clone
|
name: git clone
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
submodules: false
|
submodules: false
|
||||||
- id: nix-install
|
- id: nix-install
|
||||||
name: nix install
|
name: nix install
|
||||||
uses: arcnmx/ci/actions/nix/install@nix2.4-broken
|
uses: arcnmx/ci/actions/nix/install@v0.6
|
||||||
- id: ci-action-build
|
- id: ci-action-build
|
||||||
name: nix build ci.gh-actions.configFile
|
name: nix build ci.gh-actions.configFile
|
||||||
uses: arcnmx/ci/actions/nix/build@nix2.4-broken
|
uses: arcnmx/ci/actions/nix/build@v0.6
|
||||||
with:
|
with:
|
||||||
attrs: ci.gh-actions.configFile
|
attrs: ci.gh-actions.configFile
|
||||||
out-link: .ci/workflow.yml
|
out-link: .ci/workflow.yml
|
||||||
- id: ci-action-compare
|
- id: ci-action-compare
|
||||||
name: gh-actions compare
|
name: gh-actions compare
|
||||||
uses: arcnmx/ci/actions/nix/run@nix2.4-broken
|
uses: arcnmx/ci/actions/nix/run@v0.6
|
||||||
with:
|
with:
|
||||||
args: -u .github/workflows/flake-update.yml .ci/workflow.yml
|
args: -u .github/workflows/flake-update.yml .ci/workflow.yml
|
||||||
attrs: nixpkgs.diffutils
|
attrs: nixpkgs.diffutils
|
||||||
|
|
@ -36,16 +36,16 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- id: checkout
|
- id: checkout
|
||||||
name: git clone
|
name: git clone
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
submodules: false
|
submodules: false
|
||||||
- id: nix-install
|
- id: nix-install
|
||||||
name: nix install
|
name: nix install
|
||||||
uses: arcnmx/ci/actions/nix/install@nix2.4-broken
|
uses: arcnmx/ci/actions/nix/install@v0.6
|
||||||
- id: ci-setup
|
- id: ci-setup
|
||||||
name: nix setup
|
name: nix setup
|
||||||
uses: arcnmx/ci/actions/nix/run@nix2.4-broken
|
uses: arcnmx/ci/actions/nix/run@v0.6
|
||||||
with:
|
with:
|
||||||
attrs: ci.job.flake-update.run.bootstrap
|
attrs: ci.job.flake-update.run.bootstrap
|
||||||
quiet: false
|
quiet: false
|
||||||
|
|
@ -56,7 +56,7 @@ jobs:
|
||||||
'
|
'
|
||||||
- id: ci-dirty
|
- id: ci-dirty
|
||||||
name: nix test dirty
|
name: nix test dirty
|
||||||
uses: arcnmx/ci/actions/nix/run@nix2.4-broken
|
uses: arcnmx/ci/actions/nix/run@v0.6
|
||||||
with:
|
with:
|
||||||
attrs: ci.job.flake-update.run.test
|
attrs: ci.job.flake-update.run.test
|
||||||
command: ci-build-dirty
|
command: ci-build-dirty
|
||||||
|
|
@ -64,7 +64,7 @@ jobs:
|
||||||
stdout: ${{ runner.temp }}/ci.build.dirty
|
stdout: ${{ runner.temp }}/ci.build.dirty
|
||||||
- id: ci-test
|
- id: ci-test
|
||||||
name: nix test build
|
name: nix test build
|
||||||
uses: arcnmx/ci/actions/nix/run@nix2.4-broken
|
uses: arcnmx/ci/actions/nix/run@v0.6
|
||||||
with:
|
with:
|
||||||
attrs: ci.job.flake-update.run.test
|
attrs: ci.job.flake-update.run.test
|
||||||
command: ci-build-realise
|
command: ci-build-realise
|
||||||
|
|
@ -75,7 +75,7 @@ jobs:
|
||||||
CI_EXIT_CODE: ${{ steps.ci-test.outputs.exit-code }}
|
CI_EXIT_CODE: ${{ steps.ci-test.outputs.exit-code }}
|
||||||
id: ci-summary
|
id: ci-summary
|
||||||
name: nix test results
|
name: nix test results
|
||||||
uses: arcnmx/ci/actions/nix/run@nix2.4-broken
|
uses: arcnmx/ci/actions/nix/run@v0.6
|
||||||
with:
|
with:
|
||||||
attrs: ci.job.flake-update.run.test
|
attrs: ci.job.flake-update.run.test
|
||||||
command: ci-build-summarise
|
command: ci-build-summarise
|
||||||
|
|
@ -87,7 +87,7 @@ jobs:
|
||||||
id: ci-cache
|
id: ci-cache
|
||||||
if: always()
|
if: always()
|
||||||
name: nix test cache
|
name: nix test cache
|
||||||
uses: arcnmx/ci/actions/nix/run@nix2.4-broken
|
uses: arcnmx/ci/actions/nix/run@v0.6
|
||||||
with:
|
with:
|
||||||
attrs: ci.job.flake-update.run.test
|
attrs: ci.job.flake-update.run.test
|
||||||
command: ci-build-cache
|
command: ci-build-cache
|
||||||
|
|
|
||||||
22
.github/workflows/nodes.yml
vendored
22
.github/workflows/nodes.yml
vendored
|
|
@ -9,21 +9,21 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- id: checkout
|
- id: checkout
|
||||||
name: git clone
|
name: git clone
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: false
|
submodules: false
|
||||||
- id: nix-install
|
- id: nix-install
|
||||||
name: nix install
|
name: nix install
|
||||||
uses: arcnmx/ci/actions/nix/install@nix2.4-broken
|
uses: arcnmx/ci/actions/nix/install@v0.6
|
||||||
- id: ci-action-build
|
- id: ci-action-build
|
||||||
name: nix build ci.gh-actions.configFile
|
name: nix build ci.gh-actions.configFile
|
||||||
uses: arcnmx/ci/actions/nix/build@nix2.4-broken
|
uses: arcnmx/ci/actions/nix/build@v0.6
|
||||||
with:
|
with:
|
||||||
attrs: ci.gh-actions.configFile
|
attrs: ci.gh-actions.configFile
|
||||||
out-link: .ci/workflow.yml
|
out-link: .ci/workflow.yml
|
||||||
- id: ci-action-compare
|
- id: ci-action-compare
|
||||||
name: gh-actions compare
|
name: gh-actions compare
|
||||||
uses: arcnmx/ci/actions/nix/run@nix2.4-broken
|
uses: arcnmx/ci/actions/nix/run@v0.6
|
||||||
with:
|
with:
|
||||||
args: -u .github/workflows/nodes.yml .ci/workflow.yml
|
args: -u .github/workflows/nodes.yml .ci/workflow.yml
|
||||||
attrs: nixpkgs.diffutils
|
attrs: nixpkgs.diffutils
|
||||||
|
|
@ -34,15 +34,15 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- id: checkout
|
- id: checkout
|
||||||
name: git clone
|
name: git clone
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: false
|
submodules: false
|
||||||
- id: nix-install
|
- id: nix-install
|
||||||
name: nix install
|
name: nix install
|
||||||
uses: arcnmx/ci/actions/nix/install@nix2.4-broken
|
uses: arcnmx/ci/actions/nix/install@v0.6
|
||||||
- id: ci-setup
|
- id: ci-setup
|
||||||
name: nix setup
|
name: nix setup
|
||||||
uses: arcnmx/ci/actions/nix/run@nix2.4-broken
|
uses: arcnmx/ci/actions/nix/run@v0.6
|
||||||
with:
|
with:
|
||||||
attrs: ci.job.tewi.run.bootstrap
|
attrs: ci.job.tewi.run.bootstrap
|
||||||
quiet: false
|
quiet: false
|
||||||
|
|
@ -53,7 +53,7 @@ jobs:
|
||||||
'
|
'
|
||||||
- id: ci-dirty
|
- id: ci-dirty
|
||||||
name: nix test dirty
|
name: nix test dirty
|
||||||
uses: arcnmx/ci/actions/nix/run@nix2.4-broken
|
uses: arcnmx/ci/actions/nix/run@v0.6
|
||||||
with:
|
with:
|
||||||
attrs: ci.job.tewi.run.test
|
attrs: ci.job.tewi.run.test
|
||||||
command: ci-build-dirty
|
command: ci-build-dirty
|
||||||
|
|
@ -61,7 +61,7 @@ jobs:
|
||||||
stdout: ${{ runner.temp }}/ci.build.dirty
|
stdout: ${{ runner.temp }}/ci.build.dirty
|
||||||
- id: ci-test
|
- id: ci-test
|
||||||
name: nix test build
|
name: nix test build
|
||||||
uses: arcnmx/ci/actions/nix/run@nix2.4-broken
|
uses: arcnmx/ci/actions/nix/run@v0.6
|
||||||
with:
|
with:
|
||||||
attrs: ci.job.tewi.run.test
|
attrs: ci.job.tewi.run.test
|
||||||
command: ci-build-realise
|
command: ci-build-realise
|
||||||
|
|
@ -72,7 +72,7 @@ jobs:
|
||||||
CI_EXIT_CODE: ${{ steps.ci-test.outputs.exit-code }}
|
CI_EXIT_CODE: ${{ steps.ci-test.outputs.exit-code }}
|
||||||
id: ci-summary
|
id: ci-summary
|
||||||
name: nix test results
|
name: nix test results
|
||||||
uses: arcnmx/ci/actions/nix/run@nix2.4-broken
|
uses: arcnmx/ci/actions/nix/run@v0.6
|
||||||
with:
|
with:
|
||||||
attrs: ci.job.tewi.run.test
|
attrs: ci.job.tewi.run.test
|
||||||
command: ci-build-summarise
|
command: ci-build-summarise
|
||||||
|
|
@ -84,7 +84,7 @@ jobs:
|
||||||
id: ci-cache
|
id: ci-cache
|
||||||
if: always()
|
if: always()
|
||||||
name: nix test cache
|
name: nix test cache
|
||||||
uses: arcnmx/ci/actions/nix/run@nix2.4-broken
|
uses: arcnmx/ci/actions/nix/run@v0.6
|
||||||
with:
|
with:
|
||||||
attrs: ci.job.tewi.run.test
|
attrs: ci.job.tewi.run.test
|
||||||
command: ci-build-cache
|
command: ci-build-cache
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ in {
|
||||||
nixpkgs.args.localSystem = "x86_64-linux";
|
nixpkgs.args.localSystem = "x86_64-linux";
|
||||||
|
|
||||||
ci = {
|
ci = {
|
||||||
version = "nix2.4-broken";
|
version = "v0.6";
|
||||||
gh-actions = {
|
gh-actions = {
|
||||||
enable = true;
|
enable = true;
|
||||||
export = true;
|
export = true;
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
nixpkgs.args.localSystem = "x86_64-linux";
|
nixpkgs.args.localSystem = "x86_64-linux";
|
||||||
|
|
||||||
ci = {
|
ci = {
|
||||||
version = "nix2.4-broken";
|
version = "v0.6";
|
||||||
gh-actions = {
|
gh-actions = {
|
||||||
enable = true;
|
enable = true;
|
||||||
export = true;
|
export = true;
|
||||||
|
|
|
||||||
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -20,16 +20,16 @@
|
||||||
"ci": {
|
"ci": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1668974694,
|
"lastModified": 1681855023,
|
||||||
"narHash": "sha256-usfZB+CIVltVzkGUNXIdp0L+Nuaa6+gjLxbHT+1THiA=",
|
"narHash": "sha256-nvt7kRr/4SizyhOxGH4kJ4y7ZNiSwPLS7/kz52JbmnY=",
|
||||||
"owner": "arcnmx",
|
"owner": "arcnmx",
|
||||||
"repo": "ci",
|
"repo": "ci",
|
||||||
"rev": "56a0b866c1c2fedc25eac788fcead8cd229cb2b2",
|
"rev": "0aabdf572866e3db2d1b5124ef8d70993810bd29",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "arcnmx",
|
"owner": "arcnmx",
|
||||||
"ref": "nix2.4-broken",
|
"ref": "v0.6",
|
||||||
"repo": "ci",
|
"repo": "ci",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
ci = {
|
ci = {
|
||||||
url = "github:arcnmx/ci/nix2.4-broken";
|
url = "github:arcnmx/ci/v0.6";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
home-manager = {
|
home-manager = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue