KASM-6904 Restore CI test stage

This commit is contained in:
Dmitry Maksyoma 2025-03-13 16:18:39 +13:00
parent 2bd7e9497a
commit 47b95c4659
No known key found for this signature in database

View file

@ -10,7 +10,7 @@ variables:
# E.g. BUILD_JOBS: build_debian_buster,build_ubuntu_bionic. This will include
# arm builds, because build_debian_buster_arm matches build_debian_buster.
# "BUILD_JOBS: none" won't build any build jobs, nor www.
BUILD_JOBS: build_alpine_321
BUILD_JOBS: all
DOCKER_HOST: tcp://docker:2375
DOCKER_TLS_CERTDIR: ""
@ -22,7 +22,7 @@ workflow:
stages:
- www
- build
# - test
- test
- upload
.prepare_build: &prepare_build
@ -713,14 +713,14 @@ build_alpine_317_arm:
paths:
- output/
# test:
# stage: test
# tags:
# - oci-fixed-amd
# before_script:
# - *prepare_build
# script:
# - bash builder/test-vncserver
test:
stage: test
tags:
- oci-fixed-amd
before_script:
- *prepare_build
script:
- bash builder/test-vncserver
build_alpine_318: