Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
ui-middleware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open Source Software
OX App Suite
Core
ui-middleware
Commits
ebc5489a
Commit
ebc5489a
authored
1 year ago
by
maik.schaefer
Browse files
Options
Downloads
Patches
Plain Diff
[CI] Add ui smoketests for preview deployments
parent
0a60a424
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+47
-0
47 additions, 0 deletions
.gitlab-ci.yml
helm/core-ui-middleware/Chart.lock
+4
-4
4 additions, 4 deletions
helm/core-ui-middleware/Chart.lock
with
51 additions
and
4 deletions
.gitlab-ci.yml
+
47
−
0
View file @
ebc5489a
...
...
@@ -33,3 +33,50 @@ deploy preview with prefix:
-
helm dep up helm/core-ui-middleware
-
helm upgrade -i preview-prefix helm/core-ui-middleware -f tmp-values.yaml --wait --timeout=$ROLLOUT_TIMEOUT
environment
:
null
.smoketest-rules
:
rules
:
-
if
:
$CI_COMMIT_REF_NAME =~ /^(\d+\.\d+\.\d+)$/
when
:
never
-
if
:
$CI_COMMIT_REF_NAME =~ /^(main|master)$/
variables
:
TAG_NAME
:
"
latest"
-
if
:
$CI_COMMIT_REF_NAME
variables
:
TAG_NAME
:
"
$CI_COMMIT_REF_SLUG"
ui smoketests
:
image
:
registry.gitlab.open-xchange.com/frontend/ui/e2e:latest
extends
:
-
.e2e-codeceptjs-preview
-
.smoketest-rules
variables
:
PROVISIONING_URL
:
https://appsuite-main.dev.oxui.de/
tags
:
-
e2e-hetzner
timeout
:
15 minutes
before_script
:
-
!reference
[
.e2e-codeceptjs-preview
,
before_script
]
-
export E2E_ADMIN_PW=$ADMIN_PW
-
export LAUNCH_URL=https://$PREVIEW_APP_NAME.dev.oxui.de/
-
echo "LAUNCH_URL=$LAUNCH_URL"
script
:
-
yarn e2e-rerun @smoketest
ui smoketests with prefix
:
image
:
registry.gitlab.open-xchange.com/frontend/ui/e2e:latest
extends
:
-
.e2e-codeceptjs-preview
-
.smoketest-rules
variables
:
PROVISIONING_URL
:
https://appsuite-main.dev.oxui.de/
tags
:
-
e2e-hetzner
timeout
:
15 minutes
before_script
:
-
!reference
[
.e2e-codeceptjs-preview
,
before_script
]
-
export E2E_ADMIN_PW=$ADMIN_PW
-
export LAUNCH_URL=https://$PREVIEW_APP_NAME-prefix.dev.oxui.de/appsuite/
-
echo "LAUNCH_URL=$LAUNCH_URL"
script
:
-
yarn e2e-rerun @smoketest
This diff is collapsed.
Click to expand it.
helm/core-ui-middleware/Chart.lock
+
4
−
4
View file @
ebc5489a
dependencies:
- name: ox-common
repository: oci://registry.open-xchange.com/
common
/charts
version: 1.0.
22
digest: sha256:
6f4a165037cb68495b80a0d4f8450a1261ad775e449b1d0dc36434f67f835881
generated: "202
2-10-24T15:56:40.009063
+02:00"
repository: oci://registry.open-xchange.com/
appsuite-core-internal
/charts
version: 1.0.
33
digest: sha256:
25056384361feffb1aa6bc8876508390a39056bcad316edeeba2af4c217d57a7
generated: "202
3-04-12T14:21:43.9129
+02:00"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment