Commit Graph

17 Commits

Author SHA1 Message Date
吴晟 Wu Sheng 922eb09a04
Fix missing fields in scope-definitions.md (#3721)
* Update scope-definitions.md

* Update Jenkinsfile
2019-10-27 17:22:14 +08:00
kezhenxu94 83fb4aa3c0 [CI] Skip CI when only docs are updated (#3722) 2019-10-27 16:01:02 +08:00
kezhenxu94 e131adf292
Make CI run on both skywalking and skywalking-se (#3565) 2019-10-07 18:11:44 +08:00
kezhenxu94 2801de752f Support dynamically configure alarm settings (#3557)
* Support dynamically configure alarm settings

* Update documentation
2019-10-05 22:47:01 +08:00
kezhenxu94 13547c6699 Switch to SkyWalking CI nodes (#3546)
* Switch to SkyWalking CI nodes

* Switch E2E to SkyWalking CI nodes

* Identify CI container name
2019-09-30 12:32:22 +08:00
kezhenxu94 116f50ee82 Try to bring coverall test coverage comments back (#3503)
* Try to bring coverall test coverage comments back

* Remove suspicious rule

* Sync

* Try checkout submodule

* Update labeler.yml

* Update labeler.yml

* Update labeler.yml

* Update labeler.yml

* Rebase

* Remove jmh annotation processor

* Update README.md

* Replace with placeholder and remove Coverall badge in README

* Exclude generated classes from coverage analysis
2019-09-29 07:41:04 +08:00
kezhenxu94 54614a0594 Support gateway without agent (#3308)
* Support Gateway without agent
2019-08-30 16:17:41 +08:00
kezhenxu94 136c7d4f42 Remove coveralls report due to its unavailability (#3260) 2019-08-13 21:49:30 +08:00
kezhenxu94 37acc3dc99 Add dependency licenses check (#3221)
* Add dependency licenses check
2019-08-07 09:45:23 +08:00
kezhenxu94 c11b9f102f Revert parallelism in CI IT build (#3164)
* Don't build JavaDoc since we don't host JavaDoc pages

* Update Jenkinsfile

* Revert back to where it's single-threaded job
2019-07-25 21:22:46 +08:00
Xin,Zhang bf504ab733 Update demo environment (#3149)
* Update demo environment

* Update Jenkinsfile
2019-07-24 10:31:36 +08:00
kezhenxu94 3fd1f072f1 Speed up ci/e2e builds (#3130)
* Make use of multi-thread builds of maven

* Bump up maven version to get rid of parallel build bug

* Apply the same to E2E tests

* Apply the same to JavaDoc task

* Revert E2E settings

* Add maven tuning opts

* Increase maven fork process memory
2019-07-21 10:08:39 +08:00
kezhenxu94 90dadd9264 Do not report coverage on failure (#2953) 2019-06-27 16:24:36 +08:00
kezhenxu94 48835348bb Check disallowed imports in agent instrumentation classes (#2908)
* Check disallowed imports in agent instrumentation classes

* Remove check script

* Remove script
2019-06-19 14:04:22 +08:00
daming dbe7da4e77 Remove imported classes and add ci scripts for plugin import check. (#2881)
Add CI scripts for plugin import check.
2019-06-16 22:05:37 +08:00
kezhenxu94 f5db90b8bd Integrate Jenkins CI (#2864)
* Test

* Sync

* Update ITNacosConfigurationTest.java

* Trigger CI

* Trigger CI

* Trigger CI

* Trigger CI

* Trigger CI

* Remove unused imports to fix checkstyle

* Remove unused imports to fix checkstyle

* Increase timeout since nacos starts slowlly

* Bump up Oracle JDK version

* Remove OracleJDK due to license

* Add CI-with-IT profile and openjdk9

* Add missing profiles

* Lift failsafe plugin to root

* Update pom.xml

* Remove OPENJDK9

* Try parallel builds and add agent

* Try parallel build and windows

* Try parallel build and windows

* Try parallel build and windows

* Try parallel build

* Try parallel build

* Try parallel build

* Fix indentation

* Trigger CI

* Trigger CI

* Remove Windows stage

* Update mvnw.cmd
2019-06-13 17:06:21 +08:00
彭勇升 pengys 4beaac001b Integration test for elastic search client. (#2464)
* Integration test for elastic search client.

* Just test verify command.

* CI command order change.

* Remove maven clean.

* no message

* Create Jenkinsfile to try the apache build for our CI.
2019-04-10 10:15:54 +08:00