From 9e590839ffd3d5ee5e95bcc1727d1d320cf5729d Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Wed, 25 May 2022 20:28:02 -0400 Subject: [PATCH] change(ci): run coverage on stable (#4465) * Run coverage on stable * Update .github/workflows/coverage.yml Co-authored-by: teor * fix(ci): sync patch file * fix(ci): timeout and docs Co-authored-by: teor Co-authored-by: Gustavo Valverde Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- .github/workflows/coverage.patch.yml | 2 +- .github/workflows/coverage.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/coverage.patch.yml b/.github/workflows/coverage.patch.yml index 325fb164..fdf9a5f6 100644 --- a/.github/workflows/coverage.patch.yml +++ b/.github/workflows/coverage.patch.yml @@ -13,7 +13,7 @@ on: jobs: coverage: - name: Coverage nightly + name: Coverage on stable # The large timeout is to accommodate: # - nightly builds (75 minutes, typically 30-50 minutes) # - parameter downloads (40 minutes, but only when the cache expires) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 0f4315d5..cfa4e037 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -36,11 +36,11 @@ env: jobs: coverage: - name: Coverage nightly + name: Coverage on stable # The large timeout is to accommodate: - # - nightly builds (75 minutes, typically 30-50 minutes), and + # - stable builds (typically 30-50 minutes), and # - parameter downloads (an extra 90 minutes, but only when the cache expires) - timeout-minutes: 165 + timeout-minutes: 140 runs-on: ubuntu-latest steps: @@ -50,7 +50,7 @@ jobs: - uses: actions-rs/toolchain@v1.0.7 with: - toolchain: nightly + toolchain: stable override: true profile: minimal components: llvm-tools-preview