From dbc9fbbc1bf57eb8ebaa7f88008184c2af7388f0 Mon Sep 17 00:00:00 2001 From: Dan Gibbs Date: Thu, 24 Apr 2025 21:09:25 +0100 Subject: [PATCH 1/5] Replace left over Ubuntu 20.04 runner --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e934f47..1d2dbfa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: jobs: deploy: name: Deploy to forge - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 if: github.repository_owner == 'gibbs' steps: - uses: actions/checkout@v4 From c82a3a8125c09470e9b277450c7d8d2e56301c12 Mon Sep 17 00:00:00 2001 From: Dan Gibbs Date: Sat, 26 Apr 2025 14:21:33 +0100 Subject: [PATCH 2/5] Set specific setup-ruby version --- .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 e856606..8e66a04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup ruby - uses: ruby/setup-ruby@v1 + uses: ruby/setup-ruby@086ffb1a2090c870a3f881cc91ea83aa4243d408 with: ruby-version: '3.2' bundler-cache: true From cd2f040ebd7befe85bc9e27be3d94b5a12bd26d2 Mon Sep 17 00:00:00 2001 From: Dan Gibbs Date: Sat, 26 Apr 2025 15:08:59 +0100 Subject: [PATCH 3/5] Remove BOLT_GEM env var --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e66a04..d6c8d60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,6 @@ jobs: needs: unit runs-on: ubuntu-24.04 env: - BOLT_GEM: true CI: true steps: - uses: actions/checkout@v4 From 5ac96534212ebfa4f21c6bd20dff259fdb1c1321 Mon Sep 17 00:00:00 2001 From: Dan Gibbs Date: Sat, 26 Apr 2025 22:57:42 +0100 Subject: [PATCH 4/5] Add trace to install_agent --- .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 d6c8d60..f1ef933 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,7 @@ jobs: - name: Provision Testing Environments run: | bundle exec rake 'litmus:provision_list[default]' - bundle exec rake 'litmus:install_agent' + bundle exec rake 'litmus:install_agent' --trace bundle exec rake 'litmus:install_modules_from_directory' bundle exec rake 'litmus:install_module' - name: Run Tests From 7675d854720438f2c26a13143a44cc80169635da Mon Sep 17 00:00:00 2001 From: Dan Gibbs Date: Sat, 26 Apr 2025 23:07:19 +0100 Subject: [PATCH 5/5] Test disabling images --- provision.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/provision.yaml b/provision.yaml index 0b31d67..a17b915 100644 --- a/provision.yaml +++ b/provision.yaml @@ -2,11 +2,11 @@ default: provisioner: docker images: - - 'litmusimage/almalinux:8' - - 'litmusimage/almalinux:9' - - 'litmusimage/debian:11' + #- 'litmusimage/almalinux:8' + #- 'litmusimage/almalinux:9' + #- 'litmusimage/debian:11' - 'litmusimage/debian:12' - - 'litmusimage/ubuntu:22.04' + #- 'litmusimage/ubuntu:22.04' - 'litmusimage/ubuntu:24.04' - - 'litmusimage/rockylinux:8' - - 'litmusimage/rockylinux:9' + #- 'litmusimage/rockylinux:8' + #- 'litmusimage/rockylinux:9'