From beff9c156d051bdd789b22264699ba2650cf0f59 Mon Sep 17 00:00:00 2001 From: Foivos Zakkak Date: Thu, 22 Aug 2024 17:24:52 +0300 Subject: [PATCH] [CI] Stop testing Quarkus main with Mandrel 23.0 Mandrel 23.0 is no longer supported by Quarkus main and we started seeing failures that are not expected to get fixed. See https://github.com/graalvm/mandrel/issues/783 --- .github/workflows/weekly.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index eaff07ed54b3..616a11646d8a 100644 --- a/.github/workflows/weekly.yml +++ b/.github/workflows/weekly.yml @@ -187,18 +187,6 @@ jobs: ISSUE_BOT_TOKEN: ${{ secrets.MANDREL_BOT_TOKEN }} UPLOAD_COLLECTOR_TOKEN: ${{ secrets.UPLOAD_COLLECTOR_TOKEN }} #### - # Test Q main and Mandrel 23.0 JDK 17 - #### - q-main-mandrel-23_0: - name: "Q main M 23.0 JDK 17" - uses: ./.github/workflows/base.yml - with: - quarkus-version: "main" - build-type: "mandrel-source-nolocalmvn" - version: "mandrel/23.0" - jdk: "17/ea" - mandrel-packaging-version: "23.0" - #### # Test Quarkus 3.2 with Mandrel 23.0 JDK 17 #### q-3_2-mandrel-23_0: