2022-05-29 16:59:36 -04:00
|
|
|
name: CI-quick-check
|
2022-05-28 10:55:58 -04:00
|
|
|
|
|
|
|
on:
|
2022-06-14 13:34:09 -04:00
|
|
|
workflow_dispatch:
|
2022-05-28 10:55:58 -04:00
|
|
|
push:
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
action-inputs:
|
|
|
|
uses: ./.github/workflows/integ-test-action-inputs.yml
|
2022-05-29 15:47:45 -04:00
|
|
|
with:
|
|
|
|
runner-os: '["ubuntu-latest"]'
|
2022-06-14 13:04:48 -04:00
|
|
|
|
2022-05-28 10:55:58 -04:00
|
|
|
caching-config:
|
2023-12-20 12:58:56 -05:00
|
|
|
uses: ./.github/workflows/integ-test-caching-config.yml
|
2022-05-29 15:47:45 -04:00
|
|
|
with:
|
|
|
|
runner-os: '["ubuntu-latest"]'
|
2022-05-28 10:55:58 -04:00
|
|
|
|
2023-07-05 18:43:29 -04:00
|
|
|
dependency-graph:
|
|
|
|
uses: ./.github/workflows/integ-test-dependency-graph.yml
|
2024-01-01 19:13:16 -05:00
|
|
|
permissions:
|
|
|
|
contents: write
|
2023-07-05 18:43:29 -04:00
|
|
|
with:
|
|
|
|
runner-os: '["ubuntu-latest"]'
|
|
|
|
|
2024-01-12 12:11:42 -05:00
|
|
|
dependency-graph-failures:
|
|
|
|
uses: ./.github/workflows/integ-test-dependency-graph-failures.yml
|
|
|
|
with:
|
|
|
|
runner-os: '["ubuntu-latest"]'
|
|
|
|
|
2022-05-28 10:55:58 -04:00
|
|
|
execution-with-caching:
|
|
|
|
uses: ./.github/workflows/integ-test-execution-with-caching.yml
|
2022-05-29 15:47:45 -04:00
|
|
|
with:
|
|
|
|
runner-os: '["ubuntu-latest"]'
|
2022-05-28 10:55:58 -04:00
|
|
|
|
|
|
|
execution:
|
|
|
|
uses: ./.github/workflows/integ-test-execution.yml
|
2022-05-29 15:47:45 -04:00
|
|
|
with:
|
|
|
|
runner-os: '["ubuntu-latest"]'
|
2022-05-28 10:55:58 -04:00
|
|
|
|
2024-01-10 22:30:40 -05:00
|
|
|
develocity-injection:
|
|
|
|
uses: ./.github/workflows/integ-test-inject-develocity.yml
|
2023-08-20 16:56:16 -04:00
|
|
|
with:
|
|
|
|
runner-os: '["ubuntu-latest"]'
|
2023-08-28 13:59:09 -04:00
|
|
|
secrets:
|
2024-01-10 22:30:40 -05:00
|
|
|
DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_SOLUTIONS_ACCESS_TOKEN }}
|
2023-08-20 16:56:16 -04:00
|
|
|
|
2022-05-29 16:58:14 -04:00
|
|
|
provision-gradle-versions:
|
|
|
|
uses: ./.github/workflows/integ-test-provision-gradle-versions.yml
|
2022-05-29 15:47:45 -04:00
|
|
|
with:
|
|
|
|
runner-os: '["ubuntu-latest"]'
|
2022-05-28 10:55:58 -04:00
|
|
|
|
2023-12-13 14:45:03 -05:00
|
|
|
restore-configuration-cache:
|
|
|
|
uses: ./.github/workflows/integ-test-restore-configuration-cache.yml
|
|
|
|
with:
|
|
|
|
runner-os: '["ubuntu-latest"]'
|
2024-01-01 21:36:40 -05:00
|
|
|
secrets:
|
|
|
|
GRADLE_ENCRYPTION_KEY: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
|
2022-05-28 10:55:58 -04:00
|
|
|
|
2022-06-05 23:11:24 -04:00
|
|
|
restore-containerized-gradle-home:
|
|
|
|
uses: ./.github/workflows/integ-test-restore-containerized-gradle-home.yml
|
|
|
|
|
2022-05-28 10:55:58 -04:00
|
|
|
restore-custom-gradle-home:
|
|
|
|
uses: ./.github/workflows/integ-test-restore-custom-gradle-home.yml
|
|
|
|
|
|
|
|
restore-gradle-home:
|
|
|
|
uses: ./.github/workflows/integ-test-restore-gradle-home.yml
|
2022-05-29 15:47:45 -04:00
|
|
|
with:
|
|
|
|
runner-os: '["ubuntu-latest"]'
|
2022-05-28 10:55:58 -04:00
|
|
|
|
|
|
|
restore-java-toolchain:
|
|
|
|
uses: ./.github/workflows/integ-test-restore-java-toolchain.yml
|
2022-05-29 15:47:45 -04:00
|
|
|
with:
|
|
|
|
runner-os: '["ubuntu-latest"]'
|
2022-05-28 10:55:58 -04:00
|
|
|
|
|
|
|
sample-kotlin-dsl:
|
|
|
|
uses: ./.github/workflows/integ-test-sample-kotlin-dsl.yml
|
2022-05-29 15:47:45 -04:00
|
|
|
with:
|
|
|
|
runner-os: '["ubuntu-latest"]'
|
2022-05-28 10:55:58 -04:00
|
|
|
|
|
|
|
sample-gradle-plugin:
|
|
|
|
uses: ./.github/workflows/integ-test-sample-gradle-plugin.yml
|
2022-05-29 15:47:45 -04:00
|
|
|
with:
|
|
|
|
runner-os: '["ubuntu-latest"]'
|
2023-08-19 19:26:13 -04:00
|
|
|
|
|
|
|
toolchain-detection:
|
|
|
|
uses: ./.github/workflows/integ-test-detect-java-toolchains.yml
|
|
|
|
with:
|
|
|
|
runner-os: '["ubuntu-latest"]'
|