From 21762f26e7b4af4a10aab62bdab574e795d9bde5 Mon Sep 17 00:00:00 2001 From: * <8> Date: Fri, 25 Nov 2022 15:33:24 +0800 Subject: [PATCH] Match-id-bbef1dfeca6a8be9e1a786bda76e122571ea5bb2 --- .cloudbuild/bench.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .cloudbuild/bench.yml diff --git a/.cloudbuild/bench.yml b/.cloudbuild/bench.yml new file mode 100644 index 00000000..f4883d11 --- /dev/null +++ b/.cloudbuild/bench.yml @@ -0,0 +1,34 @@ +version: 2.0 +notifications: + notifier: + espace: + true: false + email: + true: false +params: + - name: build_system + value: build2 +env: + resource: + image: kweecr02.his.huawei.com:80/ecr-build/cloudsop_javascript_test:cloudsop_javascript_test + type: docker + class: 4U8G +steps: + PRE_BUILD: + - checkout: + path: horizon-core + - gitlab: + url: https://szv-open.codehub.huawei.com/innersource/shanhai/wutong/react/horizon-test.git + branch: one_tree_dev + path: horizon-test + BUILD: + - build_execute: + command: | + yarn config set strict-ssl false + cd horizon-core + yarn + cd ../horizon-test + yarn + yarn run test +buildspace: + fixed: true