Skip to content

Commit 7765742

Browse files
committed
Fix CI jobs on incorrect nodes
CI attempted to run jobs on riscv64 nodes when opensuse/fedora don't have supported container images for that architecture.
1 parent a21acee commit 7765742

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ cmake-format Check:
1616
tags:
1717
- container
1818
- linux
19+
- amd64
1920
allow_failure: true
2021
script:
2122
- pip install cmake-format
@@ -30,6 +31,7 @@ clang-format Check:
3031
tags:
3132
- container
3233
- linux
34+
- amd64
3335
allow_failure: true
3436
script:
3537
- clang-format --version
@@ -290,6 +292,7 @@ Fedora UndefinedSanitizer:
290292
tags:
291293
- container
292294
- linux
295+
- amd64
293296
script:
294297
- cmake example/all -B build -GNinja -DCMAKE_BUILD_TYPE=Release ${CMAKE_OPTIONS}
295298
- ninja -C build

0 commit comments

Comments
 (0)