-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #99 from gradle/gk/micronaut
Added more Micronaut projects (aws, data, kafka, kotlin, security, sp…
- Loading branch information
Showing
8 changed files
with
477 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
name: Micronaut AWS | ||
|
||
on: | ||
schedule: | ||
# Every Sunday at 9.00am | ||
- cron: "0 9 * * 0" | ||
|
||
workflow_dispatch: | ||
|
||
env: | ||
GRADLE_ENTERPRISE_URL: "https://ge.solutions-team.gradle.com" | ||
GIT_REPO: "https://github.com/micronaut-projects/micronaut-aws" | ||
TASKS: "check" | ||
ARGS: "-DpredictiveTestSelection=false" | ||
|
||
jobs: | ||
Experiment: | ||
|
||
strategy: | ||
matrix: | ||
include: | ||
- experimentId: 1 | ||
- experimentId: 2 | ||
- experimentId: 3 | ||
|
||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Set up JDK 17 | ||
uses: actions/setup-java@v4 | ||
with: | ||
java-version: 17 | ||
distribution: "temurin" | ||
- name: Download latest version of the validation scripts | ||
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
- name: Run experiment 1 | ||
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable | ||
env: | ||
GRADLE_ENTERPRISE_ACCESS_KEY: "${{ secrets.GE_SOLUTIONS_ACCESS_TOKEN }}" | ||
with: | ||
gitRepo: ${{ env.GIT_REPO }} | ||
tasks: ${{ env.TASKS }} | ||
args: ${{ env.ARGS }} | ||
gradleEnterpriseUrl: ${{ env.GRADLE_ENTERPRISE_URL }} | ||
if: matrix.experimentId == 1 | ||
- name: Run experiment 2 | ||
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable | ||
env: | ||
GRADLE_ENTERPRISE_ACCESS_KEY: "${{ secrets.GE_SOLUTIONS_ACCESS_TOKEN }}" | ||
with: | ||
gitRepo: ${{ env.GIT_REPO }} | ||
tasks: ${{ env.TASKS }} | ||
args: ${{ env.ARGS }} | ||
gradleEnterpriseUrl: ${{ env.GRADLE_ENTERPRISE_URL }} | ||
failIfNotFullyCacheable: false | ||
if: matrix.experimentId == 2 | ||
- name: Run experiment 3 | ||
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable | ||
env: | ||
GRADLE_ENTERPRISE_ACCESS_KEY: "${{ secrets.GE_SOLUTIONS_ACCESS_TOKEN }}" | ||
with: | ||
gitRepo: ${{ env.GIT_REPO }} | ||
tasks: ${{ env.TASKS }} | ||
args: ${{ env.ARGS }} | ||
gradleEnterpriseUrl: ${{ env.GRADLE_ENTERPRISE_URL }} | ||
failIfNotFullyCacheable: false | ||
if: matrix.experimentId == 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
name: Micronaut Data | ||
|
||
on: | ||
schedule: | ||
# Every Sunday at 9.00am | ||
- cron: "0 9 * * 0" | ||
|
||
workflow_dispatch: | ||
|
||
env: | ||
GRADLE_ENTERPRISE_URL: "https://ge.solutions-team.gradle.com" | ||
GIT_REPO: "https://github.com/micronaut-projects/micronaut-data" | ||
TASKS: "check" | ||
ARGS: "-DpredictiveTestSelection=false" | ||
|
||
jobs: | ||
Experiment: | ||
|
||
strategy: | ||
matrix: | ||
include: | ||
- experimentId: 1 | ||
- experimentId: 2 | ||
- experimentId: 3 | ||
|
||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Set up JDK 17 | ||
uses: actions/setup-java@v4 | ||
with: | ||
java-version: 17 | ||
distribution: "temurin" | ||
- name: Download latest version of the validation scripts | ||
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
- name: Run experiment 1 | ||
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable | ||
env: | ||
GRADLE_ENTERPRISE_ACCESS_KEY: "${{ secrets.GE_SOLUTIONS_ACCESS_TOKEN }}" | ||
with: | ||
gitRepo: ${{ env.GIT_REPO }} | ||
tasks: ${{ env.TASKS }} | ||
args: ${{ env.ARGS }} | ||
gradleEnterpriseUrl: ${{ env.GRADLE_ENTERPRISE_URL }} | ||
if: matrix.experimentId == 1 | ||
- name: Run experiment 2 | ||
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable | ||
env: | ||
GRADLE_ENTERPRISE_ACCESS_KEY: "${{ secrets.GE_SOLUTIONS_ACCESS_TOKEN }}" | ||
with: | ||
gitRepo: ${{ env.GIT_REPO }} | ||
tasks: ${{ env.TASKS }} | ||
args: ${{ env.ARGS }} | ||
gradleEnterpriseUrl: ${{ env.GRADLE_ENTERPRISE_URL }} | ||
failIfNotFullyCacheable: false | ||
if: matrix.experimentId == 2 | ||
- name: Run experiment 3 | ||
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable | ||
env: | ||
GRADLE_ENTERPRISE_ACCESS_KEY: "${{ secrets.GE_SOLUTIONS_ACCESS_TOKEN }}" | ||
with: | ||
gitRepo: ${{ env.GIT_REPO }} | ||
tasks: ${{ env.TASKS }} | ||
args: ${{ env.ARGS }} | ||
gradleEnterpriseUrl: ${{ env.GRADLE_ENTERPRISE_URL }} | ||
failIfNotFullyCacheable: false | ||
if: matrix.experimentId == 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
name: Micronaut Kafka | ||
|
||
on: | ||
schedule: | ||
# Every Sunday at 9.00am | ||
- cron: "0 9 * * 0" | ||
|
||
workflow_dispatch: | ||
|
||
env: | ||
GRADLE_ENTERPRISE_URL: "https://ge.solutions-team.gradle.com" | ||
GIT_REPO: "https://github.com/micronaut-projects/micronaut-kafka" | ||
TASKS: "check" | ||
ARGS: "-DpredictiveTestSelection=false" | ||
|
||
jobs: | ||
Experiment: | ||
|
||
strategy: | ||
matrix: | ||
include: | ||
- experimentId: 1 | ||
- experimentId: 2 | ||
- experimentId: 3 | ||
|
||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Set up JDK 17 | ||
uses: actions/setup-java@v4 | ||
with: | ||
java-version: 17 | ||
distribution: "temurin" | ||
- name: Download latest version of the validation scripts | ||
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
- name: Run experiment 1 | ||
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable | ||
env: | ||
GRADLE_ENTERPRISE_ACCESS_KEY: "${{ secrets.GE_SOLUTIONS_ACCESS_TOKEN }}" | ||
with: | ||
gitRepo: ${{ env.GIT_REPO }} | ||
tasks: ${{ env.TASKS }} | ||
args: ${{ env.ARGS }} | ||
gradleEnterpriseUrl: ${{ env.GRADLE_ENTERPRISE_URL }} | ||
if: matrix.experimentId == 1 | ||
- name: Run experiment 2 | ||
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable | ||
env: | ||
GRADLE_ENTERPRISE_ACCESS_KEY: "${{ secrets.GE_SOLUTIONS_ACCESS_TOKEN }}" | ||
with: | ||
gitRepo: ${{ env.GIT_REPO }} | ||
tasks: ${{ env.TASKS }} | ||
args: ${{ env.ARGS }} | ||
gradleEnterpriseUrl: ${{ env.GRADLE_ENTERPRISE_URL }} | ||
failIfNotFullyCacheable: false | ||
if: matrix.experimentId == 2 | ||
- name: Run experiment 3 | ||
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable | ||
env: | ||
GRADLE_ENTERPRISE_ACCESS_KEY: "${{ secrets.GE_SOLUTIONS_ACCESS_TOKEN }}" | ||
with: | ||
gitRepo: ${{ env.GIT_REPO }} | ||
tasks: ${{ env.TASKS }} | ||
args: ${{ env.ARGS }} | ||
gradleEnterpriseUrl: ${{ env.GRADLE_ENTERPRISE_URL }} | ||
failIfNotFullyCacheable: false | ||
if: matrix.experimentId == 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
name: Micronaut Kotlin | ||
|
||
on: | ||
schedule: | ||
# Every Sunday at 9.00am | ||
- cron: "0 9 * * 0" | ||
|
||
workflow_dispatch: | ||
|
||
env: | ||
GRADLE_ENTERPRISE_URL: "https://ge.solutions-team.gradle.com" | ||
GIT_REPO: "https://github.com/micronaut-projects/micronaut-kotlin" | ||
TASKS: "check" | ||
ARGS: "-DpredictiveTestSelection=false" | ||
|
||
jobs: | ||
Experiment: | ||
|
||
strategy: | ||
matrix: | ||
include: | ||
- experimentId: 1 | ||
- experimentId: 2 | ||
- experimentId: 3 | ||
|
||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Set up JDK 17 | ||
uses: actions/setup-java@v4 | ||
with: | ||
java-version: 17 | ||
distribution: "temurin" | ||
- name: Download latest version of the validation scripts | ||
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
- name: Run experiment 1 | ||
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable | ||
env: | ||
GRADLE_ENTERPRISE_ACCESS_KEY: "${{ secrets.GE_SOLUTIONS_ACCESS_TOKEN }}" | ||
with: | ||
gitRepo: ${{ env.GIT_REPO }} | ||
tasks: ${{ env.TASKS }} | ||
args: ${{ env.ARGS }} | ||
gradleEnterpriseUrl: ${{ env.GRADLE_ENTERPRISE_URL }} | ||
if: matrix.experimentId == 1 | ||
- name: Run experiment 2 | ||
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable | ||
env: | ||
GRADLE_ENTERPRISE_ACCESS_KEY: "${{ secrets.GE_SOLUTIONS_ACCESS_TOKEN }}" | ||
with: | ||
gitRepo: ${{ env.GIT_REPO }} | ||
tasks: ${{ env.TASKS }} | ||
args: ${{ env.ARGS }} | ||
gradleEnterpriseUrl: ${{ env.GRADLE_ENTERPRISE_URL }} | ||
failIfNotFullyCacheable: false | ||
if: matrix.experimentId == 2 | ||
- name: Run experiment 3 | ||
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable | ||
env: | ||
GRADLE_ENTERPRISE_ACCESS_KEY: "${{ secrets.GE_SOLUTIONS_ACCESS_TOKEN }}" | ||
with: | ||
gitRepo: ${{ env.GIT_REPO }} | ||
tasks: ${{ env.TASKS }} | ||
args: ${{ env.ARGS }} | ||
gradleEnterpriseUrl: ${{ env.GRADLE_ENTERPRISE_URL }} | ||
failIfNotFullyCacheable: false | ||
if: matrix.experimentId == 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
name: Micronaut Security | ||
|
||
on: | ||
schedule: | ||
# Every Sunday at 9.00am | ||
- cron: "0 9 * * 0" | ||
|
||
workflow_dispatch: | ||
|
||
env: | ||
GRADLE_ENTERPRISE_URL: "https://ge.solutions-team.gradle.com" | ||
GIT_REPO: "https://github.com/micronaut-projects/micronaut-security" | ||
TASKS: "check" | ||
ARGS: "-DpredictiveTestSelection=false" | ||
|
||
jobs: | ||
Experiment: | ||
|
||
strategy: | ||
matrix: | ||
include: | ||
- experimentId: 1 | ||
- experimentId: 2 | ||
- experimentId: 3 | ||
|
||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Set up JDK 17 | ||
uses: actions/setup-java@v4 | ||
with: | ||
java-version: 17 | ||
distribution: "temurin" | ||
- name: Download latest version of the validation scripts | ||
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
- name: Run experiment 1 | ||
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable | ||
env: | ||
GRADLE_ENTERPRISE_ACCESS_KEY: "${{ secrets.GE_SOLUTIONS_ACCESS_TOKEN }}" | ||
with: | ||
gitRepo: ${{ env.GIT_REPO }} | ||
tasks: ${{ env.TASKS }} | ||
args: ${{ env.ARGS }} | ||
gradleEnterpriseUrl: ${{ env.GRADLE_ENTERPRISE_URL }} | ||
if: matrix.experimentId == 1 | ||
- name: Run experiment 2 | ||
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable | ||
env: | ||
GRADLE_ENTERPRISE_ACCESS_KEY: "${{ secrets.GE_SOLUTIONS_ACCESS_TOKEN }}" | ||
with: | ||
gitRepo: ${{ env.GIT_REPO }} | ||
tasks: ${{ env.TASKS }} | ||
args: ${{ env.ARGS }} | ||
gradleEnterpriseUrl: ${{ env.GRADLE_ENTERPRISE_URL }} | ||
failIfNotFullyCacheable: false | ||
if: matrix.experimentId == 2 | ||
- name: Run experiment 3 | ||
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable | ||
env: | ||
GRADLE_ENTERPRISE_ACCESS_KEY: "${{ secrets.GE_SOLUTIONS_ACCESS_TOKEN }}" | ||
with: | ||
gitRepo: ${{ env.GIT_REPO }} | ||
tasks: ${{ env.TASKS }} | ||
args: ${{ env.ARGS }} | ||
gradleEnterpriseUrl: ${{ env.GRADLE_ENTERPRISE_URL }} | ||
failIfNotFullyCacheable: false | ||
if: matrix.experimentId == 3 |
Oops, something went wrong.