mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
Closes #43075 (cherry picked from commit f7803ae041c28d1ced0063be845516bcf7e142f8) Signed-off-by: Václav Muzikář <vmuzikar@redhat.com>
This commit is contained in:
parent
f4af3e2d23
commit
0e23391eb9
6
.github/workflows/operator-ci.yml
vendored
6
.github/workflows/operator-ci.yml
vendored
@ -10,8 +10,8 @@ on:
|
||||
|
||||
env:
|
||||
MAVEN_ARGS: "-B -nsu -Daether.connector.http.connectionMaxTtl=25"
|
||||
MINIKUBE_VERSION: v1.32.0
|
||||
KUBERNETES_VERSION: v1.27.10 # OCP 4.14
|
||||
MINIKUBE_VERSION: v1.37.0
|
||||
KUBERNETES_VERSION: v1.32.9 # OCP 4.19
|
||||
MINIKUBE_MEMORY: 4096 # Without explicitly setting memory, minikube uses ~25% of available memory which might be too little on smaller GitHub runners for running the tests
|
||||
|
||||
defaults:
|
||||
@ -96,7 +96,7 @@ jobs:
|
||||
kubernetes version: ${{ env.KUBERNETES_VERSION }}
|
||||
github token: ${{ secrets.GITHUB_TOKEN }}
|
||||
driver: docker
|
||||
start args: --addons=ingress --memory=${{ env.MINIKUBE_MEMORY }} --cni cilium --cpus=max
|
||||
start args: --addons=ingress --memory=${{ env.MINIKUBE_MEMORY }} --cni calico --cpus=max
|
||||
|
||||
- name: Download keycloak distribution
|
||||
id: download-keycloak-dist
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user