From 330b2589ed223fe756834e2f80f98a91ef3312bf Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sat, 1 Nov 2025 14:11:47 -0400 Subject: [PATCH] Internals: Run format-yaml --- .codecov.yml | 4 ++-- .github/workflows/coverage.yml | 2 +- .github/workflows/pages.yml | 4 +--- .github/workflows/reusable-build.yml | 2 +- Makefile.in | 2 +- 5 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index c710a6c57..003364353 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -15,6 +15,6 @@ coverage: range: 75...100 round: down status: - project: off - patch: off + project: false + patch: false comment: false diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 072d3d6a6..e2516e776 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -185,7 +185,7 @@ jobs: # This should always be the last job (we want an issue if anything breaks) create-issue: name: Create issue on failure - needs: [publish-codecov,prepare-report] + needs: [publish-codecov, prepare-report] if: ${{ github.event_name == 'schedule' && github.repository == 'verilator/verilator' && github.run_attempt == 1 && failure() && !cancelled() }} runs-on: ubuntu-24.04 steps: diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index cd2ce3bb6..2642091e4 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -68,9 +68,7 @@ jobs: notify: name: Notify - needs: - - build - - deploy + needs: [build, deploy] runs-on: ubuntu-24.04 if: ${{ github.repository == 'verilator/verilator' }} steps: diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index 1775653d9..ed2048c41 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -65,7 +65,7 @@ jobs: with: path: repo ref: ${{ inputs.sha }} - fetch-depth: ${{ inputs.dev-gcov && '0' || '1' }} # Coverage flow needs full history + fetch-depth: ${{ inputs.dev-gcov && '0' || '1' }} # Coverage flow needs full history - name: Cache $CCACHE_DIR uses: actions/cache@v4 diff --git a/Makefile.in b/Makefile.in index afba5f799..20d0cfafd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -473,7 +473,7 @@ format-c clang-format: || echo "*** You are not using clang-format-18, indents may differ from master's ***" $(CLANGFORMAT) $(CLANGFORMAT_FLAGS) $(CLANGFORMAT_FILES) -YAMLFIX = YAMLFIX_WHITELINES=1 YAMLFIX_LINE_LENGTH=130 YAMLFIX_preserve_quotes=true yamlfix +YAMLFIX = YAMLFIX_WHITELINES=1 YAMLFIX_LINE_LENGTH=200 YAMLFIX_preserve_quotes=true yamlfix yamlfix: $(YAMLFIX) .