Skip to content

Commit

Permalink
Skip testing 3005rc2 on windows for now
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
  • Loading branch information
s0undt3ch committed Aug 22, 2022
1 parent 26eee44 commit ae4189a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,9 @@ jobs:
- {"python-version": "3.7", "pytest-version": "~=6.2.0", "salt-version": "salt==3005rc2"}
- {"python-version": "3.7", "pytest-version": "~=7.0.0", "salt-version": "salt==3005rc2"}
- {"python-version": "3.7", "pytest-version": "~=7.1.0", "salt-version": "salt==3005rc2"}
- {"python-version": "3.8", "pytest-version": "~=6.2.0", "salt-version": "salt==3005rc2"}
- {"python-version": "3.8", "pytest-version": "~=7.0.0", "salt-version": "salt==3005rc2"}
- {"python-version": "3.8", "pytest-version": "~=7.1.0", "salt-version": "salt==3005rc2"}

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions changelog/136.trivial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ CI and internal changes:
* Bump python version to 3.9 for lint workflow
* Bumped pylint requirement to `2.14.5` and cleaned up issues
* Don't build the salt minion container during test runs, pull an existing container.
* Skip testing 3005rc2 on windows for now.

0 comments on commit ae4189a

Please sign in to comment.