-
Notifications
You must be signed in to change notification settings - Fork 2
60 lines (53 loc) · 1.71 KB
/
std_ui_latest_firefox.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# This workflow calls the master UI workflow with custom variables
# It will test deploying an application with s3 and ext registry configured
name: STD-UI-Latest-Firefox
on:
workflow_dispatch:
schedule:
- cron: '0 3 * * *'
jobs:
# I keep the following tests commented out in case someone want to enable them later.
# Those are the same tests we are running on chrome, main differences are:
# - Firefox browser
# - Epinio installed with s3 and external registry
# They were working but with too much flakyness.
# menu-tests:
#uses: ./.github/workflows/master_std_ui.yml
#with:
#browser: firefox
#cypress_docker: cypress/included:10.9.0
#cypress_spec: cypress/e2e/unit_tests/menu.spec.ts
#docker_options: '--user 1000'
#ext_reg: '1'
#s3: '1'
#secrets: inherit
#configurations-tests:
#uses: ./.github/workflows/master_std_ui.yml
#with:
#browser: firefox
#cypress_docker: cypress/included:10.9.0
#cypress_spec: cypress/e2e/unit_tests/configurations.spec.ts
#docker_options: '--user 1000'
#ext_reg: '1'
#s3: '1'
#secrets: inherit
#applications-tests:
#uses: ./.github/workflows/master_std_ui.yml
#with:
#browser: firefox
#cypress_docker: cypress/included:10.9.0
#cypress_spec: cypress/e2e/unit_tests/applications.spec.ts
#docker_options: '--user 1000'
#ext_reg: '1'
#s3: '1'
#secrets: inherit
namespaces-tests:
uses: ./.github/workflows/master_std_ui.yml
with:
browser: firefox
cypress_docker: cypress/included:10.9.0
cypress_spec: cypress/e2e/unit_tests/namespaces.spec.ts
docker_options: '--user 1000'
ext_reg: '1'
s3: '1'
secrets: inherit