|
|
ad54c5 |
From d754571fea528af061db46a0284e996d012f14c9 Mon Sep 17 00:00:00 2001
|
|
|
ad54c5 |
From: Pavel Valena <pvalena@redhat.com>
|
|
|
ad54c5 |
Date: Tue, 19 Jul 2022 17:06:25 +0200
|
|
|
ad54c5 |
Subject: [PATCH] ci: run integration tests only on C9s
|
|
|
c2f1e0 |
|
|
|
c2f1e0 |
---
|
|
|
ad54c5 |
.github/workflows/container.yml | 4 ----
|
|
|
ad54c5 |
.github/workflows/integration.yml | 3 ---
|
|
|
ad54c5 |
2 files changed, 7 deletions(-)
|
|
|
c2f1e0 |
|
|
|
ad54c5 |
diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml
|
|
|
ad54c5 |
index 82d7a097..34038f57 100644
|
|
|
ad54c5 |
--- a/.github/workflows/container.yml
|
|
|
ad54c5 |
+++ b/.github/workflows/container.yml
|
|
|
ad54c5 |
@@ -28,11 +28,7 @@ jobs:
|
|
|
ad54c5 |
fail-fast: false
|
|
|
ad54c5 |
matrix:
|
|
|
ad54c5 |
config:
|
|
|
ad54c5 |
- - { dockerfile: 'Dockerfile-Fedora-latest', tag: 'fedora:latest' }
|
|
|
ad54c5 |
- - { dockerfile: 'Dockerfile-OpenSuse-latest', tag: 'opensuse:latest' }
|
|
|
ad54c5 |
- - { dockerfile: 'Dockerfile-Arch', tag: 'arch:latest' }
|
|
|
ad54c5 |
- { dockerfile: 'Dockerfile-CentOS-9-Stream', tag: 'centos:stream9' }
|
|
|
ad54c5 |
- - { dockerfile: 'Dockerfile-Debian', tag: 'debian:latest' }
|
|
|
ad54c5 |
steps:
|
|
|
ad54c5 |
- name: Check out the repo
|
|
|
ad54c5 |
uses: actions/checkout@v2
|
|
|
ad54c5 |
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml
|
|
|
ad54c5 |
index 82d01457..40da300c 100644
|
|
|
ad54c5 |
--- a/.github/workflows/integration.yml
|
|
|
ad54c5 |
+++ b/.github/workflows/integration.yml
|
|
|
ad54c5 |
@@ -14,10 +14,7 @@ jobs:
|
|
|
ad54c5 |
strategy:
|
|
|
ad54c5 |
matrix:
|
|
|
ad54c5 |
container: [
|
|
|
ad54c5 |
- "arch:latest",
|
|
|
ad54c5 |
- "debian:latest",
|
|
|
ad54c5 |
"fedora:latest",
|
|
|
ad54c5 |
- "opensuse:latest",
|
|
|
ad54c5 |
]
|
|
|
ad54c5 |
test: [
|
|
|
ad54c5 |
"04",
|
|
|
c2f1e0 |
|