mirror of
https://github.com/gradle/actions.git
synced 2026-03-23 20:45:47 +08:00
Target windows caching tests
This commit is contained in:
24
.github/workflows/ci-integ-test-full.yml
vendored
24
.github/workflows/ci-integ-test-full.yml
vendored
@@ -22,18 +22,18 @@ jobs:
|
|||||||
group: CI-integ-test-full
|
group: CI-integ-test-full
|
||||||
cancel-in-progress: false
|
cancel-in-progress: false
|
||||||
with:
|
with:
|
||||||
runner-os: '["ubuntu-latest", "windows-latest", "macos-latest"]'
|
runner-os: '["windows-latest"]'
|
||||||
skip-dist: true
|
skip-dist: true
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
other-integ-tests:
|
# other-integ-tests:
|
||||||
permissions:
|
# permissions:
|
||||||
contents: write
|
# contents: write
|
||||||
uses: ./.github/workflows/suite-integ-test-other.yml
|
# uses: ./.github/workflows/suite-integ-test-other.yml
|
||||||
concurrency:
|
# concurrency:
|
||||||
group: CI-integ-test-full
|
# group: CI-integ-test-full
|
||||||
cancel-in-progress: false
|
# cancel-in-progress: false
|
||||||
with:
|
# with:
|
||||||
runner-os: '["ubuntu-latest", "windows-latest", "macos-latest"]'
|
# runner-os: '["ubuntu-latest", "windows-latest", "macos-latest"]'
|
||||||
skip-dist: true
|
# skip-dist: true
|
||||||
secrets: inherit
|
# secrets: inherit
|
||||||
|
|||||||
42
.github/workflows/suite-integ-test-caching.yml
vendored
42
.github/workflows/suite-integ-test-caching.yml
vendored
@@ -20,28 +20,28 @@ jobs:
|
|||||||
runner-os: '${{ inputs.runner-os }}'
|
runner-os: '${{ inputs.runner-os }}'
|
||||||
skip-dist: ${{ inputs.skip-dist }}
|
skip-dist: ${{ inputs.skip-dist }}
|
||||||
|
|
||||||
caching-config:
|
# caching-config:
|
||||||
uses: ./.github/workflows/integ-test-caching-config.yml
|
# uses: ./.github/workflows/integ-test-caching-config.yml
|
||||||
with:
|
# with:
|
||||||
runner-os: '${{ inputs.runner-os }}'
|
# runner-os: '${{ inputs.runner-os }}'
|
||||||
skip-dist: ${{ inputs.skip-dist }}
|
# skip-dist: ${{ inputs.skip-dist }}
|
||||||
|
|
||||||
restore-containerized-gradle-home:
|
# restore-containerized-gradle-home:
|
||||||
uses: ./.github/workflows/integ-test-restore-containerized-gradle-home.yml
|
# uses: ./.github/workflows/integ-test-restore-containerized-gradle-home.yml
|
||||||
with:
|
# with:
|
||||||
skip-dist: ${{ inputs.skip-dist }}
|
# skip-dist: ${{ inputs.skip-dist }}
|
||||||
|
|
||||||
restore-custom-gradle-home:
|
# restore-custom-gradle-home:
|
||||||
uses: ./.github/workflows/integ-test-restore-custom-gradle-home.yml
|
# uses: ./.github/workflows/integ-test-restore-custom-gradle-home.yml
|
||||||
with:
|
# with:
|
||||||
skip-dist: ${{ inputs.skip-dist }}
|
# skip-dist: ${{ inputs.skip-dist }}
|
||||||
|
|
||||||
restore-gradle-home:
|
# restore-gradle-home:
|
||||||
uses: ./.github/workflows/integ-test-restore-gradle-home.yml
|
# uses: ./.github/workflows/integ-test-restore-gradle-home.yml
|
||||||
with:
|
# with:
|
||||||
skip-dist: ${{ inputs.skip-dist }}
|
# skip-dist: ${{ inputs.skip-dist }}
|
||||||
|
|
||||||
restore-java-toolchain:
|
# restore-java-toolchain:
|
||||||
uses: ./.github/workflows/integ-test-restore-java-toolchain.yml
|
# uses: ./.github/workflows/integ-test-restore-java-toolchain.yml
|
||||||
with:
|
# with:
|
||||||
skip-dist: ${{ inputs.skip-dist }}
|
# skip-dist: ${{ inputs.skip-dist }}
|
||||||
|
|||||||
Reference in New Issue
Block a user