This repository was archived by the owner on Jun 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-11
lines changed Expand file tree Collapse file tree 3 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 11name : " Test Selenium Grid 4 deployment on Minikube Cluster"
22
33on :
4- push :
5- branches :
6- - trunk
7- pull_request :
8- branches :
9- - trunk
4+ workflow_dispatch :
105
116jobs :
127 deploy :
@@ -18,10 +13,10 @@ jobs:
1813 - name : Checkout
1914 uses : actions/checkout@v1
2015 - name : Setup Minikube
21- uses : manusa/actions-setup-minikube@v2.3.0
16+ uses : manusa/actions-setup-minikube@v2.4.3
2217 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 '
2520 github token : ${{ secrets.GITHUB_TOKEN }}
2621 driver : none
2722 - name : Interact with Minikube
Original file line number Diff line number Diff line change @@ -61,7 +61,8 @@ stderr_capture_maxbytes=50MB
6161
6262[program:selenium-node]
6363priority=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
6566autostart=true
6667autorestart=false
6768startsecs=0
Original file line number Diff line number Diff line change @@ -61,7 +61,8 @@ stderr_capture_maxbytes=50MB
6161
6262[program:selenium-standalone]
6363priority=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
6566autostart=true
6667autorestart=false
6768startsecs=0
You can’t perform that action at this time.
0 commit comments