From a880eab21621be0875b508f3a69155087f8da3ab Mon Sep 17 00:00:00 2001 From: Daz DeBoer Date: Sun, 29 May 2022 14:58:14 -0600 Subject: [PATCH] More consistent names for workflow jobs --- .github/workflows/ci-codeql.yml | 2 +- .github/workflows/ci-full-check.yml | 2 +- .github/workflows/ci-quick-check.yml | 6 +++--- .github/workflows/ci-verify-outputs.yml | 2 +- .github/workflows/demo-failure-cases.yml | 2 +- .github/workflows/demo-pr-build-scan-comment.yml | 2 +- .github/workflows/integ-test-action-inputs-caching.yml | 2 +- .github/workflows/integ-test-action-inputs.yml | 2 +- .github/workflows/integ-test-execution-with-caching.yml | 2 +- .github/workflows/integ-test-execution.yml | 2 +- ...ersions.yml => integ-test-provision-gradle-versions.yml} | 4 ++-- .../workflows/integ-test-restore-configuration-cache.yml | 2 +- .github/workflows/integ-test-restore-custom-gradle-home.yml | 2 +- .github/workflows/integ-test-restore-gradle-home.yml | 2 +- .github/workflows/integ-test-restore-java-toolchain.yml | 2 +- .github/workflows/integ-test-sample-gradle-plugin.yml | 2 +- .github/workflows/integ-test-sample-kotlin-dsl.yml | 2 +- 17 files changed, 20 insertions(+), 20 deletions(-) rename .github/workflows/{integ-test-gradle-versions.yml => integ-test-provision-gradle-versions.yml} (95%) diff --git a/.github/workflows/ci-codeql.yml b/.github/workflows/ci-codeql.yml index 6f291f11..f3a2c38a 100644 --- a/.github/workflows/ci-codeql.yml +++ b/.github/workflows/ci-codeql.yml @@ -9,7 +9,7 @@ # the `language` matrix defined below to confirm you have the correct set of # supported CodeQL languages. # -name: codeql +name: ci-codeql on: push: diff --git a/.github/workflows/ci-full-check.yml b/.github/workflows/ci-full-check.yml index 03ba55b5..4708841a 100644 --- a/.github/workflows/ci-full-check.yml +++ b/.github/workflows/ci-full-check.yml @@ -1,4 +1,4 @@ -name: full-check +name: ci-full-check on: pull_request: diff --git a/.github/workflows/ci-quick-check.yml b/.github/workflows/ci-quick-check.yml index 3a2cc83c..27257515 100644 --- a/.github/workflows/ci-quick-check.yml +++ b/.github/workflows/ci-quick-check.yml @@ -1,4 +1,4 @@ -name: quick-check +name: ci-quick-check on: push: @@ -41,9 +41,9 @@ jobs: runner-os: '["ubuntu-latest"]' download-dist: true - gradle-versions: + provision-gradle-versions: needs: build-distribution - uses: ./.github/workflows/integ-test-gradle-versions.yml + uses: ./.github/workflows/integ-test-provision-gradle-versions.yml with: runner-os: '["ubuntu-latest"]' download-dist: true diff --git a/.github/workflows/ci-verify-outputs.yml b/.github/workflows/ci-verify-outputs.yml index e473cbce..216bc4db 100644 --- a/.github/workflows/ci-verify-outputs.yml +++ b/.github/workflows/ci-verify-outputs.yml @@ -1,4 +1,4 @@ -name: verify-outputs +name: ci-verify-outputs on: pull_request: diff --git a/.github/workflows/demo-failure-cases.yml b/.github/workflows/demo-failure-cases.yml index c96f0732..cad9c265 100644 --- a/.github/workflows/demo-failure-cases.yml +++ b/.github/workflows/demo-failure-cases.yml @@ -1,4 +1,4 @@ -name: Execute failure cases +name: demo-failure-cases on: workflow_dispatch: diff --git a/.github/workflows/demo-pr-build-scan-comment.yml b/.github/workflows/demo-pr-build-scan-comment.yml index 8f073e1b..b2f088db 100644 --- a/.github/workflows/demo-pr-build-scan-comment.yml +++ b/.github/workflows/demo-pr-build-scan-comment.yml @@ -1,4 +1,4 @@ -name: Add a build scan comment to PR +name: Demo adding build scan comment to PR on: pull_request: types: [assigned, review_requested] diff --git a/.github/workflows/integ-test-action-inputs-caching.yml b/.github/workflows/integ-test-action-inputs-caching.yml index 07d13a91..b9d691c1 100644 --- a/.github/workflows/integ-test-action-inputs-caching.yml +++ b/.github/workflows/integ-test-action-inputs-caching.yml @@ -1,4 +1,4 @@ -name: Test action inputs that control caching +name: Test action inputs for caching on: workflow_call: diff --git a/.github/workflows/integ-test-action-inputs.yml b/.github/workflows/integ-test-action-inputs.yml index ba245afd..674b2f9f 100644 --- a/.github/workflows/integ-test-action-inputs.yml +++ b/.github/workflows/integ-test-action-inputs.yml @@ -1,4 +1,4 @@ -name: Test different action inputs +name: Test action inputs on: workflow_call: diff --git a/.github/workflows/integ-test-execution-with-caching.yml b/.github/workflows/integ-test-execution-with-caching.yml index fcfd5274..9942c665 100644 --- a/.github/workflows/integ-test-execution-with-caching.yml +++ b/.github/workflows/integ-test-execution-with-caching.yml @@ -1,4 +1,4 @@ -name: Test save/restore Gradle Home with direct execution +name: Test execution with caching on: workflow_call: diff --git a/.github/workflows/integ-test-execution.yml b/.github/workflows/integ-test-execution.yml index b82ed435..167d203d 100644 --- a/.github/workflows/integ-test-execution.yml +++ b/.github/workflows/integ-test-execution.yml @@ -1,4 +1,4 @@ -name: Test Gradle execution +name: Test execution on: workflow_call: diff --git a/.github/workflows/integ-test-gradle-versions.yml b/.github/workflows/integ-test-provision-gradle-versions.yml similarity index 95% rename from .github/workflows/integ-test-gradle-versions.yml rename to .github/workflows/integ-test-provision-gradle-versions.yml index af6a0918..8a1b0aa6 100644 --- a/.github/workflows/integ-test-gradle-versions.yml +++ b/.github/workflows/integ-test-provision-gradle-versions.yml @@ -1,4 +1,4 @@ -name: Test provision different Gradle versions +name: Test provision Gradle versions on: workflow_call: @@ -14,7 +14,7 @@ on: env: DOWNLOAD_DIST: ${{ inputs.download-dist }} - GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: gradle-versions-${{ inputs.cache-key-prefix }} + GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: provision-gradle-versions-${{ inputs.cache-key-prefix }} GRADLE_BUILD_ACTION_CACHE_DEBUG_ENABLED: true jobs: diff --git a/.github/workflows/integ-test-restore-configuration-cache.yml b/.github/workflows/integ-test-restore-configuration-cache.yml index 4666c65e..445fdb04 100644 --- a/.github/workflows/integ-test-restore-configuration-cache.yml +++ b/.github/workflows/integ-test-restore-configuration-cache.yml @@ -1,4 +1,4 @@ -name: Test save/restore configuration-cache state +name: Test restore configuration-cache on: workflow_call: diff --git a/.github/workflows/integ-test-restore-custom-gradle-home.yml b/.github/workflows/integ-test-restore-custom-gradle-home.yml index 66e645e8..0f21e477 100644 --- a/.github/workflows/integ-test-restore-custom-gradle-home.yml +++ b/.github/workflows/integ-test-restore-custom-gradle-home.yml @@ -1,4 +1,4 @@ -name: Test caching with a custom GRADLE_USER_HOME +name: Test restore custom Gradle Home on: workflow_call: diff --git a/.github/workflows/integ-test-restore-gradle-home.yml b/.github/workflows/integ-test-restore-gradle-home.yml index dd01a6d4..c04d8b2b 100644 --- a/.github/workflows/integ-test-restore-gradle-home.yml +++ b/.github/workflows/integ-test-restore-gradle-home.yml @@ -1,4 +1,4 @@ -name: Test save/restore Gradle Home directory +name: Test restore Gradle Home on: workflow_call: diff --git a/.github/workflows/integ-test-restore-java-toolchain.yml b/.github/workflows/integ-test-restore-java-toolchain.yml index e2ad69d3..b1253e07 100644 --- a/.github/workflows/integ-test-restore-java-toolchain.yml +++ b/.github/workflows/integ-test-restore-java-toolchain.yml @@ -1,4 +1,4 @@ -name: Test save/restore java toolchains +name: Test restore java toolchains on: workflow_call: diff --git a/.github/workflows/integ-test-sample-gradle-plugin.yml b/.github/workflows/integ-test-sample-gradle-plugin.yml index b365ac0a..4c925516 100644 --- a/.github/workflows/integ-test-sample-gradle-plugin.yml +++ b/.github/workflows/integ-test-sample-gradle-plugin.yml @@ -1,4 +1,4 @@ -name: Test caching with Gradle Plugin project using TestKit +name: Test sample Gradle Plugin project on: workflow_call: diff --git a/.github/workflows/integ-test-sample-kotlin-dsl.yml b/.github/workflows/integ-test-sample-kotlin-dsl.yml index c3963c88..87824983 100644 --- a/.github/workflows/integ-test-sample-kotlin-dsl.yml +++ b/.github/workflows/integ-test-sample-kotlin-dsl.yml @@ -1,4 +1,4 @@ -name: Test caching with Kotlin DSL +name: Test sample Kotlin DSL project on: workflow_call: