Skip to content

Commit

Permalink
Merge pull request #150 from carlosmmatos/slim-ci-jobs
Browse files Browse the repository at this point in the history
Slimming down OS's for CI
  • Loading branch information
redhatrises committed Feb 3, 2022
2 parents 067e478 + 268c3d0 commit 11cbbe6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 12 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/falcon_configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ jobs:
molecule_distro:
- { "distro":"centos7" }
- { "distro":"rockylinux8" }
- { "distro":"amazonlinux2" }
- { "distro":"ubuntu2004" }
- { "distro":"debian10" }
collection_role:
- falcon_configure
steps:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/falcon_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ jobs:
molecule_distro:
- { "distro":"centos7" }
- { "distro":"rockylinux8" }
- { "distro":"amazonlinux2" }
- { "distro":"ubuntu2004" }
- { "distro":"debian10" }
collection_role:
- falcon_install
steps:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/falcon_uninstall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ jobs:
molecule_distro:
- { "distro":"centos7" }
- { "distro":"rockylinux8" }
- { "distro":"amazonlinux2" }
- { "distro":"ubuntu2004" }
- { "distro":"debian10" }
collection_role:
- falcon_uninstall
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/win_falcon_configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
fail-fast: false
matrix:
molecule_distro:
- { "distro":"WindowsServer2012R2" }
- { "distro":"WindowsServer2016" }
# - { "distro":"WindowsServer2012R2" }
# - { "distro":"WindowsServer2016" }
- { "distro":"WindowsServer2019" }
collection_role:
- falcon_configure
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/win_falcon_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
fail-fast: false
matrix:
molecule_distro:
- { "distro":"WindowsServer2012R2" }
- { "distro":"WindowsServer2016" }
# - { "distro":"WindowsServer2012R2" }
# - { "distro":"WindowsServer2016" }
- { "distro":"WindowsServer2019" }
collection_role:
- falcon_install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/win_falcon_uninstall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
fail-fast: false
matrix:
molecule_distro:
- { "distro":"WindowsServer2012R2" }
- { "distro":"WindowsServer2016" }
# - { "distro":"WindowsServer2012R2" }
# - { "distro":"WindowsServer2016" }
- { "distro":"WindowsServer2019" }
collection_role:
- falcon_uninstall
Expand Down

0 comments on commit 11cbbe6

Please sign in to comment.