From 477e8e1f49cc49d22ceae03bad915d6ef5fee994 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Tue, 28 Nov 2023 00:30:22 -0600 Subject: disable periodic builds of broken CI workflows Neither of these has built in over a month. Solaris looks to be an upstream timeout issue (seems the hack it uses may not work anymore). Not sure if cifuzz is really needed either, since we're still being tested through clusterfuzz actively. --- .github/workflows/cifuzz.yml | 5 ----- .github/workflows/solaris_test.yml | 5 ----- 2 files changed, 10 deletions(-) (limited to '.github') diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index bdb3b2c..eec21d9 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -1,10 +1,5 @@ name: CIFuzz -on: - workflow_dispatch: - schedule: - - cron: "0 0 * * *" - jobs: Fuzzing: runs-on: ubuntu-latest diff --git a/.github/workflows/solaris_test.yml b/.github/workflows/solaris_test.yml index f5e6bf4..314f478 100644 --- a/.github/workflows/solaris_test.yml +++ b/.github/workflows/solaris_test.yml @@ -1,10 +1,5 @@ name: solaris_ci -on: - workflow_dispatch: - schedule: - - cron: "0 0 * * *" - jobs: build-native: strategy: -- cgit v1.2.3-55-g6feb From 71fcee9b6e2d5da2073215a679cb219e6b177957 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Tue, 28 Nov 2023 07:06:03 -0600 Subject: there has to be some trigger, even a manual one --- .github/workflows/cifuzz.yml | 3 +++ .github/workflows/solaris_test.yml | 3 +++ 2 files changed, 6 insertions(+) (limited to '.github') diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index eec21d9..bbf3f44 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -1,5 +1,8 @@ name: CIFuzz +on: + workflow_dispatch: + jobs: Fuzzing: runs-on: ubuntu-latest diff --git a/.github/workflows/solaris_test.yml b/.github/workflows/solaris_test.yml index 314f478..217efd2 100644 --- a/.github/workflows/solaris_test.yml +++ b/.github/workflows/solaris_test.yml @@ -1,5 +1,8 @@ name: solaris_ci +on: + workflow_dispatch: + jobs: build-native: strategy: -- cgit v1.2.3-55-g6feb