Skip to content

Commit d4880a2

Browse files
committed
More runs, slower machine.
1 parent 30d763a commit d4880a2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/compiler.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,17 @@ on:
66
- '**'
77

88
env:
9-
MAVEN_OPTS: "-Xmx4G -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Dorg.slf4j.simpleLogger.showDateTime=true -Djava.awt.headless=true"
109
IS_OWN_PR: "${{ secrets.MAVEN_MIRROR_URL }}"
1110

1211
jobs:
1312
compiler-tests:
1413
name: "Compiler Tests (${{matrix.run}})"
1514
if: ${{ !(github.ref == 'refs/heads/main' && contains(github.event.head_commit.message, '[maven-release-plugin]')) }}
1615
# needs: [test-linux] # CHANGED w.r.t buid.yaml
17-
runs-on: buildjet-4vcpu-ubuntu-2204
16+
runs-on: buildjet-2vcpu-ubuntu-2204
1817
strategy: # CHANGED w.r.t. buildyaml
1918
matrix:
20-
run: [1, 2, 3, 4, 5, 6] # based on 50% failure rate, this gives us ~1% chance of a false negative
19+
run: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]
2120
env:
2221
MAVEN_OPTS: "-Xmx512M -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Dorg.slf4j.simpleLogger.showDateTime=true -Djava.awt.headless=true"
2322
steps:

0 commit comments

Comments
 (0)