File tree 3 files changed +8
-11
lines changed
3 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 1
1
name : " Test Selenium Grid 4 deployment on Minikube Cluster"
2
2
3
3
on :
4
- push :
5
- branches :
6
- - trunk
7
- pull_request :
8
- branches :
9
- - trunk
4
+ workflow_dispatch :
10
5
11
6
jobs :
12
7
deploy :
@@ -18,10 +13,10 @@ jobs:
18
13
- name : Checkout
19
14
uses : actions/checkout@v1
20
15
- name : Setup Minikube
21
- uses : manusa/actions-setup-minikube@v2.3.0
16
+ uses : manusa/actions-setup-minikube@v2.4.3
22
17
with :
23
- minikube version : " v1.13.1 "
24
- kubernetes version : " v1.19.2 "
18
+ minikube version : ' v1.24.0 '
19
+ kubernetes version : ' v1.23.0 '
25
20
github token : ${{ secrets.GITHUB_TOKEN }}
26
21
driver : none
27
22
- name : Interact with Minikube
Original file line number Diff line number Diff line change @@ -61,7 +61,8 @@ stderr_capture_maxbytes=50MB
61
61
62
62
[program:selenium-node]
63
63
priority=15
64
- command=/opt/bin/start-selenium-node.sh
64
+ command=bash -c "/opt/bin/start-selenium-node.sh && kill -s SIGINT `cat /var/run/supervisor/supervisord.pid`"
65
+ stopasgroup = true
65
66
autostart=true
66
67
autorestart=false
67
68
startsecs=0
Original file line number Diff line number Diff line change @@ -61,7 +61,8 @@ stderr_capture_maxbytes=50MB
61
61
62
62
[program:selenium-standalone]
63
63
priority=15
64
- command=/opt/bin/start-selenium-standalone.sh
64
+ command=bash -c "/opt/bin/start-selenium-standalone.sh && kill -s SIGINT `cat /var/run/supervisor/supervisord.pid`"
65
+ stopasgroup = true
65
66
autostart=true
66
67
autorestart=false
67
68
startsecs=0
You can’t perform that action at this time.
0 commit comments