mirror of
https://github.com/linux-system-roles/network.git
synced 2026-07-21 02:11:23 +00:00
ci: get rid of integration tests - broken, unmaintained
The container based integration tests are broken and unmaintained. We don't need them anymore anyway. If you want to run tests in a container, use tox-lsr. https://github.com/linux-system-roles/tox-lsr?tab=readme-ov-file#container-testing Signed-off-by: Rich Megginson <rmeggins@redhat.com>
This commit is contained in:
parent
c0b8196731
commit
d1083aa289
6 changed files with 0 additions and 310 deletions
30
.github/workflows/integration.yml
vendored
30
.github/workflows/integration.yml
vendored
|
|
@ -1,30 +0,0 @@
|
|||
name: integration
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
merge_group:
|
||||
branches:
|
||||
- main
|
||||
types:
|
||||
- checks_requested
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
integration:
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- os: "c7"
|
||||
- os: "c8s"
|
||||
- os: "c9s"
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Run tests
|
||||
run: sudo .github/run_test.sh --os ${{ matrix.os }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue