mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2025-09-07 18:11:07 +02:00
51 lines
1.8 KiB
YAML
51 lines
1.8 KiB
YAML
---
|
|
#
|
|
# Ansible managed
|
|
#
|
|
language: python
|
|
|
|
os: linux
|
|
dist: xenial
|
|
|
|
python:
|
|
- "3.8"
|
|
|
|
services:
|
|
- docker
|
|
|
|
env:
|
|
global:
|
|
namespace="robertdebock"
|
|
jobs:
|
|
- image="alpine" tag="latest"
|
|
- image="alpine" tag="edge"
|
|
- image="centos" tag="7"
|
|
- image="centos" tag="latest"
|
|
- image="debian" tag="latest"
|
|
- image="debian" tag="bullseye"
|
|
- image="fedora" tag="32"
|
|
- image="fedora" tag="latest"
|
|
- image="fedora" tag="rawhide"
|
|
- image="opensuse" tag="latest"
|
|
- image="ubuntu" tag="latest"
|
|
- image="ubuntu" tag="bionic"
|
|
- image="ubuntu" tag="xenial"
|
|
|
|
cache:
|
|
- pip
|
|
|
|
install:
|
|
- pip install --upgrade pip
|
|
- pip install tox
|
|
|
|
script:
|
|
- function retry { counter=0 ; until "$@" ; do exit=$? ; counter=$(($counter + 1)) ; if [ $counter -ge 3 ] ; then return $exit ; fi ; done ; return 0; } ; retry tox
|
|
|
|
notifications:
|
|
webhooks: https://galaxy.ansible.com/api/v1/notifications/
|
|
slack:
|
|
secure: "E6M/5RjJ9e6q2ujf1DeOj0fBFClWSegDduStUOD/VTQolRcAld5+KYG0lt0amAt/fWahMd7XP+6p5OLjojGv8KuKcRIOneKxVWNfRaNN9+crStXqEUPUQ3NrNvjRPLearJGY4aCzWBpw4j29w4MVWQ3NNTMdUUupxIxo+X1+DBiFoB0KG4QJejxg61bG7ZRTwTJkOqlsfPD3Zy7WgFi9kE8iTjk8NYEeqJ2PkXw2moWcfxb1Ws1r8gwVJAS4boN4QE/CpCKJVBwgA7WWdwc/q+zTIY4mRif2w0huUyMRbL10eWhM4mUJpKFftp+Syg4oCRLSKfznkun8XrjnUA7WNSb51yCKgKhOUc/AQVtiDDqvWemz41jTJad2bFfgoe1faa+PM9SaD6S4e3SyyiQYkI6LAzMRTwobriCkM2wBUrpgQLQmGw4hT7ev8GpvMFeaRTfa0vstcXR2qPplfGPu3R/j5dKjevFo3rrxy3Ef9fojCnepRqgjHK7q0NC+sNlqI6zTNfCUKVMnwsCzAvCcyZP4jyxn3pLZnh2hTKKK461/9ZH5Nb6w3SNxZHH2ZVQmAoviKZ4xryGLc541PXw4xQYba87xJ7V/XL1Ch4E2NUjReK8CjzXUwQKj2WKgDz5EalvIp0U0ax69xFMOtu+zLeqE7Gu6fl2o6s/E1UrqO3g="
|
|
on_success: change
|
|
template: "%{result}: %{repository_slug}@%{branch}, build <%{build_url}|#%{build_number}> (<%{compare_url}|%{commit}>)"
|
|
email: false
|