Content-Length: 225985 | pFad | http://github.com/ansible-collections/community.zabbix/actions/runs/18262808701/workflow

81 ensure dbuser have full access on db schema - no matter if custom or default Fix run for suse15 · ansible-collections/community.zabbix@c59eb18 · GitHub
Skip to content

Fix TimescaleDB extension creation on custom schema #2541

Fix TimescaleDB extension creation on custom schema

Fix TimescaleDB extension creation on custom schema #2541

Workflow file for this run

---
name: repo-sanity
on:
push:
pull_request:
jobs:
tox-linters:
name: Tox-Lint (py${{ matrix.python }})
strategy:
matrix:
python:
- '3.12'
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
with:
path: ansible_collections/community/zabbix
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- name: Install dependencies
run: pip install flake8 tox
- name: Run lint test for py3
run: tox -elinters-py3 -vv
working-directory: ./ansible_collections/community/zabbix
sanity:
name: Sanity (Ⓐ${{ matrix.ansible }}+py${{ matrix.python }})
strategy:
matrix:
ansible:
# It's important that Sanity is tested against all stable-X.Y branches
# Testing against `devel` may fail as new tests are added.
# https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-changelogs
- stable-2.16
- stable-2.17
- stable-2.18
- stable-2.19
- devel
python:
- '3.12'
runs-on: ubuntu-latest
steps:
# ansible-test requires the collection to be in a directory in the form
# .../ansible_collections/NAMESPACE/COLLECTION_NAME/
- name: Check out code
uses: actions/checkout@v4
with:
path: ansible_collections/community/zabbix
- name: Set up Python ${{ matrix.ansible }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
# Install the head of the given branch (devel, stable-2.10)
- name: Install ansible-base (${{ matrix.ansible }})
run: pip install https://github.com/ansible/ansible/archive/${{ matrix.ansible }}.tar.gz --disable-pip-version-check
# run ansible-test sanity inside of Docker.
# The docker container has all the pinned dependencies that are required.
# Explicity specify the version of Python we want to test
- name: Run sanity tests
run: ansible-test sanity --docker -v --color --exclude molecule/ --python ${{ matrix.python }}
working-directory: ./ansible_collections/community/zabbix








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/ansible-collections/community.zabbix/actions/runs/18262808701/workflow

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy