summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryangwei <[email protected]>2020-09-10 14:55:44 +0800
committeryangwei <[email protected]>2020-09-10 14:55:44 +0800
commitd42c5eeb0fe737aaef278c64f6838d82c1ec2efd (patch)
treece7e94f76a2a379c3d6cfa1e89e3bd2f370e1504
parent49b61b11a9d2000bdd1fbb3018bfcba419ba1b5c (diff)
更新CI规则,包含testing的tag上传至testing目录
-rw-r--r--.gitlab-ci.yml18
1 files changed, 18 insertions, 0 deletions
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