From fd43eb807fd8dfa199530146d608acb809281bc8 Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Mon, 25 Nov 2024 13:58:11 -0700 Subject: [PATCH] Use enterpirse runner for increased timeout --- .github/workflows/.container.template.j2 | 2 +- .github/workflows/amazonlinux-containers.yml | 2 +- .github/workflows/archlinux-containers.yml | 2 +- .github/workflows/builddocs-containers.yml | 2 +- .github/workflows/busybox-containers.yml | 2 +- .github/workflows/consul-containers.yml | 2 +- .github/workflows/debian-containers.yml | 2 +- .github/workflows/etcd-v2-containers.yml | 2 +- .github/workflows/etcd-v3-containers.yml | 2 +- .github/workflows/fedora-containers.yml | 2 +- .github/workflows/mariadb-containers.yml | 2 +- .github/workflows/mysql-server-containers.yml | 2 +- .github/workflows/openldap-minion-containers.yml | 2 +- .github/workflows/opensuse-containers.yml | 2 +- .github/workflows/packaging-containers.yml | 2 +- .github/workflows/percona-containers.yml | 2 +- .github/workflows/photon-containers.yml | 2 +- .github/workflows/python-containers.yml | 2 +- .github/workflows/rabbitmq-containers.yml | 2 +- .github/workflows/redis-containers.yml | 2 +- .github/workflows/rockylinux-containers.yml | 2 +- .github/workflows/salt-containers.yml | 2 +- .github/workflows/salt-gitfs-http-containers.yml | 2 +- .github/workflows/ssh-minion-containers.yml | 2 +- .github/workflows/testing-containers.yml | 2 +- .github/workflows/tinyproxy-containers.yml | 2 +- .github/workflows/ubuntu-containers.yml | 2 +- .github/workflows/vault-containers.yml | 2 +- .github/workflows/virt-minion-containers.yml | 2 +- .github/workflows/zookeeper-containers.yml | 2 +- 30 files changed, 30 insertions(+), 30 deletions(-) diff --git a/.github/workflows/.container.template.j2 b/.github/workflows/.container.template.j2 index d669052..55310cb 100644 --- a/.github/workflows/.container.template.j2 +++ b/.github/workflows/.container.template.j2 @@ -30,7 +30,7 @@ concurrency: jobs: matrix-generator: name: Generate Matrix - runs-on: ubuntu-latest + runs-on: linux-x86_64 outputs: tags: ${{ steps.set-matrix.outputs.tags }} name: ${{ steps.set-matrix.outputs.name }} diff --git a/.github/workflows/amazonlinux-containers.yml b/.github/workflows/amazonlinux-containers.yml index a0d4e9e..5940da9 100644 --- a/.github/workflows/amazonlinux-containers.yml +++ b/.github/workflows/amazonlinux-containers.yml @@ -30,7 +30,7 @@ concurrency: jobs: matrix-generator: name: Generate Matrix - runs-on: ubuntu-latest + runs-on: linux-x86_64 outputs: tags: ${{ steps.set-matrix.outputs.tags }} name: ${{ steps.set-matrix.outputs.name }} diff --git a/.github/workflows/archlinux-containers.yml b/.github/workflows/archlinux-containers.yml index 1bc40ca..19e6aa0 100644 --- a/.github/workflows/archlinux-containers.yml +++ b/.github/workflows/archlinux-containers.yml @@ -30,7 +30,7 @@ concurrency: jobs: matrix-generator: name: Generate Matrix - runs-on: ubuntu-latest + runs-on: linux-x86_64 outputs: tags: ${{ steps.set-matrix.outputs.tags }} name: ${{ steps.set-matrix.outputs.name }} diff --git a/.github/workflows/builddocs-containers.yml b/.github/workflows/builddocs-containers.yml index a3f0edc..b46cdd5 100644 --- a/.github/workflows/builddocs-containers.yml +++ b/.github/workflows/builddocs-containers.yml @@ -30,7 +30,7 @@ concurrency: jobs: matrix-generator: name: Generate Matrix - runs-on: ubuntu-latest + runs-on: linux-x86_64 outputs: tags: ${{ steps.set-matrix.outputs.tags }} name: ${{ steps.set-matrix.outputs.name }} diff --git a/.github/workflows/busybox-containers.yml b/.github/workflows/busybox-containers.yml index 2f9b1e9..67346a4 100644 --- a/.github/workflows/busybox-containers.yml +++ b/.github/workflows/busybox-containers.yml @@ -30,7 +30,7 @@ concurrency: jobs: matrix-generator: name: Generate Matrix - runs-on: ubuntu-latest + runs-on: linux-x86_64 outputs: tags: ${{ steps.set-matrix.outputs.tags }} name: ${{ steps.set-matrix.outputs.name }} diff --git a/.github/workflows/consul-containers.yml b/.github/workflows/consul-containers.yml index 3838060..2700e66 100644 --- a/.github/workflows/consul-containers.yml +++ b/.github/workflows/consul-containers.yml @@ -30,7 +30,7 @@ concurrency: jobs: matrix-generator: name: Generate Matrix - runs-on: ubuntu-latest + runs-on: linux-x86_64 outputs: tags: ${{ steps.set-matrix.outputs.tags }} name: ${{ steps.set-matrix.outputs.name }} diff --git a/.github/workflows/debian-containers.yml b/.github/workflows/debian-containers.yml index 9ff8607..6861d22 100644 --- a/.github/workflows/debian-containers.yml +++ b/.github/workflows/debian-containers.yml @@ -30,7 +30,7 @@ concurrency: jobs: matrix-generator: name: Generate Matrix - runs-on: ubuntu-latest + runs-on: linux-x86_64 outputs: tags: ${{ steps.set-matrix.outputs.tags }} name: ${{ steps.set-matrix.outputs.name }} diff --git a/.github/workflows/etcd-v2-containers.yml b/.github/workflows/etcd-v2-containers.yml index 3b8f8ab..a39f3d7 100644 --- a/.github/workflows/etcd-v2-containers.yml +++ b/.github/workflows/etcd-v2-containers.yml @@ -30,7 +30,7 @@ concurrency: jobs: matrix-generator: name: Generate Matrix - runs-on: ubuntu-latest + runs-on: linux-x86_64 outputs: tags: ${{ steps.set-matrix.outputs.tags }} name: ${{ steps.set-matrix.outputs.name }} diff --git a/.github/workflows/etcd-v3-containers.yml b/.github/workflows/etcd-v3-containers.yml index c6a1435..6c8110c 100644 --- a/.github/workflows/etcd-v3-containers.yml +++ b/.github/workflows/etcd-v3-containers.yml @@ -30,7 +30,7 @@ concurrency: jobs: matrix-generator: name: Generate Matrix - runs-on: ubuntu-latest + runs-on: linux-x86_64 outputs: tags: ${{ steps.set-matrix.outputs.tags }} name: ${{ steps.set-matrix.outputs.name }} diff --git a/.github/workflows/fedora-containers.yml b/.github/workflows/fedora-containers.yml index 0ccd0fb..5cf9e7e 100644 --- a/.github/workflows/fedora-containers.yml +++ b/.github/workflows/fedora-containers.yml @@ -30,7 +30,7 @@ concurrency: jobs: matrix-generator: name: Generate Matrix - runs-on: ubuntu-latest + runs-on: linux-x86_64 outputs: tags: ${{ steps.set-matrix.outputs.tags }} name: ${{ steps.set-matrix.outputs.name }} diff --git a/.github/workflows/mariadb-containers.yml b/.github/workflows/mariadb-containers.yml index f1cf1d3..ee88c34 100644 --- a/.github/workflows/mariadb-containers.yml +++ b/.github/workflows/mariadb-containers.yml @@ -30,7 +30,7 @@ concurrency: jobs: matrix-generator: name: Generate Matrix - runs-on: ubuntu-latest + runs-on: linux-x86_64 outputs: tags: ${{ steps.set-matrix.outputs.tags }} name: ${{ steps.set-matrix.outputs.name }} diff --git a/.github/workflows/mysql-server-containers.yml b/.github/workflows/mysql-server-containers.yml index 2180c95..e8fbf94 100644 --- a/.github/workflows/mysql-server-containers.yml +++ b/.github/workflows/mysql-server-containers.yml @@ -30,7 +30,7 @@ concurrency: jobs: matrix-generator: name: Generate Matrix - runs-on: ubuntu-latest + runs-on: linux-x86_64 outputs: tags: ${{ steps.set-matrix.outputs.tags }} name: ${{ steps.set-matrix.outputs.name }} diff --git a/.github/workflows/openldap-minion-containers.yml b/.github/workflows/openldap-minion-containers.yml index b933763..07ddbbe 100644 --- a/.github/workflows/openldap-minion-containers.yml +++ b/.github/workflows/openldap-minion-containers.yml @@ -30,7 +30,7 @@ concurrency: jobs: matrix-generator: name: Generate Matrix - runs-on: ubuntu-latest + runs-on: linux-x86_64 outputs: tags: ${{ steps.set-matrix.outputs.tags }} name: ${{ steps.set-matrix.outputs.name }} diff --git a/.github/workflows/opensuse-containers.yml b/.github/workflows/opensuse-containers.yml index 6bd5533..c2442e7 100644 --- a/.github/workflows/opensuse-containers.yml +++ b/.github/workflows/opensuse-containers.yml @@ -30,7 +30,7 @@ concurrency: jobs: matrix-generator: name: Generate Matrix - runs-on: ubuntu-latest + runs-on: linux-x86_64 outputs: tags: ${{ steps.set-matrix.outputs.tags }} name: ${{ steps.set-matrix.outputs.name }} diff --git a/.github/workflows/packaging-containers.yml b/.github/workflows/packaging-containers.yml index 752e7ed..4ec42fe 100644 --- a/.github/workflows/packaging-containers.yml +++ b/.github/workflows/packaging-containers.yml @@ -30,7 +30,7 @@ concurrency: jobs: matrix-generator: name: Generate Matrix - runs-on: ubuntu-latest + runs-on: linux-x86_64 outputs: tags: ${{ steps.set-matrix.outputs.tags }} name: ${{ steps.set-matrix.outputs.name }} diff --git a/.github/workflows/percona-containers.yml b/.github/workflows/percona-containers.yml index d0081ee..c2d5d8c 100644 --- a/.github/workflows/percona-containers.yml +++ b/.github/workflows/percona-containers.yml @@ -30,7 +30,7 @@ concurrency: jobs: matrix-generator: name: Generate Matrix - runs-on: ubuntu-latest + runs-on: linux-x86_64 outputs: tags: ${{ steps.set-matrix.outputs.tags }} name: ${{ steps.set-matrix.outputs.name }} diff --git a/.github/workflows/photon-containers.yml b/.github/workflows/photon-containers.yml index 0c51623..252991a 100644 --- a/.github/workflows/photon-containers.yml +++ b/.github/workflows/photon-containers.yml @@ -30,7 +30,7 @@ concurrency: jobs: matrix-generator: name: Generate Matrix - runs-on: ubuntu-latest + runs-on: linux-x86_64 outputs: tags: ${{ steps.set-matrix.outputs.tags }} name: ${{ steps.set-matrix.outputs.name }} diff --git a/.github/workflows/python-containers.yml b/.github/workflows/python-containers.yml index 4975e0d..08fec80 100644 --- a/.github/workflows/python-containers.yml +++ b/.github/workflows/python-containers.yml @@ -30,7 +30,7 @@ concurrency: jobs: matrix-generator: name: Generate Matrix - runs-on: ubuntu-latest + runs-on: linux-x86_64 outputs: tags: ${{ steps.set-matrix.outputs.tags }} name: ${{ steps.set-matrix.outputs.name }} diff --git a/.github/workflows/rabbitmq-containers.yml b/.github/workflows/rabbitmq-containers.yml index a35a0c4..b1a4685 100644 --- a/.github/workflows/rabbitmq-containers.yml +++ b/.github/workflows/rabbitmq-containers.yml @@ -30,7 +30,7 @@ concurrency: jobs: matrix-generator: name: Generate Matrix - runs-on: ubuntu-latest + runs-on: linux-x86_64 outputs: tags: ${{ steps.set-matrix.outputs.tags }} name: ${{ steps.set-matrix.outputs.name }} diff --git a/.github/workflows/redis-containers.yml b/.github/workflows/redis-containers.yml index 348cc29..9d3c78f 100644 --- a/.github/workflows/redis-containers.yml +++ b/.github/workflows/redis-containers.yml @@ -30,7 +30,7 @@ concurrency: jobs: matrix-generator: name: Generate Matrix - runs-on: ubuntu-latest + runs-on: linux-x86_64 outputs: tags: ${{ steps.set-matrix.outputs.tags }} name: ${{ steps.set-matrix.outputs.name }} diff --git a/.github/workflows/rockylinux-containers.yml b/.github/workflows/rockylinux-containers.yml index 6bc01be..a63f976 100644 --- a/.github/workflows/rockylinux-containers.yml +++ b/.github/workflows/rockylinux-containers.yml @@ -30,7 +30,7 @@ concurrency: jobs: matrix-generator: name: Generate Matrix - runs-on: ubuntu-latest + runs-on: linux-x86_64 outputs: tags: ${{ steps.set-matrix.outputs.tags }} name: ${{ steps.set-matrix.outputs.name }} diff --git a/.github/workflows/salt-containers.yml b/.github/workflows/salt-containers.yml index cf294d7..b8f0019 100644 --- a/.github/workflows/salt-containers.yml +++ b/.github/workflows/salt-containers.yml @@ -30,7 +30,7 @@ concurrency: jobs: matrix-generator: name: Generate Matrix - runs-on: ubuntu-latest + runs-on: linux-x86_64 outputs: tags: ${{ steps.set-matrix.outputs.tags }} name: ${{ steps.set-matrix.outputs.name }} diff --git a/.github/workflows/salt-gitfs-http-containers.yml b/.github/workflows/salt-gitfs-http-containers.yml index 1d281b7..b3ee7c3 100644 --- a/.github/workflows/salt-gitfs-http-containers.yml +++ b/.github/workflows/salt-gitfs-http-containers.yml @@ -30,7 +30,7 @@ concurrency: jobs: matrix-generator: name: Generate Matrix - runs-on: ubuntu-latest + runs-on: linux-x86_64 outputs: tags: ${{ steps.set-matrix.outputs.tags }} name: ${{ steps.set-matrix.outputs.name }} diff --git a/.github/workflows/ssh-minion-containers.yml b/.github/workflows/ssh-minion-containers.yml index 5b2530e..8b90728 100644 --- a/.github/workflows/ssh-minion-containers.yml +++ b/.github/workflows/ssh-minion-containers.yml @@ -30,7 +30,7 @@ concurrency: jobs: matrix-generator: name: Generate Matrix - runs-on: ubuntu-latest + runs-on: linux-x86_64 outputs: tags: ${{ steps.set-matrix.outputs.tags }} name: ${{ steps.set-matrix.outputs.name }} diff --git a/.github/workflows/testing-containers.yml b/.github/workflows/testing-containers.yml index ab3712f..2f40e5c 100644 --- a/.github/workflows/testing-containers.yml +++ b/.github/workflows/testing-containers.yml @@ -30,7 +30,7 @@ concurrency: jobs: matrix-generator: name: Generate Matrix - runs-on: ubuntu-latest + runs-on: linux-x86_64 outputs: tags: ${{ steps.set-matrix.outputs.tags }} name: ${{ steps.set-matrix.outputs.name }} diff --git a/.github/workflows/tinyproxy-containers.yml b/.github/workflows/tinyproxy-containers.yml index b5bca61..efcc77c 100644 --- a/.github/workflows/tinyproxy-containers.yml +++ b/.github/workflows/tinyproxy-containers.yml @@ -30,7 +30,7 @@ concurrency: jobs: matrix-generator: name: Generate Matrix - runs-on: ubuntu-latest + runs-on: linux-x86_64 outputs: tags: ${{ steps.set-matrix.outputs.tags }} name: ${{ steps.set-matrix.outputs.name }} diff --git a/.github/workflows/ubuntu-containers.yml b/.github/workflows/ubuntu-containers.yml index 5a9c8d1..665a66b 100644 --- a/.github/workflows/ubuntu-containers.yml +++ b/.github/workflows/ubuntu-containers.yml @@ -30,7 +30,7 @@ concurrency: jobs: matrix-generator: name: Generate Matrix - runs-on: ubuntu-latest + runs-on: linux-x86_64 outputs: tags: ${{ steps.set-matrix.outputs.tags }} name: ${{ steps.set-matrix.outputs.name }} diff --git a/.github/workflows/vault-containers.yml b/.github/workflows/vault-containers.yml index 0ca65cf..135b901 100644 --- a/.github/workflows/vault-containers.yml +++ b/.github/workflows/vault-containers.yml @@ -30,7 +30,7 @@ concurrency: jobs: matrix-generator: name: Generate Matrix - runs-on: ubuntu-latest + runs-on: linux-x86_64 outputs: tags: ${{ steps.set-matrix.outputs.tags }} name: ${{ steps.set-matrix.outputs.name }} diff --git a/.github/workflows/virt-minion-containers.yml b/.github/workflows/virt-minion-containers.yml index eb45ab9..cd191be 100644 --- a/.github/workflows/virt-minion-containers.yml +++ b/.github/workflows/virt-minion-containers.yml @@ -30,7 +30,7 @@ concurrency: jobs: matrix-generator: name: Generate Matrix - runs-on: ubuntu-latest + runs-on: linux-x86_64 outputs: tags: ${{ steps.set-matrix.outputs.tags }} name: ${{ steps.set-matrix.outputs.name }} diff --git a/.github/workflows/zookeeper-containers.yml b/.github/workflows/zookeeper-containers.yml index 0373e97..41cd41b 100644 --- a/.github/workflows/zookeeper-containers.yml +++ b/.github/workflows/zookeeper-containers.yml @@ -30,7 +30,7 @@ concurrency: jobs: matrix-generator: name: Generate Matrix - runs-on: ubuntu-latest + runs-on: linux-x86_64 outputs: tags: ${{ steps.set-matrix.outputs.tags }} name: ${{ steps.set-matrix.outputs.name }}