Skip to content

Commit

Permalink
latest CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrothstein committed Oct 25, 2023
1 parent ef848ca commit e73b166
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 51 deletions.
44 changes: 3 additions & 41 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,43 +1,5 @@
---
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: install task
uses: arduino/setup-task@v1
with:
repo-token: ${{ github.token }}
- name: task ver
run: task --version
- name: download task mono
uses: actions/checkout@v3
with:
path: taskmono
ref: develop
repository: andrewrothstein/tasks
- name: 'task #ftw'
run: task -t taskmono/ansible-test-role.yml "targetuser=${{ github.actor }}"
"targetpwd=${{ github.token }}" "alltags=${{ matrix.os }}"
strategy:
fail-fast: false
matrix:
os:
- archlinux_latest
- debian_bookworm
- debian_bullseye
- fedora_37
- fedora_38
- rockylinux_8
- rockylinux_9
- ubuntu_focal
- ubuntu_jammy
python-version:
- '3.11'
name: dcb
'on':
- push
bake-ansible-images-v1:
uses: andrewrothstein/.github/.github/workflows/bake-ansible-images-v1.yml@develop
'on': push
10 changes: 0 additions & 10 deletions dcb-os.yml

This file was deleted.

38 changes: 38 additions & 0 deletions platform-matrix-v1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
[
{
"OS": "archlinux",
"OS_VER": "latest"
},
{
"OS": "debian",
"OS_VER": "bookworm"
},
{
"OS": "debian",
"OS_VER": "bullseye"
},
{
"OS": "fedora",
"OS_VER": "37"
},
{
"OS": "fedora",
"OS_VER": "38"
},
{
"OS": "rockylinux",
"OS_VER": "8"
},
{
"OS": "rockylinux",
"OS_VER": "9"
},
{
"OS": "ubuntu",
"OS_VER": "focal"
},
{
"OS": "ubuntu",
"OS_VER": "jammy"
}
]

0 comments on commit e73b166

Please sign in to comment.