mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-07-17 16:36:49 +00:00
KASM-6904 Restore CI test stage
This commit is contained in:
parent
2bd7e9497a
commit
47b95c4659
1 changed files with 10 additions and 10 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue