From 5bc431108b7afea0f4568192536d41357da15bcc Mon Sep 17 00:00:00 2001 From: Daz DeBoer Date: Wed, 18 Mar 2026 17:09:56 -0600 Subject: [PATCH] Target windows caching tests --- .github/workflows/ci-integ-test-full.yml | 24 +++++------ .../workflows/suite-integ-test-caching.yml | 42 +++++++++---------- 2 files changed, 33 insertions(+), 33 deletions(-) diff --git a/.github/workflows/ci-integ-test-full.yml b/.github/workflows/ci-integ-test-full.yml index dc929902..1e71e639 100644 --- a/.github/workflows/ci-integ-test-full.yml +++ b/.github/workflows/ci-integ-test-full.yml @@ -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 diff --git a/.github/workflows/suite-integ-test-caching.yml b/.github/workflows/suite-integ-test-caching.yml index e1eca685..8fd02854 100644 --- a/.github/workflows/suite-integ-test-caching.yml +++ b/.github/workflows/suite-integ-test-caching.yml @@ -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 }}