File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,12 @@ jobs:
51
51
52
52
# Stick to python 3.7 instead of 3.8, as ansible-test sanity is not compatible with 3.7
53
53
# https://github.com/ansible/ansible/issues/67118
54
- - name : " Python 3.7 - Netbox 2.8 - Latest PyPi Ansible"
54
+
55
+ # Use "snapshot" docker image until netbox-community/netbox#4496 is in a release build of 2.8
56
+ - name : " Python 3.7 - Netbox 2.8 (snapshot) - Latest PyPi Ansible"
55
57
python : 3.7
56
58
env :
57
- - PYTHON_VER=3.7 VERSION=v2.8 INTEGRATION_TESTS=latest
59
+ - PYTHON_VER=3.7 VERSION=snapshot INTEGRATION_TESTS=latest
58
60
install :
59
61
- cd ..
60
62
# Setup netbox container for integration testing
@@ -132,8 +134,8 @@ script:
132
134
# Run the inventory test first, in case any of the other tests modify the data.
133
135
# -vvvv is too much for integration tests
134
136
- ansible-test integration -vv --coverage --python $PYTHON_VER inventory
135
- - ansible-test integration -vvv --coverage --python $PYTHON_VER regression
136
- - ansible-test integration -vvv --coverage --python $PYTHON_VER $INTEGRATION_TESTS
137
+ - ansible-test integration -vv --coverage --python $PYTHON_VER regression
138
+ - ansible-test integration -vv --coverage --python $PYTHON_VER $INTEGRATION_TESTS
137
139
138
140
# Report code coverage
139
141
- ansible-test coverage report --all --omit "tests/*,hacking/*" --show-missing
You can’t perform that action at this time.
0 commit comments