File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
1010 os : [ubuntu-latest]
1111 python-version :
1212 - 3.7
13- # - 3.9
13+ - 3.9
1414 # - 3.13
1515 splunk-version :
1616 - " 8.2"
17- # - "9.3"
17+ - " 9.3"
1818 # - "9.4"
1919 # - "latest"
2020 fail-fast : false
@@ -31,15 +31,15 @@ jobs:
3131 python-version : ${{ matrix.python-version }}
3232 - name : Install dependencies
3333 run : type -a python && python -m pip install tox
34- - name : Run Docker health check
35- # This probably does nothing
36- run : |
37- timeout 30s make wait_up
38- if [ $? -eq 124 ]; then
39- echo "Splunk failed to start within 30 seconds."
40- docker compose logs
41- exit 1
42- fi
34+ # - name: Run Docker health check
35+ # # This probably solves nothing
36+ # run: |
37+ # timeout 30s make wait_up
38+ # if [ $? -eq 124 ]; then
39+ # echo "Splunk failed to start within 30 seconds."
40+ # docker compose logs
41+ # exit 1
42+ # fi
4343 - name : Run test suite
4444 run : type -a python && python -m tox -e py
4545# [BJ] I'll uncomment this step after I finish fiddling
You can’t perform that action at this time.
0 commit comments