2022-05-29 20:59:36 +00:00
|
|
|
name: CI-full-check
|
2022-05-28 14:55:58 +00:00
|
|
|
|
|
|
|
on:
|
2022-06-14 17:34:09 +00:00
|
|
|
workflow_dispatch:
|
2022-05-28 14:55:58 +00:00
|
|
|
pull_request:
|
2022-05-29 20:44:21 +00:00
|
|
|
types:
|
|
|
|
- assigned
|
|
|
|
- review_requested
|
2022-05-28 14:55:58 +00:00
|
|
|
push:
|
2022-05-29 20:44:21 +00:00
|
|
|
branches:
|
|
|
|
- main
|
2022-05-29 21:25:32 +00:00
|
|
|
paths:
|
2022-08-17 20:53:21 +00:00
|
|
|
- '.github/**'
|
2022-05-29 21:25:32 +00:00
|
|
|
- 'dist/**'
|
2022-05-28 14:55:58 +00:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
action-inputs:
|
|
|
|
uses: ./.github/workflows/integ-test-action-inputs.yml
|
|
|
|
with:
|
|
|
|
cache-key-prefix: ${{github.run_number}}-
|
|
|
|
|
2022-06-14 17:04:48 +00:00
|
|
|
cache-cleanup:
|
|
|
|
uses: ./.github/workflows/integ-test-cache-cleanup.yml
|
|
|
|
with:
|
|
|
|
cache-key-prefix: ${{github.run_number}}-
|
|
|
|
|
2022-05-28 14:55:58 +00:00
|
|
|
caching-config:
|
|
|
|
uses: ./.github/workflows/integ-test-action-inputs-caching.yml
|
|
|
|
with:
|
|
|
|
cache-key-prefix: ${{github.run_number}}-
|
|
|
|
|
2023-07-05 22:43:29 +00:00
|
|
|
dependency-graph:
|
|
|
|
uses: ./.github/workflows/integ-test-dependency-graph.yml
|
|
|
|
with:
|
|
|
|
cache-key-prefix: ${{github.run_number}}-
|
|
|
|
|
2022-05-28 14:55:58 +00:00
|
|
|
execution-with-caching:
|
|
|
|
uses: ./.github/workflows/integ-test-execution-with-caching.yml
|
|
|
|
with:
|
|
|
|
cache-key-prefix: ${{github.run_number}}-
|
|
|
|
|
|
|
|
execution:
|
|
|
|
uses: ./.github/workflows/integ-test-execution.yml
|
|
|
|
with:
|
|
|
|
cache-key-prefix: ${{github.run_number}}-
|
|
|
|
|
2023-08-20 20:56:16 +00:00
|
|
|
gradle-enterprise-injection:
|
2023-08-28 17:59:09 +00:00
|
|
|
uses: ./.github/workflows/integ-test-inject-gradle-enterprise.yml
|
2023-08-20 20:56:16 +00:00
|
|
|
with:
|
|
|
|
cache-key-prefix: ${{github.run_number}}-
|
2023-08-28 17:59:09 +00:00
|
|
|
secrets:
|
|
|
|
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_SOLUTIONS_ACCESS_TOKEN }}
|
2023-08-20 20:56:16 +00:00
|
|
|
|
2022-05-29 21:05:31 +00:00
|
|
|
provision-gradle-versions:
|
|
|
|
uses: ./.github/workflows/integ-test-provision-gradle-versions.yml
|
2022-05-28 14:55:58 +00:00
|
|
|
with:
|
|
|
|
cache-key-prefix: ${{github.run_number}}-
|
|
|
|
|
2023-04-14 22:23:09 +00:00
|
|
|
# restore-configuration-cache:
|
|
|
|
# uses: ./.github/workflows/integ-test-restore-configuration-cache.yml
|
|
|
|
# with:
|
|
|
|
# cache-key-prefix: ${{github.run_number}}-
|
2022-05-28 14:55:58 +00:00
|
|
|
|
|
|
|
restore-custom-gradle-home:
|
|
|
|
uses: ./.github/workflows/integ-test-restore-custom-gradle-home.yml
|
|
|
|
with:
|
|
|
|
cache-key-prefix: ${{github.run_number}}-
|
|
|
|
|
2022-06-06 03:11:24 +00:00
|
|
|
restore-containerized-gradle-home:
|
|
|
|
uses: ./.github/workflows/integ-test-restore-containerized-gradle-home.yml
|
|
|
|
with:
|
|
|
|
cache-key-prefix: ${{github.run_number}}-
|
|
|
|
|
2022-05-28 14:55:58 +00:00
|
|
|
restore-gradle-home:
|
|
|
|
uses: ./.github/workflows/integ-test-restore-gradle-home.yml
|
|
|
|
with:
|
|
|
|
cache-key-prefix: ${{github.run_number}}-
|
|
|
|
|
|
|
|
restore-java-toolchain:
|
|
|
|
uses: ./.github/workflows/integ-test-restore-java-toolchain.yml
|
|
|
|
with:
|
|
|
|
cache-key-prefix: ${{github.run_number}}-
|
|
|
|
|
|
|
|
sample-kotlin-dsl:
|
|
|
|
uses: ./.github/workflows/integ-test-sample-kotlin-dsl.yml
|
|
|
|
with:
|
|
|
|
cache-key-prefix: ${{github.run_number}}-
|
|
|
|
|
|
|
|
sample-gradle-plugin:
|
|
|
|
uses: ./.github/workflows/integ-test-sample-gradle-plugin.yml
|
|
|
|
with:
|
|
|
|
cache-key-prefix: ${{github.run_number}}-
|
2023-08-19 23:26:13 +00:00
|
|
|
|
|
|
|
toolchain-detection:
|
|
|
|
uses: ./.github/workflows/integ-test-detect-java-toolchains.yml
|
|
|
|
with:
|
|
|
|
cache-key-prefix: ${{github.run_number}}-
|