From 7d1eea5718037fda2b439a376a155bfbdc1d7e16 Mon Sep 17 00:00:00 2001 From: tmadlener Date: Mon, 18 Dec 2023 10:48:31 +0100 Subject: [PATCH 1/5] Switch coverity workflow to run on EL9 --- .github/workflows/coverity.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 4e8b53d4d..7cd14c53d 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -1,8 +1,9 @@ name: coverity on: - schedule: - - cron: '0 0 * * *' + # schedule: + # - cron: '0 0 * * *' + push jobs: run-coverity: @@ -17,4 +18,4 @@ jobs: coverity-project: 'AIDASoft%2Fpodio' coverity-project-token: ${{ secrets.PODIO_COVERITY_TOKEN }} github-pat: ${{ secrets.READ_COVERITY_IMAGE }} - release-platform: "LCG_102/x86_64-centos7-gcc11-opt" + release-platform: "LCG_104/x86_64-el9-gcc11-opt" From c2308319d858b5f24ab18c4ee65d8fa42e07b7fd Mon Sep 17 00:00:00 2001 From: tmadlener Date: Mon, 18 Dec 2023 10:56:13 +0100 Subject: [PATCH 2/5] Try gcc13 --- .github/workflows/coverity.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 7cd14c53d..bd79b05b4 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -18,4 +18,4 @@ jobs: coverity-project: 'AIDASoft%2Fpodio' coverity-project-token: ${{ secrets.PODIO_COVERITY_TOKEN }} github-pat: ${{ secrets.READ_COVERITY_IMAGE }} - release-platform: "LCG_104/x86_64-el9-gcc11-opt" + release-platform: "LCG_104/x86_64-el9-gcc13-opt" From ae963c4f1c41131b566408e531d2a1ea6a967cc2 Mon Sep 17 00:00:00 2001 From: Andre Sailer Date: Mon, 18 Dec 2023 17:07:17 +0100 Subject: [PATCH 3/5] coverity: use el9 container --- .github/workflows/coverity.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index bd79b05b4..07684a8ab 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -19,3 +19,4 @@ jobs: coverity-project-token: ${{ secrets.PODIO_COVERITY_TOKEN }} github-pat: ${{ secrets.READ_COVERITY_IMAGE }} release-platform: "LCG_104/x86_64-el9-gcc13-opt" + coverity-container: "ghcr.io/aidasoft/coverity:el9" From 372ab12973797fe57b8424a7a03bdd27ebe2d91c Mon Sep 17 00:00:00 2001 From: tmadlener Date: Tue, 19 Dec 2023 10:51:23 +0100 Subject: [PATCH 4/5] Try again without explicit container --- .github/workflows/coverity.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 07684a8ab..53eee2019 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -19,4 +19,4 @@ jobs: coverity-project-token: ${{ secrets.PODIO_COVERITY_TOKEN }} github-pat: ${{ secrets.READ_COVERITY_IMAGE }} release-platform: "LCG_104/x86_64-el9-gcc13-opt" - coverity-container: "ghcr.io/aidasoft/coverity:el9" +# coverity-container: "ghcr.io/aidasoft/coverity:el9" From 24b1b0285edde492004efdefbfd6ce44bfe51eae Mon Sep 17 00:00:00 2001 From: tmadlener Date: Tue, 19 Dec 2023 10:54:14 +0100 Subject: [PATCH 5/5] Re-establish running on schedule --- .github/workflows/coverity.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 53eee2019..961e7016c 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -1,9 +1,8 @@ name: coverity on: - # schedule: - # - cron: '0 0 * * *' - push + schedule: + - cron: '0 0 * * *' jobs: run-coverity: @@ -19,4 +18,3 @@ jobs: coverity-project-token: ${{ secrets.PODIO_COVERITY_TOKEN }} github-pat: ${{ secrets.READ_COVERITY_IMAGE }} release-platform: "LCG_104/x86_64-el9-gcc13-opt" -# coverity-container: "ghcr.io/aidasoft/coverity:el9"