-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathtest-functional-microshift.yaml
More file actions
49 lines (38 loc) · 1.06 KB
/
test-functional-microshift.yaml
File metadata and controls
49 lines (38 loc) · 1.06 KB
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
name: test-functional-microshift
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
PYTHONWARNINGS: ignore
KUBECONFIG: ${{ github.workspace }}/kubeconfig
ACCT_MGT_VERSION: "cecbe131843e5033ab6f6fdce2b5a8af58d80f9d"
DB_URL: "postgres://postgres:postgres@localhost:5432/postgres"
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: 3.12
- name: Fix for "grup-efi-amd64-signed" missing
run: |
sudo apt-mark hold grub-efi-amd64-signed
- name: Upgrade and install packages
run: |
bash ./ci/setup-ubuntu.sh
- name: Install oc/kubectl clients
run: |
bash ./ci/setup-oc-client.sh
- name: Install Microshift
run: |
./ci/microshift.sh
- name: Install ColdFront and plugin
run: |
./ci/setup.sh
- name: Run functional tests
run: |
./ci/run_functional_tests_openshift.sh