Skip to content

Commit 14e1897

Browse files
committed
re-generate workflows
1 parent 5e169fd commit 14e1897

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/build-linux-arm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
186186
# https://github.com/actions/checkout
187187
- name: 'Checkout project'
188-
uses: actions/checkout@v3 # v3 for 18.04
188+
uses: actions/checkout@v4
189189
with:
190190
fetch-depth: 3
191191

@@ -204,7 +204,7 @@ jobs:
204204
args: /github/workspace/scripts/test.sh --image debian --version ${{ github.event.inputs.version }} --base-url pre-release
205205

206206
- name: Upload platform tests report
207-
uses: actions/upload-artifact@v3 # v3 for 18.04
207+
uses: actions/upload-artifact@v4
208208
with:
209209
name: tests-report-linux-arm
210210
path: ${{ github.workspace }}/build/linux-arm/artefacts/tests-report-*.md

.github/workflows/build-linux-arm64.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
linux-arm64-build:
6767
name: 'linux-arm64 gcc ${{ github.event.inputs.version }} build'
6868
timeout-minutes: 2880 # 2 days
69-
runs-on: [self-hosted, linux, arm64, xbbla]
69+
runs-on: [self-hosted, linux, arm64, xbbla, xbblax]
7070
container:
7171
image: ilegeul/ubuntu:arm64v8-18.04-xbb-v5.2.1
7272
defaults:
@@ -114,7 +114,7 @@ jobs:
114114
linux-arm64-upload:
115115
name: 'linux-arm64 gcc ${{ github.event.inputs.version }} upload'
116116
timeout-minutes: 2880 # 2 days
117-
runs-on: [self-hosted, linux, arm64, xbbla]
117+
runs-on: [self-hosted, linux, arm64, xbbla, xbblax]
118118
container:
119119
defaults:
120120
run:
@@ -166,7 +166,7 @@ jobs:
166166

167167
linux-arm64-test:
168168
name: 'linux-arm64 gcc ${{ github.event.inputs.version }} test'
169-
runs-on: [self-hosted, linux, arm64, xbbla]
169+
runs-on: [self-hosted, linux, arm64, xbbla, xbblax]
170170
needs: [linux-arm64-upload]
171171

172172
steps:
@@ -186,7 +186,7 @@ jobs:
186186
187187
# https://github.com/actions/checkout
188188
- name: 'Checkout project'
189-
uses: actions/checkout@v3 # v3 for 18.04
189+
uses: actions/checkout@v4
190190
with:
191191
fetch-depth: 3
192192

@@ -205,7 +205,7 @@ jobs:
205205
args: /github/workspace/scripts/test.sh --image debian --version ${{ github.event.inputs.version }} --base-url pre-release
206206

207207
- name: Upload platform tests report
208-
uses: actions/upload-artifact@v3 # v3 for 18.04
208+
uses: actions/upload-artifact@v4
209209
with:
210210
name: tests-report-linux-arm64
211211
path: ${{ github.workspace }}/build/linux-arm64/artefacts/tests-report-*.md

.github/workflows/build-linux-x64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
linux-x64-build:
6767
name: 'linux-x64 gcc ${{ github.event.inputs.version }} build'
6868
timeout-minutes: 5760 # 4 days
69-
runs-on: [self-hosted, linux, x64]
69+
runs-on: [self-hosted, linux, x64, xbblix]
7070
container:
7171
image: ilegeul/ubuntu:amd64-18.04-xbb-v5.2.1
7272
defaults:
@@ -114,7 +114,7 @@ jobs:
114114
linux-x64-upload:
115115
name: 'linux-x64 gcc ${{ github.event.inputs.version }} upload'
116116
timeout-minutes: 5760 # 4 days
117-
runs-on: [self-hosted, linux, x64]
117+
runs-on: [self-hosted, linux, x64, xbblix]
118118
defaults:
119119
run:
120120
shell: bash

.github/workflows/build-win32-x64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
win32-x64-build:
6767
name: 'win32-x64 gcc ${{ github.event.inputs.version }} build'
6868
timeout-minutes: 5760 # 4 days
69-
runs-on: [self-hosted, linux, x64]
69+
runs-on: [self-hosted, linux, x64, xbbliw]
7070
container:
7171
image: ilegeul/ubuntu:amd64-18.04-xbb-v5.2.1
7272
defaults:
@@ -114,7 +114,7 @@ jobs:
114114
win32-x64-upload:
115115
name: 'win32-x64 gcc ${{ github.event.inputs.version }} upload'
116116
timeout-minutes: 5760 # 4 days
117-
runs-on: [self-hosted, linux, x64]
117+
runs-on: [self-hosted, linux, x64, xbbliw]
118118
defaults:
119119
run:
120120
shell: bash

0 commit comments

Comments
 (0)