Skip to content

Commit 8768925

Browse files
committed
switch config-daemon to use controller-runtime
Signed-off-by: Sebastian Sch <[email protected]>
1 parent 9eba47d commit 8768925

File tree

20 files changed

+1443
-1243
lines changed

20 files changed

+1443
-1243
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,19 @@ jobs:
4040
- name: Check out code into the Go module directory
4141
uses: actions/checkout@v2
4242

43-
- name: test pkg
44-
run: make test-pkg
43+
- name: test pkg on kubernetes
44+
run: CLUSTER_TYPE=kubernetes make test-pkg
45+
46+
- name: test pkg on openshift
47+
run: CLUSTER_TYPE=openshift make test-pkg
4548

4649
- name: test cmd
4750
run: make test-cmd
4851

4952
- name: test api
5053
run: make test-api
5154

52-
- name: test controllers on opensfhit
55+
- name: test controllers on openshift
5356
run: CLUSTER_TYPE=openshift make test-controllers
5457

5558
- name: test controllers on kubernetes

0 commit comments

Comments
 (0)