Skip to content

Commit

Permalink
Move GraalVM CE JDK 21 build to weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
jerboaa authored and zakkak committed Nov 9, 2023
1 parent 4fa552a commit b434cef
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,6 @@ jobs:
build-stats-tag: "gha-linux-graal-qmain-glatest-jdk22ea"
secrets:
UPLOAD_COLLECTOR_TOKEN: ${{ secrets.UPLOAD_COLLECTOR_TOKEN }}
q-main-graal-21-latest:
name: "Q main G 21 latest"
uses: graalvm/mandrel/.github/workflows/base.yml@default
with:
quarkus-version: "main"
version: "graal/master"
build-type: "graal-source"
jdk: "21/ea"
build-stats-tag: "gha-linux-graal-qmain-glatest-jdk21ea"
secrets:
UPLOAD_COLLECTOR_TOKEN: ${{ secrets.UPLOAD_COLLECTOR_TOKEN }}
q-main-mandrel-22-latest:
name: "Q main M 22 latest"
uses: graalvm/mandrel/.github/workflows/base.yml@default
Expand Down
15 changes: 15 additions & 0 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,21 @@ jobs:
# ISSUE_BOT_TOKEN: ${{ secrets.MANDREL_BOT_TOKEN }}
# UPLOAD_COLLECTOR_TOKEN: ${{ secrets.UPLOAD_COLLECTOR_TOKEN }}
####
# Test Q main and GraalVM CE JDK 21 since Mandrel 21 builds are
# currently not possible (#598)
####
q-main-graal-21-latest:
name: "Q main G 21 latest"
uses: graalvm/mandrel/.github/workflows/base.yml@default
with:
quarkus-version: "main"
version: "graal/master"
build-type: "graal-source"
jdk: "21/ea"
build-stats-tag: "gha-linux-graal-qmain-glatest-jdk21ea"
secrets:
UPLOAD_COLLECTOR_TOKEN: ${{ secrets.UPLOAD_COLLECTOR_TOKEN }}
####
# Test Q main and Mandrel 23.1 JDK 21
####
q-main-mandrel-23_1:
Expand Down

0 comments on commit b434cef

Please sign in to comment.