From 4d6ebd5f9831318dcf6fc150eb961042c254c60a Mon Sep 17 00:00:00 2001 From: Paul Zehner Date: Fri, 16 Feb 2024 10:40:49 +0100 Subject: [PATCH 1/4] Try to fix cleanup --- .github/workflows/cleanup_base.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cleanup_base.yaml b/.github/workflows/cleanup_base.yaml index 8ad4d826..e736cab7 100644 --- a/.github/workflows/cleanup_base.yaml +++ b/.github/workflows/cleanup_base.yaml @@ -16,6 +16,7 @@ jobs: - name: Cleanup old images uses: SmartsquareGmbH/delete-old-packages@v0.7.0 with: + organization: cexa-project type: container names: | base_nvcc_main From eefa42da7cb3570d165b7df9e7d9e4c9c3f2f357 Mon Sep 17 00:00:00 2001 From: Paul Zehner Date: Fri, 16 Feb 2024 10:40:58 +0100 Subject: [PATCH 2/4] Force cleanup actions to run and disable CI actions --- .github/workflows/build_test.yaml | 8 +++++--- .github/workflows/cleanup_base.yaml | 4 ++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_test.yaml b/.github/workflows/build_test.yaml index 63e7acd1..beb3b6dc 100644 --- a/.github/workflows/build_test.yaml +++ b/.github/workflows/build_test.yaml @@ -5,9 +5,11 @@ name: CI on: - pull_request: - branches: - - main + # FIXME delete before merging! + workflow_dispatch: + # pull_request: + # branches: + # - main env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) diff --git a/.github/workflows/cleanup_base.yaml b/.github/workflows/cleanup_base.yaml index e736cab7..ad76ecf2 100644 --- a/.github/workflows/cleanup_base.yaml +++ b/.github/workflows/cleanup_base.yaml @@ -7,6 +7,10 @@ on: schedule: - cron: "0 3 2,16 * *" # every 2nd and 16th of the month at 3am UTC workflow_dispatch: + # FIXME delete before merging! + pull_request: + branches: + - main jobs: cleanup: From 9b2a4c2627d8fe0e270b75a5d865034144219e2f Mon Sep 17 00:00:00 2001 From: Paul Zehner Date: Fri, 16 Feb 2024 10:44:55 +0100 Subject: [PATCH 3/4] Add images full name --- .github/workflows/cleanup_base.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/cleanup_base.yaml b/.github/workflows/cleanup_base.yaml index ad76ecf2..cf683d21 100644 --- a/.github/workflows/cleanup_base.yaml +++ b/.github/workflows/cleanup_base.yaml @@ -23,13 +23,13 @@ jobs: organization: cexa-project type: container names: | - base_nvcc_main - base_nvcc_pr - base_nvcc_singularity_main - base_nvcc_singularity_pr - base_rocm_main - base_rocm_pr - base_gcc_main - base_gcc_pr - base_intel_main - base_intel_pr + kokkos-fft/base_nvcc_main + kokkos-fft/base_nvcc_pr + kokkos-fft/base_nvcc_singularity_main + kokkos-fft/base_nvcc_singularity_pr + kokkos-fft/base_rocm_main + kokkos-fft/base_rocm_pr + kokkos-fft/base_gcc_main + kokkos-fft/base_gcc_pr + kokkos-fft/base_intel_main + kokkos-fft/base_intel_pr From e05d1a1738363dd35b01d0ff338471145d577387 Mon Sep 17 00:00:00 2001 From: Paul Zehner Date: Fri, 16 Feb 2024 10:46:33 +0100 Subject: [PATCH 4/4] Revert "Force cleanup actions to run and disable CI actions" This reverts commit eefa42da7cb3570d165b7df9e7d9e4c9c3f2f357. --- .github/workflows/build_test.yaml | 8 +++----- .github/workflows/cleanup_base.yaml | 4 ---- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build_test.yaml b/.github/workflows/build_test.yaml index beb3b6dc..63e7acd1 100644 --- a/.github/workflows/build_test.yaml +++ b/.github/workflows/build_test.yaml @@ -5,11 +5,9 @@ name: CI on: - # FIXME delete before merging! - workflow_dispatch: - # pull_request: - # branches: - # - main + pull_request: + branches: + - main env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) diff --git a/.github/workflows/cleanup_base.yaml b/.github/workflows/cleanup_base.yaml index cf683d21..d79eb484 100644 --- a/.github/workflows/cleanup_base.yaml +++ b/.github/workflows/cleanup_base.yaml @@ -7,10 +7,6 @@ on: schedule: - cron: "0 3 2,16 * *" # every 2nd and 16th of the month at 3am UTC workflow_dispatch: - # FIXME delete before merging! - pull_request: - branches: - - main jobs: cleanup: