From 8936330e115ebca6103e2f6b90b7b1870b019ac6 Mon Sep 17 00:00:00 2001 From: Joe Foster <joefoster@seed-innovations.com> Date: Tue, 28 Jan 2025 09:27:12 -0700 Subject: [PATCH] updating bbtests values --- tests/test-values.yaml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/tests/test-values.yaml b/tests/test-values.yaml index ae7dea7d17..664813b530 100644 --- a/tests/test-values.yaml +++ b/tests/test-values.yaml @@ -1527,16 +1527,13 @@ addons: persistence: size: 256Mi bbtests: - # TODO: turn these back on once we get 2.39.0 out the door, provided we've managed to fix or remove the failing gitlab script tests - enabled: false - #cypress: - # envs: - # cypress_url: https://gitlab.dev.bigbang.mil - # scripts: - # envs: - # GITLAB_REPOSITORY: https://gitlab.dev.bigbang.mil - # GITLAB_ORIGIN: https://testuser:Password123h56a78@gitlab.dev.bigbang.mil - # GITLAB_REGISTRY: registry.dev.bigbang.mil + enabled: true + cypress: + envs: + cypress_url: https://gitlab.dev.bigbang.mil + scripts: + envs: + GITLAB_REGISTRY: registry.dev.bigbang.mil gitlabRunner: enabled: false -- GitLab