UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 4edbd338 authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Merge branch 'loki_testing' into 'master'

Feat: testing loki chart tests

Closes platform-one/big-bang/apps/sandbox/loki#14

See merge request platform-one/big-bang/bigbang!1714
parents 89d9fe45 dde7235e
No related branches found
No related tags found
1 merge request!1714Feat: testing loki chart tests
Pipeline #831491 passed with warnings
......@@ -509,7 +509,7 @@ loki:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/loki.git
path: "./chart"
tag: "3.0.4-bb.0"
tag: "3.0.4-bb.1"
# -- Flux reconciliation overrides specifically for the Loki Package
flux: {}
......
......@@ -161,6 +161,7 @@ gatekeeper:
- jaeger/jaeger-operator-cypress-test
- monitoring/kube-prometheus-stack-cypress-test
- vault/vault-cypress-test
- logging/loki-cypress-test
# Allow kyverno test vectors for Helm test
- default/restrict-host-path-mount-.?
- default/restrict-host-path-write-.?
......@@ -255,6 +256,7 @@ gatekeeper:
- jaeger/jaeger-operator-cypress-test
- monitoring/kube-prometheus-stack-cypress-test
- vault/vault-cypress-test
- logging/loki-cypress-test
# Allow kyverno test vectors for Helm test
- default/restrict-host-path-mount-.?
- default/restrict-host-path-write-.?
......@@ -362,6 +364,7 @@ kyvernopolicies:
- jaeger
- monitoring
- vault
- logging
names:
- "*-cypress-test*"
parameters:
......@@ -381,6 +384,7 @@ kyvernopolicies:
- jaeger
- monitoring
- vault
- logging
names:
- "*-cypress-test*"
parameters:
......@@ -415,6 +419,7 @@ kyvernopolicies:
- jaeger
- monitoring
- vault
- logging
names:
- "*-cypress-test*"
update-image-pull-policy:
......@@ -515,7 +520,18 @@ loki:
memory: 400Mi
requests:
cpu: 200m
memory: 400Mi
memory: 400Mi
bbtests:
enabled: true
cypress:
artifacts: true
envs:
cypress_check_datasource: 'true'
cypress_grafana_url: 'https://grafana.bigbang.dev'
scripts:
image: registry1.dso.mil/ironbank/big-bang/base:1.17.0
envs:
LOKI_URL: 'http://logging-loki-write.logging.svc:3100'
tempo:
enabled: false
......
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