Skip to content

Commit ec11167

Browse files
committed
Enable only Python 3.7, 3.9 and splunk 8.2 and 9.4
1 parent 5f74aab commit ec11167

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/test.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)