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(-) 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 3a42f77aa9e0276d5ce3401d3643c184cd8ad34c Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Tue, 28 Nov 2023 06:59:32 -0600 Subject: remove Solaris build status --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 051c749..009efd5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ [![Linux Build Status](https://github.com/libressl/portable/actions/workflows/linux.yml/badge.svg)](https://github.com/libressl/portable/actions/workflows/linux.yml) [![macOS Build Status](https://github.com/libressl/portable/actions/workflows/macos.yml/badge.svg)](https://github.com/libressl/portable/actions/workflows/macos.yml) [![Android Build Status](https://github.com/libressl/portable/actions/workflows/android.yml/badge.svg)](https://github.com/libressl/portable/actions/workflows/android.yml) -[![Solaris Build Status](https://github.com/libressl/portable/actions/workflows/solaris_test.yml/badge.svg)](https://github.com/libressl/portable/actions/workflows/solaris_test.yml) [![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/libressl.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:libressl) LibreSSL is a fork of [OpenSSL](https://www.openssl.org) 1.0.1g developed by the -- 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(+) 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