From 9876946f101b49daa95ff792bbd10150abaa84c8 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Fri, 6 Mar 2026 23:23:49 +0100 Subject: [PATCH 1/2] tests/overlay: Rename from `infrastructure` --- tests/{infrastructure => overlay}/default.nix | 0 tests/{infrastructure => overlay}/keys/ca.crt | 0 tests/{infrastructure => overlay}/keys/ca.key | 0 tests/{infrastructure => overlay}/keys/client1-ssh | 0 tests/{infrastructure => overlay}/keys/client1-ssh.pub | 0 tests/{infrastructure => overlay}/keys/client1.crt | 0 tests/{infrastructure => overlay}/keys/client1.key | 0 tests/{infrastructure => overlay}/keys/client2-ssh | 0 tests/{infrastructure => overlay}/keys/client2-ssh.pub | 0 tests/{infrastructure => overlay}/keys/client2.crt | 0 tests/{infrastructure => overlay}/keys/client2.key | 0 tests/{infrastructure => overlay}/keys/lighthouse.crt | 0 tests/{infrastructure => overlay}/keys/lighthouse.key | 0 tests/{infrastructure => overlay}/keys/server-ssh | 0 tests/{infrastructure => overlay}/keys/server-ssh.pub | 0 tests/{infrastructure => overlay}/keys/server.crt | 0 tests/{infrastructure => overlay}/keys/server.key | 0 17 files changed, 0 insertions(+), 0 deletions(-) rename tests/{infrastructure => overlay}/default.nix (100%) rename tests/{infrastructure => overlay}/keys/ca.crt (100%) rename tests/{infrastructure => overlay}/keys/ca.key (100%) rename tests/{infrastructure => overlay}/keys/client1-ssh (100%) rename tests/{infrastructure => overlay}/keys/client1-ssh.pub (100%) rename tests/{infrastructure => overlay}/keys/client1.crt (100%) rename tests/{infrastructure => overlay}/keys/client1.key (100%) rename tests/{infrastructure => overlay}/keys/client2-ssh (100%) rename tests/{infrastructure => overlay}/keys/client2-ssh.pub (100%) rename tests/{infrastructure => overlay}/keys/client2.crt (100%) rename tests/{infrastructure => overlay}/keys/client2.key (100%) rename tests/{infrastructure => overlay}/keys/lighthouse.crt (100%) rename tests/{infrastructure => overlay}/keys/lighthouse.key (100%) rename tests/{infrastructure => overlay}/keys/server-ssh (100%) rename tests/{infrastructure => overlay}/keys/server-ssh.pub (100%) rename tests/{infrastructure => overlay}/keys/server.crt (100%) rename tests/{infrastructure => overlay}/keys/server.key (100%) diff --git a/tests/infrastructure/default.nix b/tests/overlay/default.nix similarity index 100% rename from tests/infrastructure/default.nix rename to tests/overlay/default.nix diff --git a/tests/infrastructure/keys/ca.crt b/tests/overlay/keys/ca.crt similarity index 100% rename from tests/infrastructure/keys/ca.crt rename to tests/overlay/keys/ca.crt diff --git a/tests/infrastructure/keys/ca.key b/tests/overlay/keys/ca.key similarity index 100% rename from tests/infrastructure/keys/ca.key rename to tests/overlay/keys/ca.key diff --git a/tests/infrastructure/keys/client1-ssh b/tests/overlay/keys/client1-ssh similarity index 100% rename from tests/infrastructure/keys/client1-ssh rename to tests/overlay/keys/client1-ssh diff --git a/tests/infrastructure/keys/client1-ssh.pub b/tests/overlay/keys/client1-ssh.pub similarity index 100% rename from tests/infrastructure/keys/client1-ssh.pub rename to tests/overlay/keys/client1-ssh.pub diff --git a/tests/infrastructure/keys/client1.crt b/tests/overlay/keys/client1.crt similarity index 100% rename from tests/infrastructure/keys/client1.crt rename to tests/overlay/keys/client1.crt diff --git a/tests/infrastructure/keys/client1.key b/tests/overlay/keys/client1.key similarity index 100% rename from tests/infrastructure/keys/client1.key rename to tests/overlay/keys/client1.key diff --git a/tests/infrastructure/keys/client2-ssh b/tests/overlay/keys/client2-ssh similarity index 100% rename from tests/infrastructure/keys/client2-ssh rename to tests/overlay/keys/client2-ssh diff --git a/tests/infrastructure/keys/client2-ssh.pub b/tests/overlay/keys/client2-ssh.pub similarity index 100% rename from tests/infrastructure/keys/client2-ssh.pub rename to tests/overlay/keys/client2-ssh.pub diff --git a/tests/infrastructure/keys/client2.crt b/tests/overlay/keys/client2.crt similarity index 100% rename from tests/infrastructure/keys/client2.crt rename to tests/overlay/keys/client2.crt diff --git a/tests/infrastructure/keys/client2.key b/tests/overlay/keys/client2.key similarity index 100% rename from tests/infrastructure/keys/client2.key rename to tests/overlay/keys/client2.key diff --git a/tests/infrastructure/keys/lighthouse.crt b/tests/overlay/keys/lighthouse.crt similarity index 100% rename from tests/infrastructure/keys/lighthouse.crt rename to tests/overlay/keys/lighthouse.crt diff --git a/tests/infrastructure/keys/lighthouse.key b/tests/overlay/keys/lighthouse.key similarity index 100% rename from tests/infrastructure/keys/lighthouse.key rename to tests/overlay/keys/lighthouse.key diff --git a/tests/infrastructure/keys/server-ssh b/tests/overlay/keys/server-ssh similarity index 100% rename from tests/infrastructure/keys/server-ssh rename to tests/overlay/keys/server-ssh diff --git a/tests/infrastructure/keys/server-ssh.pub b/tests/overlay/keys/server-ssh.pub similarity index 100% rename from tests/infrastructure/keys/server-ssh.pub rename to tests/overlay/keys/server-ssh.pub diff --git a/tests/infrastructure/keys/server.crt b/tests/overlay/keys/server.crt similarity index 100% rename from tests/infrastructure/keys/server.crt rename to tests/overlay/keys/server.crt diff --git a/tests/infrastructure/keys/server.key b/tests/overlay/keys/server.key similarity index 100% rename from tests/infrastructure/keys/server.key rename to tests/overlay/keys/server.key From 8f2e62844971e254298d6d23cf969a22d8a90685 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Fri, 6 Mar 2026 23:27:39 +0100 Subject: [PATCH 2/2] ci: Improve notification wording --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2eb7688..b3d65af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,21 +119,21 @@ jobs: if: needs.await-deploy.result == 'success' run: | curl -s \ - -H "Title: CI: Deploy succeeded" \ + -H "Title: CI: Deployment succeeded" \ -H "Priority: low" \ -H "Tags: white_check_mark" \ -H "Actions: view, Open workflow run, ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" \ -H "Markdown: yes" \ - -d $'Commit `'"${GITHUB_SHA::7}"$'` deployed successfully.\n\n> ${{ github.event.head_commit.message }}' \ + -d $'Commit `'"${GITHUB_SHA::7}"$'` deployed successfully.\n> ${{ github.event.head_commit.message }}' \ https://ntfy.sh/splitleaf - name: Notify failure if: needs.await-deploy.result == 'failure' run: | curl -s \ - -H "Title: CI: Deploy failed" \ + -H "Title: CI: Deployment failed" \ -H "Priority: default" \ -H "Tags: rotating_light" \ -H "Actions: view, Open workflow run, ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" \ -H "Markdown: yes" \ - -d $'Commit `'"${GITHUB_SHA::7}"$'` failed to deploy.\n\n> ${{ github.event.head_commit.message }}' \ + -d $'Commit `'"${GITHUB_SHA::7}"$'` failed to deploy.\n> ${{ github.event.head_commit.message }}' \ https://ntfy.sh/splitleaf