Commit Graph

27 Commits

Author SHA1 Message Date
屈轩
5ee016ff02 fix: upgrade goimports (#23320) 2025-09-17 22:01:26 +08:00
Jian Qiu
e7d15aca80 fix: update vendor 3.11 20240917, upgrade go to 1.21 (#21256)
Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2024-09-18 20:48:31 +08:00
Jian Qiu
07c012f929 remove circle cache (#14716)
Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2022-07-27 22:43:58 +08:00
Jian Qiu
014d11e463 fix: remove circle ci store artifacts (#14708)
Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2022-07-26 07:28:19 +08:00
Jian Qiu
26089ffde0 fix: make condition eval compatible with go 1.18 (#14534)
* fix: make condition eval compatible with go 1.18

* fix: update circle-ci image to yunion/centos-build:go-1.18.3-0

* update go,mod go version to 1.18

* update vendor

Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2022-06-28 00:29:56 +08:00
Jian Qiu
84cdeff92b fix: update vendor for clickhouse v2 (#14520)
* fix: update vendor for clickhouse v2

* fix: fix go vet

* fix: unreachable codes

* fix: composite literal uses unkeyed fields

* fix: ignore bad syntax for struct tag value

* fix: use make test to do test ci job

* fix: specify circleci resource_class

Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2022-06-25 15:52:15 +08:00
Jian Qiu
2e3b1f47d7 Updated config.yml 2022-06-25 08:16:22 +08:00
Jian Qiu
2a47105af3 fix: upgrade go version to 1.16 for build docker images (#14526)
Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2022-06-25 02:21:27 +08:00
Yousong Zhou
dfc9b4393f .circleci: use centos-build:1.1-4
- place the code in canonical GOPATH when GO111MODULE can be off
 - always set ONECLOUD_CI_BUILD, including the test step
2020-12-24 13:18:16 +08:00
Yousong Zhou
47fd7fb27e .circleci: build: make with parallel level 2 2020-10-19 10:27:55 +08:00
Yousong Zhou
bf1b1f48b0 .circleci: run tests parallelly 2020-06-15 18:56:33 +08:00
Yousong Zhou
e80c938bad .circleci: run with parallel level 3
Resources: 2CPU/4096MB
2020-05-27 15:18:18 +08:00
Yousong Zhou
67f0da7534 build: docker-centos-build: run as root
so that output file ownership can be properly changed

The Dockerfile was moved to a separate repo for maintenance
2020-03-04 15:04:12 +08:00
Yousong Zhou
ee6f1a4f02 .circleci: use yunionio/onecloud-ci:v1.0.3 2019-10-28 06:22:16 +00:00
Yousong Zhou
f7648e04ee .circleci: yunionio/onecloud-ci: bundle custom goimports 2019-10-28 06:22:16 +00:00
Yousong Zhou
515545163c .circleci: yunionio/onecloud-ci: run as user "build" 2019-10-28 06:22:16 +00:00
Yousong Zhou
8c5fd6b34c .circleci: yunionio/onecloud-ci: bump golang version to 1.13.3 2019-10-28 06:22:16 +00:00
Yousong Zhou
c73e8eb739 .circleci: fix requires 2019-09-09 10:01:08 +00:00
Yousong Zhou
14b07c83b2 .circleci: 构建前check 2019-09-09 07:41:18 +00:00
Zexi
8d3eb74204 update drone ci config 2019-08-24 19:03:43 +08:00
Yousong Zhou
50a9bd8360 .circleci: 改进test执行
避免go test执行两次

避免因push到codecov失败造成测试失败

  1457 @@ -10576,5 +10576,33 @@ yunion.io/x/onecloud/pkg/webconsole/comm
  1458  yunion.io/x/onecloud/pkg/webconsole/command/ssh_command.go:147:                        GetData
  1459  yunion.io/x/onecloud/pkg/webconsole/command/ssh_command.go:164:                        ShowInf
  1460  total:                                                                         (statements)
  1461 -Push /tmp/coverage.8mKa1lRFeG/profile.out to codecov.io^M
  1462 -Exited with code 7
  1463 \ No newline at end of file
  1464 +Push /tmp/coverage.GrWO8OlTrX/profile.out to codecov.io^M
  1465 +^M
  1466 +  _____          _^M
  1467 + / ____|        | |^M
  1468 +| |     ___   __| | ___  ___ _____   __^M
  1469 +| |    / _ \ / _` |/ _ \/ __/ _ \ \ / /^M
  1470 +| |___| (_) | (_| |  __/ (_| (_) \ V /^M
  1471 + \_____\___/ \__,_|\___|\___\___/ \_/^M
  1472 +                              Bash-8a28df4^M
  1473 +^M
  1474 +^M
  1475 +==> Circle CI detected.^M
  1476 +    project root: .^M
  1477 +--> token set from env^M
  1478 +    Yaml found at: vendor/github.com/gin-gonic/gin/codecov.yml^M
  1479 +    -> Found 1 reports^M
  1480 +==> Detecting git/mercurial file structure^M
  1481 +==> Reading reports^M
  1482 +    + /tmp/coverage.GrWO8OlTrX/profile.out bytes=2221509^M
2019-07-15 03:42:46 +00:00
Yousong Zhou
9896ac1bec .circleci: build: save go cache 2019-07-03 13:37:23 +00:00
Yousong Zhou
9b41d5f7a2 .circleci: store_artifacts 2019-06-29 04:56:28 +00:00
Yousong Zhou
d2286fcaea .circleci: bump yunionio/onecloud-ci to version v1.0.2 2019-06-29 04:56:25 +00:00
Zexi
cc1b2e02ff circleci: update test config and make test pass 2019-04-16 17:45:00 +08:00
Zexi
8ec7c519bc add scripts/coverage.sh 2019-04-16 12:55:13 +08:00
Yousong Zhou
42db8ef9ab circleci: initial version 2019-03-28 22:06:20 +08:00