1
1
Fork 0
mirror of https://github.com/containers/udica synced 2024-05-25 01:56:14 +02:00
Commit Graph

9 Commits

Author SHA1 Message Date
renovate[bot] 61e4adfd7c
[skip-ci] Update actions/checkout action to v3
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-04-24 16:12:24 +00:00
renovate[bot] 3e33f1ade8
Add renovate configuration
Signed-off-by: Chris Evich <cevich@redhat.com>
2023-04-11 14:32:34 -04:00
Vit Mojzis 1d15fa01ec github: Disable auto cancel when job fails
When a test job fails, GitHub automatically cancels other similar tests.
This often leads to "Fedora" jobs being canceled because of a trivial
issue on centOS or older Fedora versions.

Signed-off-by: Vit Mojzis <vmojzis@redhat.com>
2022-06-22 11:42:06 +02:00
Vit Mojzis 353c0d37ef github: Use quay.io registry for test images
quay.io provides centos stream 8 and 9 images as well as working
fedora:latest image.

Fixes:
  checks / tests (centos:centos8):
  Run rpm -q python3 || dnf install --nogpgcheck -y python3
  package python3 is not installed
  CentOS Linux 8 - AppStream                      195  B/s |  38  B     00:00
  Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist
  Error: Process completed with exit code 1.

Signed-off-by: Vit Mojzis <vmojzis@redhat.com>
2022-06-22 11:41:10 +02:00
Vit Mojzis 2d70982a6f tests: Make sure policy templates are available
- Download policy templates from container-selinux github if not present
  in the system
- Cirrus only installs container-selinux - this way github PRs are
  tested both with latest version of templates and with the released one
- Github workflow now needs git to clone container-selinux repo

Signed-off-by: Vit Mojzis <vmojzis@redhat.com>
2021-09-13 16:29:13 +02:00
Ondrej Mosnacek 3f15e5dba2 Migrate CI to GitHub Actions
Travis CI has recently introduced conditions that are unfriendly to
open-source projects [1], so switch to GitHub Actions [2], which
provides an equivalent service for free.

[1] https://docs.travis-ci.com/user/migrate/open-source-repository-migration
[2] https://docs.github.com/en/free-pro-team@latest/actions

Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
2020-11-28 19:29:12 +01:00
Lukas Vrabec 41643453da Update issue templates 2018-09-20 12:19:13 +02:00
Lukas Vrabec 5bab00829c Update issue templates 2018-09-20 12:18:39 +02:00
Lukas Vrabec 78e6ebe9b5 Update issue templates 2018-09-20 12:17:32 +02:00