From e1811d3866ff52042e1d72dbaa71217f2ecdd4be Mon Sep 17 00:00:00 2001 From: kat witch Date: Fri, 21 Jan 2022 20:05:45 +0000 Subject: [PATCH] CI actions update --- .github/workflows/nodes.yml | 62 ------------------------------------- config/tf | 2 +- 2 files changed, 1 insertion(+), 63 deletions(-) diff --git a/.github/workflows/nodes.yml b/.github/workflows/nodes.yml index a75e1188..695e157e 100644 --- a/.github/workflows/nodes.yml +++ b/.github/workflows/nodes.yml @@ -276,68 +276,6 @@ jobs: command: ci-build-cache quiet: false stdin: ${{ runner.temp }}/ci.build.cache - kyouko: - name: nodes-kyouko - runs-on: ubuntu-latest - steps: - - id: checkout - name: git clone - uses: actions/checkout@v1 - with: - submodules: false - - id: nix-install - name: nix install - uses: arcnmx/ci/actions/nix/install@nix2.4 - - id: ci-setup - name: nix setup - uses: arcnmx/ci/actions/nix/run@nix2.4 - with: - attrs: ci.job.kyouko.run.bootstrap - quiet: false - - id: architectures - name: prepare for emulated builds - run: 'sudo $(which archbinfmt) - - ' - - id: ci-dirty - name: nix test dirty - uses: arcnmx/ci/actions/nix/run@nix2.4 - with: - attrs: ci.job.kyouko.run.test - command: ci-build-dirty - quiet: false - stdout: ${{ runner.temp }}/ci.build.dirty - - id: ci-test - name: nix test build - uses: arcnmx/ci/actions/nix/run@nix2.4 - with: - attrs: ci.job.kyouko.run.test - command: ci-build-realise - ignore-exit-code: true - quiet: false - stdin: ${{ runner.temp }}/ci.build.dirty - - env: - CI_EXIT_CODE: ${{ steps.ci-test.outputs.exit-code }} - id: ci-summary - name: nix test results - uses: arcnmx/ci/actions/nix/run@nix2.4 - with: - attrs: ci.job.kyouko.run.test - command: ci-build-summarise - quiet: false - stdin: ${{ runner.temp }}/ci.build.dirty - stdout: ${{ runner.temp }}/ci.build.cache - - env: - CACHIX_SIGNING_KEY: ${{ secrets.CACHIX_SIGNING_KEY }} - id: ci-cache - if: always() - name: nix test cache - uses: arcnmx/ci/actions/nix/run@nix2.4 - with: - attrs: ci.job.kyouko.run.test - command: ci-build-cache - quiet: false - stdin: ${{ runner.temp }}/ci.build.cache marisa: name: nodes-marisa runs-on: ubuntu-latest diff --git a/config/tf b/config/tf index 82aa63da..c37443d5 160000 --- a/config/tf +++ b/config/tf @@ -1 +1 @@ -Subproject commit 82aa63dafe2fc353ab90475c2cc48069c32738c5 +Subproject commit c37443d54bb36efa3ca23847b3c515c3ece0a943