Skip to content

Commit

Permalink
Update weekly workflow
Browse files Browse the repository at this point in the history
- Stop testing 23.1 builds from source, 23.1 is now being constantly
  tested against Quarkus main on the Quarkus repository.
- Stop testing Quarkus main with 22.3 builder image, as the latest JDK
  17 based Mandrel LTS version is 23.0. Test it with the 23.0 builder
  image instead.
  • Loading branch information
zakkak committed Oct 16, 2023
1 parent f5d06f2 commit 50fbb7f
Showing 1 changed file with 4 additions and 33 deletions.
37 changes: 4 additions & 33 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,36 +30,13 @@ concurrency:

jobs:
####
# Test Mandrel 23.1 with JDK 21
# Test Quarkus main with 23_0 quayio images
####
q-main-mandrel-23_1:
name: "Q main M 23.1"
q-main-mandrel-23_0-quayio:
name: "Q main M 23.0 image"
uses: graalvm/mandrel/.github/workflows/base.yml@default
with:
quarkus-version: "main"
version: "mandrel/23.1"
jdk: "21/ea"
issue-number: "563"
issue-repo: "graalvm/mandrel"
mandrel-it-issue-number: "198"
build-stats-tag: "gha-linux-qmain-m23_1-jdk21ea"
secrets:
ISSUE_BOT_TOKEN: ${{ secrets.MANDREL_BOT_TOKEN }}
UPLOAD_COLLECTOR_TOKEN: ${{ secrets.UPLOAD_COLLECTOR_TOKEN }}
q-main-mandrel-23_1-win:
name: "Q main M 23.1 windows"
uses: graalvm/mandrel/.github/workflows/base-windows.yml@default
with:
quarkus-version: "main"
version: "mandrel/23.1"
jdk: "21/ea"
issue-number: "562"
issue-repo: "graalvm/mandrel"
mandrel-it-issue-number: "199"
build-stats-tag: "gha-win-qmain-m23_1-jdk21ea"
secrets:
ISSUE_BOT_TOKEN: ${{ secrets.MANDREL_BOT_TOKEN }}
UPLOAD_COLLECTOR_TOKEN: ${{ secrets.UPLOAD_COLLECTOR_TOKEN }}
builder-image: "quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-17"
####
# Test Quarkus 3.2 with 23_0 quayio images
####
Expand All @@ -78,9 +55,3 @@ jobs:
with:
quarkus-version: "2.13.8.Final"
builder-image: "quay.io/quarkus/ubi-quarkus-mandrel-builder-image:22.3-java17"
q-main-mandrel-22_3-quayio:
name: "Q main M 22.3 image"
uses: graalvm/mandrel/.github/workflows/base.yml@default
with:
quarkus-version: "main"
builder-image: "quay.io/quarkus/ubi-quarkus-mandrel-builder-image:22.3-java17"

0 comments on commit 50fbb7f

Please sign in to comment.