UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit b1618629 authored by Daniel Stocum's avatar Daniel Stocum Committed by Colin McGuigan
Browse files

Resolve "Fix Cypress test pod requests/limits"

parent 8118bb85
No related branches found
No related tags found
1 merge request!140Resolve "Fix Cypress test pod requests/limits"
......@@ -2,6 +2,10 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.63.0-bb.3] - 2024-04-24
### Changed
- Fixed bug cypress test resource requests/limits
## [0.63.0-bb.2] - 2024-04-16
### Changed
- Updated gluon to 0.4.9
......
# gitlab-runner
![Version: 0.63.0-bb.2](https://img.shields.io/badge/Version-0.63.0--bb.2-informational?style=flat-square) ![AppVersion: v16.10.0](https://img.shields.io/badge/AppVersion-v16.10.0-informational?style=flat-square)
![Version: 0.63.0-bb.3](https://img.shields.io/badge/Version-0.63.0--bb.3-informational?style=flat-square) ![AppVersion: v16.10.0](https://img.shields.io/badge/AppVersion-v16.10.0-informational?style=flat-square)
GitLab Runner
......@@ -118,10 +118,6 @@ helm install gitlab-runner chart/
| networkPolicies.additionalPolicies | list | `[]` | |
| autoRegister.enabled | bool | `false` | |
| bbtests.enabled | bool | `false` | |
| bbtests.resources.requests.cpu | int | `2` | |
| bbtests.resources.requests.memory | string | `"6Gi"` | |
| bbtests.resources.limits.cpu | int | `2` | |
| bbtests.resources.limits.memory | string | `"12Gi"` | |
| bbtests.cypress.artifacts | bool | `true` | |
| bbtests.cypress.envs.cypress_url | string | `"http://gitlab-webservice-default.gitlab.svc.cluster.local:8181"` | |
| bbtests.cypress.envs.cypress_gitlab_project | string | `"runner-hello-world"` | |
......
apiVersion: v2
name: gitlab-runner
version: 0.63.0-bb.2
version: 0.63.0-bb.3
appVersion: v16.10.0
description: GitLab Runner
keywords:
......
......@@ -847,13 +847,6 @@ autoRegister:
bbtests:
enabled: false
resources:
requests:
cpu: 2
memory: "6Gi"
limits:
cpu: 2
memory: "12Gi"
cypress:
artifacts: true
envs:
......@@ -864,6 +857,6 @@ bbtests:
valueFrom:
secretKeyRef:
name: gitlab-gitlab-initial-root-password
key: password
key: password
openshift: false
\ No newline at end of file
......@@ -25,7 +25,7 @@ bbtests:
resources:
requests:
cpu: 2
memory: "8Gi"
memory: "4Gi"
limits:
cpu: 4
memory: "16Gi"
memory: "6Gi"
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