Skip to content
Snippets Groups Projects
Commit 07c0207f authored by Sören Henning's avatar Sören Henning
Browse files

Merge branch 'update-graal-image' into 'theodolite-kotlin'

Update Graal Image in CI pipeline

See merge request !160
parents 3c69395a 868d38e4
No related branches found
No related tags found
2 merge requests!160Update Graal Image in CI pipeline,!159Re-implementation of Theodolite with Kotlin/Quarkus
Pipeline #3837 passed
......@@ -214,7 +214,9 @@ deploy-uc4-load-generator:
# Theodolite Framework
.theodolite:
image: ghcr.io/graalvm/graalvm-ce:java11-21.0.0.2
image:
name: ghcr.io/graalvm/native-image:java11-21.1.0
entrypoint: [""]
tags:
- exec-docker
variables:
......@@ -241,7 +243,6 @@ build-theodolite-native:
stage: build
extends: .theodolite
script:
- gu install native-image # TODO move to image
- ./gradlew --build-cache assemble -Dquarkus.package.type=native
when: manual
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment