Skip to content

Commit

Permalink
latest CIs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrothstein committed Jun 17, 2024
1 parent 6d30d16 commit 2d8bd76
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 73 deletions.
47 changes: 3 additions & 44 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,46 +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:
- alpine_3.17
- alpine_3.18
- alpine_edge
- 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
13 changes: 0 additions & 13 deletions dcb-os.yml

This file was deleted.

32 changes: 16 additions & 16 deletions meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
---
galaxy_info:
author: Andrew Rothstein
description: role for configuring http(s) network proxies
company: BlackRock
license:
- MIT
min_ansible_version: 2.0
description: role for configuring http(s) network proxies
galaxy_tags:
- network
license: MIT
min_ansible_version: '2.0'
namespace: andrewrothstein
platforms:
- name: Alpine
version:
- all
- name: Archlinux
version:
versions:
- all
- name: EL
- name: ArchLinux
versions:
- 8
- 9
- all
- name: Debian
versions:
- bookworm
- bullseye
- name: EL
versions:
- '8'
- '9'
- name: Fedora
versions:
- 37
- 38
- '39'
- '40'
- name: Ubuntu
versions:
- focal
- jammy
galaxy_tags:
- network
- noble
role_name: proxify
50 changes: 50 additions & 0 deletions platform-matrix-v1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
[
{
"OS": "alpine",
"OS_VER": "3.19"
},
{
"OS": "alpine",
"OS_VER": "3.20"
},
{
"OS": "alpine",
"OS_VER": "edge"
},
{
"OS": "archlinux",
"OS_VER": "latest"
},
{
"OS": "debian",
"OS_VER": "bookworm"
},
{
"OS": "debian",
"OS_VER": "bullseye"
},
{
"OS": "fedora",
"OS_VER": "39"
},
{
"OS": "fedora",
"OS_VER": "40"
},
{
"OS": "rockylinux",
"OS_VER": "8"
},
{
"OS": "rockylinux",
"OS_VER": "9"
},
{
"OS": "ubuntu",
"OS_VER": "jammy"
},
{
"OS": "ubuntu",
"OS_VER": "noble"
}
]

0 comments on commit 2d8bd76

Please sign in to comment.