Skip to content

Commit

Permalink
Use enterpirse runner for increased timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Nov 25, 2024
1 parent fe22ebc commit fd43eb8
Show file tree
Hide file tree
Showing 30 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/.container.template.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amazonlinux-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/archlinux-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/builddocs-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/busybox-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/consul-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/debian-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/etcd-v2-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/etcd-v3-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fedora-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mariadb-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mysql-server-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openldap-minion-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/opensuse-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/packaging-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/percona-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/photon-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rabbitmq-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/redis-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rockylinux-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/salt-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/salt-gitfs-http-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ssh-minion-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tinyproxy-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vault-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/virt-minion-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zookeeper-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit fd43eb8

Please sign in to comment.