Skip to content

Commit 6ceeb66

Browse files
committed
Remove explicitly disabling PTS for Micronaut projects
The BVS already do this.
1 parent 182eb75 commit 6ceeb66

8 files changed

+5
-23
lines changed

.github/workflows/run-experiments-micronaut-aws.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ env:
1212
DEVELOCITY_URL: "https://ge.solutions-team.gradle.com"
1313
GIT_REPO: "https://github.com/micronaut-projects/micronaut-aws"
1414
TASKS: "check"
15-
ARGS: "-DpredictiveTestSelection=false"
1615

1716
jobs:
1817
Experiment:
@@ -44,7 +43,6 @@ jobs:
4443
with:
4544
gitRepo: ${{ env.GIT_REPO }}
4645
tasks: ${{ env.TASKS }}
47-
args: ${{ env.ARGS }}
4846
develocityUrl: ${{ env.DEVELOCITY_URL }}
4947
if: matrix.experimentId == 1
5048
- name: Run experiment 2
@@ -54,7 +52,6 @@ jobs:
5452
with:
5553
gitRepo: ${{ env.GIT_REPO }}
5654
tasks: ${{ env.TASKS }}
57-
args: ${{ env.ARGS }}
5855
develocityUrl: ${{ env.DEVELOCITY_URL }}
5956
failIfNotFullyCacheable: false
6057
if: matrix.experimentId == 2
@@ -65,7 +62,6 @@ jobs:
6562
with:
6663
gitRepo: ${{ env.GIT_REPO }}
6764
tasks: ${{ env.TASKS }}
68-
args: ${{ env.ARGS }}
6965
develocityUrl: ${{ env.DEVELOCITY_URL }}
7066
failIfNotFullyCacheable: false
7167
if: matrix.experimentId == 3

.github/workflows/run-experiments-micronaut-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
DEVELOCITY_URL: "https://ge.solutions-team.gradle.com"
1313
GIT_REPO: "https://github.com/micronaut-projects/micronaut-core"
1414
TASKS: "check"
15-
ARGS: "-x japiCmp -DpredictiveTestSelection=false --warn"
15+
ARGS: "-x japiCmp --warn"
1616

1717
jobs:
1818
Experiment:

.github/workflows/run-experiments-micronaut-data.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ env:
1212
DEVELOCITY_URL: "https://ge.solutions-team.gradle.com"
1313
GIT_REPO: "https://github.com/micronaut-projects/micronaut-data"
1414
TASKS: "check"
15-
ARGS: "-DpredictiveTestSelection=false"
1615

1716
jobs:
1817
Experiment:
@@ -44,7 +43,6 @@ jobs:
4443
with:
4544
gitRepo: ${{ env.GIT_REPO }}
4645
tasks: ${{ env.TASKS }}
47-
args: ${{ env.ARGS }}
4846
develocityUrl: ${{ env.DEVELOCITY_URL }}
4947
if: matrix.experimentId == 1
5048
- name: Run experiment 2
@@ -54,7 +52,6 @@ jobs:
5452
with:
5553
gitRepo: ${{ env.GIT_REPO }}
5654
tasks: ${{ env.TASKS }}
57-
args: ${{ env.ARGS }}
5855
develocityUrl: ${{ env.DEVELOCITY_URL }}
5956
failIfNotFullyCacheable: false
6057
if: matrix.experimentId == 2
@@ -65,7 +62,6 @@ jobs:
6562
with:
6663
gitRepo: ${{ env.GIT_REPO }}
6764
tasks: ${{ env.TASKS }}
68-
args: ${{ env.ARGS }}
6965
develocityUrl: ${{ env.DEVELOCITY_URL }}
7066
failIfNotFullyCacheable: false
7167
if: matrix.experimentId == 3

.github/workflows/run-experiments-micronaut-kafka.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ env:
1212
DEVELOCITY_URL: "https://ge.solutions-team.gradle.com"
1313
GIT_REPO: "https://github.com/micronaut-projects/micronaut-kafka"
1414
TASKS: "check"
15-
ARGS: "-DpredictiveTestSelection=false"
1615

1716
jobs:
1817
Experiment:
@@ -44,7 +43,6 @@ jobs:
4443
with:
4544
gitRepo: ${{ env.GIT_REPO }}
4645
tasks: ${{ env.TASKS }}
47-
args: ${{ env.ARGS }}
4846
develocityUrl: ${{ env.DEVELOCITY_URL }}
4947
if: matrix.experimentId == 1
5048
- name: Run experiment 2
@@ -54,7 +52,6 @@ jobs:
5452
with:
5553
gitRepo: ${{ env.GIT_REPO }}
5654
tasks: ${{ env.TASKS }}
57-
args: ${{ env.ARGS }}
5855
develocityUrl: ${{ env.DEVELOCITY_URL }}
5956
failIfNotFullyCacheable: false
6057
if: matrix.experimentId == 2
@@ -65,7 +62,6 @@ jobs:
6562
with:
6663
gitRepo: ${{ env.GIT_REPO }}
6764
tasks: ${{ env.TASKS }}
68-
args: ${{ env.ARGS }}
6965
develocityUrl: ${{ env.DEVELOCITY_URL }}
7066
failIfNotFullyCacheable: false
7167
if: matrix.experimentId == 3

.github/workflows/run-experiments-micronaut-kotlin.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ env:
1212
DEVELOCITY_URL: "https://ge.solutions-team.gradle.com"
1313
GIT_REPO: "https://github.com/micronaut-projects/micronaut-kotlin"
1414
TASKS: "check"
15-
ARGS: "-DpredictiveTestSelection=false"
1615

1716
jobs:
1817
Experiment:
@@ -44,7 +43,6 @@ jobs:
4443
with:
4544
gitRepo: ${{ env.GIT_REPO }}
4645
tasks: ${{ env.TASKS }}
47-
args: ${{ env.ARGS }}
4846
develocityUrl: ${{ env.DEVELOCITY_URL }}
4947
if: matrix.experimentId == 1
5048
- name: Run experiment 2
@@ -54,7 +52,6 @@ jobs:
5452
with:
5553
gitRepo: ${{ env.GIT_REPO }}
5654
tasks: ${{ env.TASKS }}
57-
args: ${{ env.ARGS }}
5855
develocityUrl: ${{ env.DEVELOCITY_URL }}
5956
failIfNotFullyCacheable: false
6057
if: matrix.experimentId == 2
@@ -65,7 +62,6 @@ jobs:
6562
with:
6663
gitRepo: ${{ env.GIT_REPO }}
6764
tasks: ${{ env.TASKS }}
68-
args: ${{ env.ARGS }}
6965
develocityUrl: ${{ env.DEVELOCITY_URL }}
7066
failIfNotFullyCacheable: false
7167
if: matrix.experimentId == 3

.github/workflows/run-experiments-micronaut-security.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ env:
1212
DEVELOCITY_URL: "https://ge.solutions-team.gradle.com"
1313
GIT_REPO: "https://github.com/micronaut-projects/micronaut-security"
1414
TASKS: "check"
15-
ARGS: "-DpredictiveTestSelection=false"
1615

1716
jobs:
1817
Experiment:
@@ -44,7 +43,6 @@ jobs:
4443
with:
4544
gitRepo: ${{ env.GIT_REPO }}
4645
tasks: ${{ env.TASKS }}
47-
args: ${{ env.ARGS }}
4846
develocityUrl: ${{ env.DEVELOCITY_URL }}
4947
if: matrix.experimentId == 1
5048
- name: Run experiment 2
@@ -54,7 +52,6 @@ jobs:
5452
with:
5553
gitRepo: ${{ env.GIT_REPO }}
5654
tasks: ${{ env.TASKS }}
57-
args: ${{ env.ARGS }}
5855
develocityUrl: ${{ env.DEVELOCITY_URL }}
5956
failIfNotFullyCacheable: false
6057
if: matrix.experimentId == 2
@@ -65,7 +62,6 @@ jobs:
6562
with:
6663
gitRepo: ${{ env.GIT_REPO }}
6764
tasks: ${{ env.TASKS }}
68-
args: ${{ env.ARGS }}
6965
develocityUrl: ${{ env.DEVELOCITY_URL }}
7066
failIfNotFullyCacheable: false
7167
if: matrix.experimentId == 3

.github/workflows/run-experiments-micronaut-spring.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ env:
1212
DEVELOCITY_URL: "https://ge.solutions-team.gradle.com"
1313
GIT_REPO: "https://github.com/micronaut-projects/micronaut-spring"
1414
TASKS: "check"
15-
ARGS: "-DpredictiveTestSelection=false"
15+
# Excludes:
16+
# - :test-suite:test - https://ge.micronaut.io/scans/failures?failures.failureClassification=verification&failures.failureMessage=Execution%20failed%20for%20task%20%27:test-suite:test%27.%0A%3E%20Test%20process%20encountered%20an%20unexpected%20problem.%0A%20%20%20%3E%20Could%20not%20start%20Gradle%20Test%20Executor%20*%20Failed%20to%20load%20JUnit%20Platform.%20%20Please%20ensure%20that%20all%20JUnit%20Platform%20dependencies%20are%20available%20on%20the%20test%27s%20runtime%20classpath%2C%20including%20the%20JUnit%20Platform%20launcher.&search.rootProjectNames=spring-parent&search.timeZoneId=America%2FChicago
17+
ARGS: "-x :test-suite:test"
1618

1719
jobs:
1820
Experiment:

.github/workflows/run-experiments-micronaut-starter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
DEVELOCITY_URL: "https://ge.solutions-team.gradle.com"
1313
GIT_REPO: "https://github.com/micronaut-projects/micronaut-starter"
1414
TASKS: "check"
15-
ARGS: "-DpredictiveTestSelection=false -x test-aws:test -x test-buildtool:test -x test-cli:test -x test-cloud:test -x test-core:test -x test-features:test"
15+
ARGS: "-x test-aws:test -x test-buildtool:test -x test-cli:test -x test-cloud:test -x test-core:test -x test-features:test"
1616

1717
jobs:
1818
Experiment:

0 commit comments

Comments
 (0)