Skip to content

Commit

Permalink
Updated versions in Molecule tests (#293)
Browse files Browse the repository at this point in the history
* Removed not used file;Updated versions

* Added requirements file to the watch files for the molecule tests ci github actions workflow process thingie
  • Loading branch information
dj-wasabi authored Dec 25, 2020
1 parent 94d61c6 commit 6100751
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ on:
paths:
- 'roles/zabbix_agent/**'
- 'molecule/zabbix_agent/**'
- 'molecule/requirements.txt'
- '.github/workflows/agent.yml'
pull_request:
paths:
- 'roles/zabbix_agent/**'
- 'molecule/zabbix_agent/**'
- 'molecule/requirements.txt'
- '.github/workflows/agent.yml'
jobs:
molecule:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/javagateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ on:
paths:
- 'roles/zabbix_javagateway/**'
- 'molecule/zabbix_javagateway/**'
- 'molecule/requirements.txt'
- '.github/workflows/javagateway.yml'
pull_request:
paths:
- 'roles/zabbix_javagateway/**'
- 'molecule/zabbix_javagateway/**'
- 'molecule/requirements.txt'
- '.github/workflows/javagateway.yml'
jobs:
molecule:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ on:
paths:
- 'roles/zabbix_proxy/**'
- 'molecule/zabbix_proxy/**'
- 'molecule/requirements.txt'
- '.github/workflows/proxy.yml'
pull_request:
paths:
- 'roles/zabbix_proxy/**'
- 'molecule/zabbix_proxy/**'
- 'molecule/requirements.txt'
- '.github/workflows/proxy.yml'
jobs:
molecule:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ on:
paths:
- 'roles/zabbix_server/**'
- 'molecule/zabbix_server/**'
- 'molecule/requirements.txt'
- '.github/workflows/server.yml'
pull_request:
paths:
- 'roles/zabbix_server/**'
- 'molecule/zabbix_server/**'
- 'molecule/requirements.txt'
- '.github/workflows/server.yml'
jobs:
molecule:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ on:
paths:
- 'roles/zabbix_web/**'
- 'molecule/zabbix_web/**'
- 'molecule/requirements.txt'
- '.github/workflows/web.yml'
pull_request:
paths:
- 'roles/zabbix_web/**'
- 'molecule/zabbix_web/**'
- 'molecule/requirements.txt'
- '.github/workflows/web.yml'
jobs:
molecule:
Expand Down
13 changes: 7 additions & 6 deletions molecule/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Install CI dependencies for the Zabbix Roles
ansible==2.9.11
ansible-lint==4.2.0
docker==4.2.1
molecule==3.0.4
netaddr==0.7.19
testinfra==5.2.1
ansible==2.10.4
ansible-lint==4.3.7
docker==4.3.1
molecule==3.2.1
molecule-docker==0.2.4
netaddr==0.8.0
pytest-testinfra==6.1.0
zabbix-api==0.5.4
ipaddr==2.2.0
ipaddress==1.0.23
3 changes: 0 additions & 3 deletions requirements-roles.yml

This file was deleted.

0 comments on commit 6100751

Please sign in to comment.