2022-05-29 14:59:36 -06:00
|
|
|
name: CI-full-check
|
2022-05-28 08:55:58 -06:00
|
|
|
|
|
|
|
on:
|
2022-06-14 11:34:09 -06:00
|
|
|
workflow_dispatch:
|
2022-05-28 08:55:58 -06:00
|
|
|
pull_request:
|
2022-05-29 14:44:21 -06:00
|
|
|
types:
|
|
|
|
- assigned
|
|
|
|
- review_requested
|
2022-05-28 08:55:58 -06:00
|
|
|
push:
|
2022-05-29 14:44:21 -06:00
|
|
|
branches:
|
|
|
|
- main
|
2024-01-23 15:05:57 -07:00
|
|
|
- release/**
|
2022-05-29 15:25:32 -06:00
|
|
|
paths:
|
2022-08-17 14:53:21 -06:00
|
|
|
- '.github/**'
|
2022-05-29 15:25:32 -06:00
|
|
|
- 'dist/**'
|
2022-05-28 08:55:58 -06:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
action-inputs:
|
|
|
|
uses: ./.github/workflows/integ-test-action-inputs.yml
|
|
|
|
with:
|
|
|
|
cache-key-prefix: ${{github.run_number}}-
|
|
|
|
|
|
|
|
caching-config:
|
2023-12-20 10:58:56 -07:00
|
|
|
uses: ./.github/workflows/integ-test-caching-config.yml
|
2022-05-28 08:55:58 -06:00
|
|
|
with:
|
|
|
|
cache-key-prefix: ${{github.run_number}}-
|
|
|
|
|
2023-07-05 16:43:29 -06:00
|
|
|
dependency-graph:
|
|
|
|
uses: ./.github/workflows/integ-test-dependency-graph.yml
|
2024-01-01 17:13:16 -07:00
|
|
|
permissions:
|
|
|
|
contents: write
|
2023-07-05 16:43:29 -06:00
|
|
|
with:
|
|
|
|
cache-key-prefix: ${{github.run_number}}-
|
|
|
|
|
2024-01-12 10:11:42 -07:00
|
|
|
dependency-graph-failures:
|
|
|
|
uses: ./.github/workflows/integ-test-dependency-graph-failures.yml
|
|
|
|
with:
|
|
|
|
cache-key-prefix: ${{github.run_number}}-
|
|
|
|
|
2022-05-28 08:55:58 -06: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}}-
|
|
|
|
|
2024-01-11 05:30:40 +02:00
|
|
|
develocity-injection:
|
|
|
|
uses: ./.github/workflows/integ-test-inject-develocity.yml
|
2023-08-20 14:56:16 -06:00
|
|
|
with:
|
|
|
|
cache-key-prefix: ${{github.run_number}}-
|
2023-08-28 19:59:09 +02:00
|
|
|
secrets:
|
2024-01-11 05:30:40 +02:00
|
|
|
DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_SOLUTIONS_ACCESS_TOKEN }}
|
2023-08-20 14:56:16 -06:00
|
|
|
|
2022-05-29 15:05:31 -06:00
|
|
|
provision-gradle-versions:
|
|
|
|
uses: ./.github/workflows/integ-test-provision-gradle-versions.yml
|
2022-05-28 08:55:58 -06:00
|
|
|
with:
|
|
|
|
cache-key-prefix: ${{github.run_number}}-
|
|
|
|
|
2024-01-01 19:36:40 -07:00
|
|
|
restore-configuration-cache:
|
|
|
|
uses: ./.github/workflows/integ-test-restore-configuration-cache.yml
|
|
|
|
with:
|
|
|
|
cache-key-prefix: ${{github.run_number}}-
|
|
|
|
secrets:
|
|
|
|
GRADLE_ENCRYPTION_KEY: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
|
2022-05-28 08:55:58 -06:00
|
|
|
|
|
|
|
restore-custom-gradle-home:
|
|
|
|
uses: ./.github/workflows/integ-test-restore-custom-gradle-home.yml
|
|
|
|
with:
|
|
|
|
cache-key-prefix: ${{github.run_number}}-
|
|
|
|
|
2022-06-05 21:11:24 -06: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 08:55:58 -06: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 17:26:13 -06:00
|
|
|
|
|
|
|
toolchain-detection:
|
|
|
|
uses: ./.github/workflows/integ-test-detect-java-toolchains.yml
|
|
|
|
with:
|
|
|
|
cache-key-prefix: ${{github.run_number}}-
|