Skip to content

Integration

Integration #31

Workflow file for this run

name: Integration
on:
pull_request_target:
branches: [main]
types:
- labeled
- opened
- reopened
- synchronize
paths:
- "plugins/**"
- "tests/integration/**"
workflow_dispatch:
jobs:
integration:
uses: ansible/ansible-content-actions/.github/workflows/network_integration.yaml@main
with:
lab_title: cisco_ios
network_os: cisco.ios.ios
pytest_addopts: "--color=yes -n 2 --log-level WARNING -vvv"
collection_pre_install: >-
git+https://github.com/ansible-collections/ansible.utils.git
git+https://github.com/ansible-collections/ansible.netcommon.git
secrets:
cml_ssh_password: ${{ secrets.CML_SSH_PASSWORD }}
virl_host: ${{ secrets.VIRL_HOST }}
virl_password: ${{ secrets.VIRL_PASSWORD }}