From 6f8a5ec3aae4cc590a4f8a0a170d228360192e0e Mon Sep 17 00:00:00 2001 From: brandt keller <brandt.keller@defenseunicorns.com> Date: Tue, 3 May 2022 19:28:12 +0000 Subject: [PATCH] tempo ci testing values update --- chart/values.yaml | 2 +- tests/test-values.yaml | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index 51686882f8..576fbee365 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -552,7 +552,7 @@ tempo: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/tempo.git path: "./chart" - tag: "0.14.2-bb.1" + tag: "0.14.2-bb.3" # -- Redirect the package ingress to a specific Istio Gateway (listed in `istio.gateways`). The default is "public". ingress: diff --git a/tests/test-values.yaml b/tests/test-values.yaml index 3051bcb487..20bc84cb32 100644 --- a/tests/test-values.yaml +++ b/tests/test-values.yaml @@ -510,6 +510,19 @@ tempo: requests: cpu: 200m memory: 128Mi + bbtests: + enabled: true + cypress: + artifacts: true + envs: + cypress_url: 'https://tempo.bigbang.dev' + cypress_tempo_datasource: 'http://tempo-tempo.tempo.svc:3100' + cypress_check_datasource: 'true' + cypress_grafana_url: 'https://grafana.bigbang.dev' + scripts: + image: registry1.dso.mil/ironbank/big-bang/base:1.2.0 + envs: + TEMPO_METRICS_URL: 'http://tempo-tempo.tempo.svc:3100' persistence: enabled: true -- GitLab