From d42c5eeb0fe737aaef278c64f6838d82c1ec2efd Mon Sep 17 00:00:00 2001 From: yangwei Date: Thu, 10 Sep 2020 14:55:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0CI=E8=A7=84=E5=88=99=EF=BC=8C?= =?UTF-8?q?=E5=8C=85=E5=90=ABtesting=E7=9A=84tag=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E8=87=B3testing=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e60dd2..0d56f69 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -88,3 +88,21 @@ release_build_release: - build/*.rpm only: - tags + except: + - /^v[0-9].*-testing$/i + +testing_build_release: + stage: build + variables: + BUILD_TYPE: RelWithDebInfo + PACKAGE: 1 + UPLOAD: 1 + PULP3_REPO_NAME: framework-testing-x86_64.el7 + PULP3_DIST_NAME: framework-testing-x86_64.el7 + extends: .build_by_travis + artifacts: + name: "MESA_handle_logger-$CI_COMMIT_REF_NAME-release" + paths: + - build/*.rpm + only: + - /^v[0-9].*-testing$/i \ No newline at end of file