Skip to content
Snippets Groups Projects

docs: update document according to the recent update

Merged lintao@ihep.ac.cn requested to merge lintao/readme/update into master
+ 1
10
@@ -43,6 +43,7 @@ stages:
# for k8s
.build_template_k8s:
extends: .envvar_template
image: cepc/cepcsw-cvmfs:el9
stage: build
tags:
- k8s # using k8s as runner
@@ -55,17 +56,8 @@ stages:
##############################################################################
# Build & Test in k8s (LCG)
##############################################################################
# build:lcg:el7:k8s:
# extends: .build_template_k8s
# image: cepc/cepcsw-cvmfs:el7
# CEPCSW_LCG_PLATFORM: x86_64-centos7-gcc11-opt
# CEPCSW_LCG_VERSION: 103.0.2
# rules:
# - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
# when: manual
build:lcg:el9:k8s:
extends: .build_template_k8s
image: cepc/cepcsw-cvmfs:el9
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
when: manual
@@ -73,7 +65,6 @@ build:lcg:el9:k8s:
reports:
junit: build.${CEPCSW_LCG_VERSION}.${CEPCSW_LCG_PLATFORM}/cepcsw-ctest-result.xml
##############################################################################
# Build the docs
##############################################################################
Loading