Skip to content

Commit

Permalink
Run monitoring test on self hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
drmatthews committed Dec 20, 2023
1 parent 1db5bd3 commit 8c6ab94
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/molecule-monitoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ on:

jobs:
molecule-monitoring:
runs-on: ubuntu-latest
runs-on: [self-hosted, mirsg-linux]
container: python:3.12-slim-bullseye

strategy:
fail-fast: true
matrix:
scenario:
# - centos7_monitoring
- centos7_monitoring
- rocky9_monitoring
env:
MOLECULE_RUN_TAGS: monitoring
Expand All @@ -27,15 +29,13 @@ jobs:
with:
path: ansible_collections/mirsg/infrastructure

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Install dependencies
run: |
apt-get update && apt-get -y install git rsync
- name: Install test dependencies
- name: Install Python dependencies
shell: bash
run: |
sudo apt-get update && sudo apt-get -y install rsync
python3 -m pip install --upgrade pip
python3 -m pip install \
ansible \
Expand Down

0 comments on commit 8c6ab94

Please sign in to comment.