mirror of
https://dev.iopsys.eu/iopsys/iopsyswrt.git
synced 2025-12-20 00:52:33 +08:00
CI: add job to build x86 Docker image
This commit is contained in:
@@ -156,3 +156,16 @@ MTK_PANTHER:
|
||||
extends:
|
||||
- .nightly
|
||||
- .variables_autotest
|
||||
|
||||
X86:
|
||||
stage: IOWRT
|
||||
variables:
|
||||
IOWRT_COMMIT_REF_NAME: $CI_COMMIT_REF_NAME
|
||||
IOWRT_COMMIT_SHA: $CI_COMMIT_SHA
|
||||
trigger:
|
||||
project: devops/iowrt-docker
|
||||
strategy: depend
|
||||
rules:
|
||||
- if: '$CI_PIPELINE_SOURCE == "schedule"'
|
||||
# TODO Remove below when feature is stabilised
|
||||
allow_failure: true
|
||||
|
||||
Reference in New Issue
Block a user