From 2c5fd523fa15be4f3babde2b2460564459bf2dfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Test=C3=A9?= Date: Fri, 5 Jul 2024 15:41:01 +0200 Subject: [PATCH] wip: debug action behavior --- .github/workflows/ci.yml | 3 ++- ci/slab.toml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 715fb69..eab7abe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,7 @@ name: Continuous Integration on: + workflow_dispatch: pull_request: push: branches: @@ -47,7 +48,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - provider: [ aws, hyperstack ] + provider: [ aws, ] fail-fast: false steps: - name: Checkout diff --git a/ci/slab.toml b/ci/slab.toml index 5db5621..3c7e2f8 100644 --- a/ci/slab.toml +++ b/ci/slab.toml @@ -2,7 +2,8 @@ # profiles that can be found on repository using this workflow. [backend.aws.ci-test] region = "eu-west-3" -image_id = "ami-01d21b7be69801c2f" # Ubuntu 22.04 +#image_id = "ami-01d21b7be69801c2f" # Ubuntu 22.04 +image_id = "ami-00001b7be69801c2f" # FIXME DEBUG: fake instance instance_type = "t3.2xlarge" [backend.hyperstack.ci-test]