Skip to content

Commit a7e128b

Browse files
authored
Ci migration to K8s (#269)
1 parent cc1c510 commit a7e128b

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

.github/workflows/build_75.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
concurrency:
1414
group: ${{ github.workflow }}-${{ github.job }}-75-${{ github.head_ref || github.run_id }}
1515
cancel-in-progress: true
16-
runs-on: [self-hosted, intel-cpu, 32-cpu, tgi-ci]
16+
runs-on: [self-hosted, intel-cpu, 32-cpu, 256-ram, ci]
1717
permissions:
1818
contents: write
1919
packages: write
@@ -37,7 +37,7 @@
3737
- name: Inject slug/short variables
3838
uses: rlespinasse/[email protected]
3939
- name: Tailscale
40-
uses: tailscale/github-action@7bd8039bf25c23c4ab1b8d6e2cc2da2280601966
40+
uses: huggingface/tailscale-action@v1
4141
with:
4242
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
4343
- name: Login to GitHub Container Registry

.github/workflows/build_80.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
concurrency:
2626
group: ${{ github.workflow }}-${{ github.job }}-80-${{ github.head_ref || github.run_id }}
2727
cancel-in-progress: true
28-
runs-on: [self-hosted, intel-cpu, 32-cpu, tgi-ci]
28+
runs-on: [self-hosted, intel-cpu, 32-cpu, 256-ram, ci]
2929
permissions:
3030
contents: write
3131
packages: write
@@ -49,7 +49,7 @@
4949
- name: Inject slug/short variables
5050
uses: rlespinasse/[email protected]
5151
- name: Tailscale
52-
uses: tailscale/github-action@7bd8039bf25c23c4ab1b8d6e2cc2da2280601966
52+
uses: huggingface/tailscale-action@v1
5353
with:
5454
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
5555
- name: Login to GitHub Container Registry

.github/workflows/build_86.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
concurrency:
1414
group: ${{ github.workflow }}-${{ github.job }}-86-${{ github.head_ref || github.run_id }}
1515
cancel-in-progress: true
16-
runs-on: [self-hosted, intel-cpu, 32-cpu, tgi-ci]
16+
runs-on: [self-hosted, intel-cpu, 32-cpu, 256-ram, ci]
1717
permissions:
1818
contents: write
1919
packages: write
@@ -37,7 +37,7 @@
3737
- name: Inject slug/short variables
3838
uses: rlespinasse/[email protected]
3939
- name: Tailscale
40-
uses: tailscale/github-action@7bd8039bf25c23c4ab1b8d6e2cc2da2280601966
40+
uses: huggingface/tailscale-action@v1
4141
with:
4242
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
4343
- name: Login to GitHub Container Registry

.github/workflows/build_89.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
concurrency:
1414
group: ${{ github.workflow }}-${{ github.job }}-89-${{ github.head_ref || github.run_id }}
1515
cancel-in-progress: true
16-
runs-on: [self-hosted, intel-cpu, 32-cpu, tgi-ci]
16+
runs-on: [self-hosted, intel-cpu, 32-cpu, 256-ram, ci]
1717
permissions:
1818
contents: write
1919
packages: write
@@ -37,7 +37,7 @@
3737
- name: Inject slug/short variables
3838
uses: rlespinasse/[email protected]
3939
- name: Tailscale
40-
uses: tailscale/github-action@7bd8039bf25c23c4ab1b8d6e2cc2da2280601966
40+
uses: huggingface/tailscale-action@v1
4141
with:
4242
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
4343
- name: Login to GitHub Container Registry

.github/workflows/build_90.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
concurrency:
1414
group: ${{ github.workflow }}-${{ github.job }}-90-${{ github.head_ref || github.run_id }}
1515
cancel-in-progress: true
16-
runs-on: [self-hosted, intel-cpu, 32-cpu, tgi-ci]
16+
runs-on: [self-hosted, intel-cpu, 32-cpu, 256-ram, ci]
1717
permissions:
1818
contents: write
1919
packages: write
@@ -37,7 +37,7 @@
3737
- name: Inject slug/short variables
3838
uses: rlespinasse/[email protected]
3939
- name: Tailscale
40-
uses: tailscale/github-action@7bd8039bf25c23c4ab1b8d6e2cc2da2280601966
40+
uses: huggingface/tailscale-action@v1
4141
with:
4242
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
4343
- name: Login to GitHub Container Registry

.github/workflows/build_all.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
concurrency:
1414
group: ${{ github.workflow }}-${{ github.job }}-all-${{ github.head_ref || github.run_id }}
1515
cancel-in-progress: true
16-
runs-on: [self-hosted, intel-cpu, 32-cpu, tgi-ci]
16+
runs-on: [self-hosted, intel-cpu, 32-cpu, 256-ram, ci]
1717
permissions:
1818
contents: write
1919
packages: write
@@ -31,7 +31,7 @@
3131
- name: Inject slug/short variables
3232
uses: rlespinasse/[email protected]
3333
- name: Tailscale
34-
uses: tailscale/github-action@7bd8039bf25c23c4ab1b8d6e2cc2da2280601966
34+
uses: huggingface/tailscale-action@v1
3535
with:
3636
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
3737
- name: Login to GitHub Container Registry

.github/workflows/build_cpu.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
concurrency:
2626
group: ${{ github.workflow }}-${{ github.job }}-cpu-${{ github.head_ref || github.run_id }}
2727
cancel-in-progress: true
28-
runs-on: [self-hosted, intel-cpu, 32-cpu, tgi-ci]
28+
runs-on: [self-hosted, intel-cpu, 32-cpu, 256-ram, ci]
2929
permissions:
3030
contents: write
3131
packages: write
@@ -49,7 +49,7 @@
4949
- name: Inject slug/short variables
5050
uses: rlespinasse/[email protected]
5151
- name: Tailscale
52-
uses: tailscale/github-action@7bd8039bf25c23c4ab1b8d6e2cc2da2280601966
52+
uses: huggingface/tailscale-action@v1
5353
with:
5454
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
5555
- name: Login to GitHub Container Registry

0 commit comments

Comments
 (0)