Skip to content

Commit ea4146b

Browse files
committed
cicd: added labels for large self-hosted runner
1 parent 5afdea3 commit ea4146b

13 files changed

+13
-13
lines changed

.github/workflows/docker-k3s-lb.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
test-runner:
1414
name: docker-k3s-sanity
15-
runs-on: self-hosted
15+
runs-on: [self-hosted, large]
1616
if: github.repository == 'loxilb-io/loxilb'
1717
&& github.event.inputs.tagName == ''
1818
steps:

.github/workflows/k0s-weave.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
test-runner:
1414
name: k0s-weave-sanity
15-
runs-on: self-hosted
15+
runs-on: [self-hosted, large]
1616
if: github.repository == 'loxilb-io/loxilb'
1717
&& github.event.inputs.tagName == ''
1818
steps:

.github/workflows/k3s-cilium-cluster.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
build:
1414
name: k3s-cilium-cluster-sanity
15-
runs-on: self-hosted
15+
runs-on: [self-hosted, large]
1616
steps:
1717
- uses: actions/checkout@v2
1818
with:

.github/workflows/k3s-flannel-cluster.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
build:
1414
name: k3s-flannel-cluster-sanity
15-
runs-on: self-hosted
15+
runs-on: [self-hosted, large]
1616
steps:
1717
- uses: actions/checkout@v2
1818
with:

.github/workflows/k3s-flannel-incluster-l2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
build:
1414
name: k3s-flannel-incluster-l2-sanity
15-
runs-on: self-hosted
15+
runs-on: [self-hosted, large]
1616
if: github.repository == 'loxilb-io/loxilb'
1717
&& github.event.inputs.tagName == ''
1818
steps:

.github/workflows/k3s-flannel-incluster.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
build:
1414
name: k3s-flannel-incluster-sanity
15-
runs-on: self-hosted
15+
runs-on: [self-hosted, large]
1616
if: github.repository == 'loxilb-io/loxilb'
1717
&& github.event.inputs.tagName == ''
1818
steps:

.github/workflows/k3s-flannel-ubuntu-22.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
if: github.repository == 'loxilb-io/loxilb'
1515
name: k3s-flannel-sanity-ubuntu-22
16-
runs-on: self-hosted
16+
runs-on: [self-hosted, large]
1717
steps:
1818
- uses: actions/checkout@v2
1919
with:

.github/workflows/k3s-flannel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
if: github.repository == 'loxilb-io/loxilb'
1515
name: k3s-flannel-sanity
16-
runs-on: self-hosted
16+
runs-on: [self-hosted, large]
1717
steps:
1818
- uses: actions/checkout@v2
1919
with:

.github/workflows/k8s-calico-ipvs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
test-runner:
1414
name: k8s-calico-cluster-ipvs-sanity
15-
runs-on: self-hosted
15+
runs-on: [self-hosted, large]
1616
if: github.repository == 'loxilb-io/loxilb'
1717
&& github.event.inputs.tagName == ''
1818
steps:

.github/workflows/k8s-calico-ipvs2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
test-runner:
1414
name: k8s-calico-cluster-ipvs2-sanity
15-
runs-on: self-hosted
15+
runs-on: [self-hosted, large]
1616
if: github.repository == 'loxilb-io/loxilb'
1717
&& github.event.inputs.tagName == ''
1818
steps:

.github/workflows/k8s-calico-ipvs3-ha.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
test-runner:
1414
name: k8s-calico-cluster-ipvs3-ha-sanity
15-
runs-on: self-hosted
15+
runs-on: [self-hosted, large]
1616
if: github.repository == 'loxilb-io/loxilb'
1717
&& github.event.inputs.tagName == ''
1818
steps:

.github/workflows/k8s-calico-ipvs3.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
test-runner:
1414
name: k8s-calico-cluster-ipvs3-sanity
15-
runs-on: self-hosted
15+
runs-on: [self-hosted, large]
1616
if: github.repository == 'loxilb-io/loxilb'
1717
&& github.event.inputs.tagName == ''
1818
steps:

.github/workflows/k8s-calico.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
build:
1414
name: k8s-calico-cluster-sanity
15-
runs-on: self-hosted
15+
runs-on: [self-hosted, large]
1616
if: github.repository == 'loxilb-io/loxilb'
1717
&& github.event.inputs.tagName == ''
1818
steps:

0 commit comments

Comments
 (0)