Skip to content

Commit

Permalink
Remove tests for deprecated features
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Jul 19, 2024
1 parent 2041ce6 commit 238a3da
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 287 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/ci-integ-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,6 @@ jobs:
if: ${{ needs.determine-suite.outputs.suite != 'full' }}
uses: ./.github/actions/build-dist

action-inputs:
needs: [determine-suite, build-distribution]
uses: ./.github/workflows/integ-test-action-inputs.yml
with:
runner-os: '${{ needs.determine-suite.outputs.runner-os }}'
cache-key-prefix: '${{ needs.determine-suite.outputs.cache-key-prefix }}-'
skip-dist: ${{ needs.determine-suite.outputs.suite == 'full' }}

build-scan-publish:
needs: [determine-suite, build-distribution]
uses: ./.github/workflows/integ-test-build-scan-publish.yml
Expand Down Expand Up @@ -118,22 +110,6 @@ jobs:
cache-key-prefix: '${{ needs.determine-suite.outputs.cache-key-prefix }}-'
skip-dist: ${{ needs.determine-suite.outputs.suite == 'full' }}

execution-with-caching:
needs: [determine-suite, build-distribution]
uses: ./.github/workflows/integ-test-execution-with-caching.yml
with:
runner-os: '${{ needs.determine-suite.outputs.runner-os }}'
cache-key-prefix: '${{ needs.determine-suite.outputs.cache-key-prefix }}-'
skip-dist: ${{ needs.determine-suite.outputs.suite == 'full' }}

execution:
needs: [determine-suite, build-distribution]
uses: ./.github/workflows/integ-test-execution.yml
with:
runner-os: '${{ needs.determine-suite.outputs.runner-os }}'
cache-key-prefix: '${{ needs.determine-suite.outputs.cache-key-prefix }}-'
skip-dist: ${{ needs.determine-suite.outputs.suite == 'full' }}

develocity-injection:
if: ${{ ! github.event.pull_request.head.repo.fork }}
needs: [determine-suite, build-distribution]
Expand Down
62 changes: 0 additions & 62 deletions .github/workflows/demo-failure-cases.yml

This file was deleted.

42 changes: 0 additions & 42 deletions .github/workflows/integ-test-action-inputs.yml

This file was deleted.

60 changes: 0 additions & 60 deletions .github/workflows/integ-test-execution-with-caching.yml

This file was deleted.

99 changes: 0 additions & 99 deletions .github/workflows/integ-test-execution.yml

This file was deleted.

0 comments on commit 238a3da

Please # to comment.