-
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pin Debian 10/Ubuntu 16 tests to NetBox 2.7
- Loading branch information
Showing
2 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
netbox_stable: true | ||
netbox_stable_version: 2.7.12 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,20 @@ | ||
[netbox:children] | ||
netbox_stable | ||
netbox_stable_2_7 | ||
netbox_git | ||
|
||
[netbox_stable] | ||
debian-buster-stable | ||
debian-stretch-stable | ||
ubuntu-bionic-stable | ||
ubuntu-xenial-stable | ||
centos-7-stable | ||
|
||
# The following distributions don't have Python 3.6 in standard repos, so pin | ||
# them to the last supported stable NetBox release (2.7.12) | ||
[netbox_stable_2_7] | ||
debian-stretch-stable | ||
ubuntu-xenial-stable | ||
|
||
[netbox_git] | ||
debian-buster-git | ||
debian-stretch-git | ||
ubuntu-bionic-git | ||
ubuntu-xenial-git | ||
centos-7-git |