Skip to content

Commit

Permalink
clean up CI. latest dep roles.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrothstein committed Jun 1, 2021
1 parent d160eeb commit 81e1138
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 23 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,13 @@ branches:
dist: focal
env:
- OS=archlinux_latest
- OS=centos_7
- OS=centos_8
- OS=debian_bullseye
- OS=debian_buster
- OS=debian_stretch
- OS=fedora_31
- OS=fedora_32
- OS=ubi8_8.1
- OS=ubi8_8.2
- OS=fedora_34
- OS=fedora_35
- OS=ubuntu_bionic
- OS=ubuntu_focal
- OS=ubuntu_xenial
language: python
python: '3.9'
script:
Expand Down
9 changes: 2 additions & 7 deletions dcb-os.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
- archlinux_latest
- centos_7
- centos_8
- debian_bullseye
- debian_buster
- debian_stretch
- fedora_31
- fedora_32
- ubi8_8.1
- ubi8_8.2
- fedora_34
- fedora_35
- ubuntu_bionic
- ubuntu_focal
- ubuntu_xenial
11 changes: 4 additions & 7 deletions meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- role: andrewrothstein.unarchive-deps
version: v1.1.5
version: v1.2.0
- openjdk_app: jdk
role: andrewrothstein.openjdk
version: v2.0.14
version: v2.0.15
galaxy_info:
author: Andrew Rothstein
company: BlackRock
Expand All @@ -22,17 +22,14 @@ galaxy_info:
versions:
- bullseye
- buster
- stretch
- name: EL
versions:
- 7
- 8
- name: Fedora
versions:
- 31
- 32
- 34
- 35
- name: Ubuntu
versions:
- bionic
- focal
- xenial
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ansible-galaxy-local-deps == 0.0.14
dcb == 0.0.17
ansible-galaxy-local-deps == 0.0.20
dcb == 0.0.19

0 comments on commit 81e1138

Please sign in to comment.