UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Cypress updates

Merged Jimmy Bourque requested to merge cypress-updates into main
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -2075,7 +2075,7 @@ bbtests:
cypress_gitlab_first_name: "test"
cypress_gitlab_last_name: "user"
cypress_gitlab_username: "testuser"
cypress_gitlab_password: "1qaz!QAZ2wsx@WSX"
cypress_gitlab_password: "Password123h56a78"
cypress_gitlab_email: "testuser@example.com"
cypress_gitlab_project: "my-awesome-project"
cypress_keycloak_username: "cypress"
@@ -2090,9 +2090,9 @@ bbtests:
image: "registry1.dso.mil/bigbang-ci/gitlab-tester:0.0.4"
envs:
GITLAB_USER: "testuser"
GITLAB_PASS: "1qaz!QAZ2wsx@WSX"
GITLAB_PASS: "Password123h56a78"
GITLAB_EMAIL: "testuser@example.com"
GITLAB_PROJECT: "my-awesome-project"
GITLAB_REPOSITORY: http://gitlab-webservice-default.gitlab.svc.cluster.local:8181
GITLAB_ORIGIN: http://testuser:1qaz!QAZ2wsx@WSX@gitlab-webservice-default.gitlab.svc.cluster.local:8181
GITLAB_ORIGIN: http://testuser:Password123h56a78@gitlab-webservice-default.gitlab.svc.cluster.local:8181
GITLAB_REGISTRY: gitlab-registry-test-svc.gitlab.svc.cluster.local:80
\ No newline at end of file
Loading