From 92eacc44a43269bdb2638b0a46153953c63a8fe8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20W=C3=B3jcik?= Date: Wed, 13 Aug 2025 13:59:33 +0200 Subject: [PATCH 1/9] test aws runner --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf0933af95..2fe79d8ca3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,9 @@ on: jobs: test: - runs-on: [self-hosted, Linux, X64] + # runs-on: [self-hosted, Linux, X64] + runs-on: + - codebuild-defguard-core-runner-${{ github.run_id }}-${{ github.run_attempt }} container: rust:1 services: From 47a69ff4842a7b8540a2abd66190d55dffdb5602 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20W=C3=B3jcik?= Date: Wed, 13 Aug 2025 14:13:45 +0200 Subject: [PATCH 2/9] try again --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2fe79d8ca3..f7b069b3ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,7 @@ on: jobs: test: # runs-on: [self-hosted, Linux, X64] + # runs-on: - codebuild-defguard-core-runner-${{ github.run_id }}-${{ github.run_attempt }} container: rust:1 From 6f4936ea229795cd7d264b6883aa1288df97bfc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20W=C3=B3jcik?= Date: Wed, 13 Aug 2025 20:00:06 +0200 Subject: [PATCH 3/9] another test --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7b069b3ff..9a825c5934 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: # runs-on: [self-hosted, Linux, X64] # runs-on: - - codebuild-defguard-core-runner-${{ github.run_id }}-${{ github.run_attempt }} + - codebuild-defguard-test-${{ github.run_id }}-${{ github.run_attempt }} container: rust:1 services: From d68f6b0ded82c5c6d3f7d72058f6944625d23991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20W=C3=B3jcik?= Date: Wed, 13 Aug 2025 20:05:47 +0200 Subject: [PATCH 4/9] back to original runner --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a825c5934..f7b069b3ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: # runs-on: [self-hosted, Linux, X64] # runs-on: - - codebuild-defguard-test-${{ github.run_id }}-${{ github.run_attempt }} + - codebuild-defguard-core-runner-${{ github.run_id }}-${{ github.run_attempt }} container: rust:1 services: From 32bc4501a00db0aa0906d0af954c8d2cbd4f67c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20W=C3=B3jcik?= Date: Wed, 13 Aug 2025 20:34:17 +0200 Subject: [PATCH 5/9] another run --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7b069b3ff..2fe79d8ca3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,6 @@ on: jobs: test: # runs-on: [self-hosted, Linux, X64] - # runs-on: - codebuild-defguard-core-runner-${{ github.run_id }}-${{ github.run_attempt }} container: rust:1 From 179ef17af9d57d3eddbd24cab589b606c6a0bcc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20W=C3=B3jcik?= Date: Wed, 13 Aug 2025 20:44:11 +0200 Subject: [PATCH 6/9] now try a bigger box --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2fe79d8ca3..f7b069b3ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,7 @@ on: jobs: test: # runs-on: [self-hosted, Linux, X64] + # runs-on: - codebuild-defguard-core-runner-${{ github.run_id }}-${{ github.run_attempt }} container: rust:1 From 738fc20c2a80d5bf53f9eaadfc400337cb78dcf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20W=C3=B3jcik?= Date: Wed, 13 Aug 2025 20:56:54 +0200 Subject: [PATCH 7/9] also run frontend linter --- .github/workflows/ci.yml | 3 +-- .github/workflows/lint-web.yml | 14 +++++++++----- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7b069b3ff..3af2207a6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,10 +20,9 @@ on: jobs: test: - # runs-on: [self-hosted, Linux, X64] - # runs-on: - codebuild-defguard-core-runner-${{ github.run_id }}-${{ github.run_attempt }} + container: rust:1 services: diff --git a/.github/workflows/lint-web.yml b/.github/workflows/lint-web.yml index 3f08c96b77..fcb51e0898 100644 --- a/.github/workflows/lint-web.yml +++ b/.github/workflows/lint-web.yml @@ -4,19 +4,23 @@ on: - main - dev - 'release/**' - paths: - - "web/**" + paths-ignore: + - "*.md" + - "LICENSE" pull_request: branches: - main - dev - 'release/**' - paths: - - "web/**" + paths-ignore: + - "*.md" + - "LICENSE" jobs: lint-web: - runs-on: [self-hosted, Linux, X64] + runs-on: + - codebuild-defguard-core-runner-${{ github.run_id }}-${{ github.run_attempt }} + steps: - uses: actions/checkout@v4 with: From f9b03e92adf479c2dbeaf6446d016e0e0900382d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20W=C3=B3jcik?= Date: Wed, 13 Aug 2025 21:54:56 +0200 Subject: [PATCH 8/9] test concurrency --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3af2207a6f..60f712cf18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,7 @@ on: jobs: test: + runs-on: - codebuild-defguard-core-runner-${{ github.run_id }}-${{ github.run_attempt }} From 455708ef03f2398a5a97d2083fdd6e1bea964b6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20W=C3=B3jcik?= Date: Thu, 14 Aug 2025 09:13:39 +0200 Subject: [PATCH 9/9] maybe a smaller box then --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60f712cf18..3af2207a6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,6 @@ on: jobs: test: - runs-on: - codebuild-defguard-core-runner-${{ github.run_id }}-${{ github.run_attempt }}