Target windows caching tests

This commit is contained in:
Daz DeBoer
2026-03-18 17:09:56 -06:00
parent 73536630a5
commit 5bc431108b
2 changed files with 33 additions and 33 deletions

View File

@@ -22,18 +22,18 @@ jobs:
group: CI-integ-test-full
cancel-in-progress: false
with:
runner-os: '["ubuntu-latest", "windows-latest", "macos-latest"]'
runner-os: '["windows-latest"]'
skip-dist: true
secrets: inherit
other-integ-tests:
permissions:
contents: write
uses: ./.github/workflows/suite-integ-test-other.yml
concurrency:
group: CI-integ-test-full
cancel-in-progress: false
with:
runner-os: '["ubuntu-latest", "windows-latest", "macos-latest"]'
skip-dist: true
secrets: inherit
# other-integ-tests:
# permissions:
# contents: write
# uses: ./.github/workflows/suite-integ-test-other.yml
# concurrency:
# group: CI-integ-test-full
# cancel-in-progress: false
# with:
# runner-os: '["ubuntu-latest", "windows-latest", "macos-latest"]'
# skip-dist: true
# secrets: inherit

View File

@@ -20,28 +20,28 @@ jobs:
runner-os: '${{ inputs.runner-os }}'
skip-dist: ${{ inputs.skip-dist }}
caching-config:
uses: ./.github/workflows/integ-test-caching-config.yml
with:
runner-os: '${{ inputs.runner-os }}'
skip-dist: ${{ inputs.skip-dist }}
# caching-config:
# uses: ./.github/workflows/integ-test-caching-config.yml
# with:
# runner-os: '${{ inputs.runner-os }}'
# skip-dist: ${{ inputs.skip-dist }}
restore-containerized-gradle-home:
uses: ./.github/workflows/integ-test-restore-containerized-gradle-home.yml
with:
skip-dist: ${{ inputs.skip-dist }}
# restore-containerized-gradle-home:
# uses: ./.github/workflows/integ-test-restore-containerized-gradle-home.yml
# with:
# skip-dist: ${{ inputs.skip-dist }}
restore-custom-gradle-home:
uses: ./.github/workflows/integ-test-restore-custom-gradle-home.yml
with:
skip-dist: ${{ inputs.skip-dist }}
# restore-custom-gradle-home:
# uses: ./.github/workflows/integ-test-restore-custom-gradle-home.yml
# with:
# skip-dist: ${{ inputs.skip-dist }}
restore-gradle-home:
uses: ./.github/workflows/integ-test-restore-gradle-home.yml
with:
skip-dist: ${{ inputs.skip-dist }}
# restore-gradle-home:
# uses: ./.github/workflows/integ-test-restore-gradle-home.yml
# with:
# skip-dist: ${{ inputs.skip-dist }}
restore-java-toolchain:
uses: ./.github/workflows/integ-test-restore-java-toolchain.yml
with:
skip-dist: ${{ inputs.skip-dist }}
# restore-java-toolchain:
# uses: ./.github/workflows/integ-test-restore-java-toolchain.yml
# with:
# skip-dist: ${{ inputs.skip-dist }}