天元
d4705380a8
remove dashboard related code
2021-03-20 18:36:51 +08:00
mason1kwok
d6cb52d73a
add skip condition on e2e-rollout CI
2021-03-18 14:54:37 +08:00
Jianbo Sun
019d8719a3
Revert "test run e2e on github native action runner ( #1209 )"
...
This reverts commit 86b363c56c .
2021-03-18 12:09:56 +08:00
Ryan Zhang
7e22c19383
move out rollout e2e ( #1205 )
...
* move out rollout e2e
* fix go workflow
2021-03-17 19:13:24 -07:00
Jianbo Sun
86b363c56c
test run e2e on github native action runner ( #1209 )
...
* test run e2e on github native action runner
* add ginkgo
Co-authored-by: Ryan Zhang <yangzhangrice@hotmail.com >
2021-03-17 17:45:10 -07:00
Jianbo Sun
cbc7a3855e
Merge pull request #1202 from wonderflow/upgradeci
...
upgrade golang ci lint to 1.38.0 and fix lint error
2021-03-16 16:07:19 +08:00
天元
711a4a9d7a
configure ci to skip duplicate job
2021-03-16 15:35:13 +08:00
天元
1cdcf2ab48
upgrade golang ci lint to 1.38.0 and fix lint error
2021-03-16 15:06:48 +08:00
WYike
994ef23c0c
modify controller,webhook,api,chart ( #1085 )
...
solve failed test
add compatibility test for old crd
add app ns for cli
modify compatibility test
solve compatibility problem
add testing for GetDefinition func with cluster scope CRD
generate code for compatibility-test
move testdata generate to makefile
optimize ci pipeline for compatibility-test
2021-03-04 23:14:18 -08:00
yangsoon
6c794bda08
fix issue #1140 delete image after e2e test
2021-03-05 12:04:07 +08:00
Ryan Zhang
c520a24423
fix rolling with manaul annotation and improve the demo a bit
2021-03-04 00:34:09 -08:00
Ryan Zhang
eac2d37551
add webhook and kruise ( #1135 )
2021-03-03 23:21:02 -08:00
天元
d7a12ac5fd
enable CI for release-*
2021-02-23 19:13:18 +08:00
roy wang
93ae8a9099
fix staticcheck issues
...
add staticcheck CI action
add staticcheck in Makefile
Signed-off-by: roywang <seiwy2010@gmail.com >
2021-01-29 18:42:03 +09:00
Ryan Zhang
023d24d392
draft
2021-01-19 15:50:38 -08:00
Jianbo Sun
89863b30e8
fix ci and refactor code ( #887 )
...
* adjust CI scripts
* fix go ci order
* try fix
* use appfile to update trait
* fix vela status
* use assert.ObjectAreEqual to check diff for map case
* remove application controller own AC and Components
* tune place
* fix lint
* update
* remove error check of vela init test
Co-authored-by: Ryan Zhang <yangzhangrice@hotmail.com >
2021-01-15 19:04:12 +08:00
天元
76e0bbcabd
run CI check for all PR including docs/ and *md
2020-12-25 17:53:04 +08:00
天元
9224e8eb47
fix CI
2020-12-07 20:15:40 +08:00
天元
6b931d9b32
fix unstable test as workload changed by reconcile
...
Signed-off-by: 天元 <jianbo.sjb@alibaba-inc.com >
2020-11-27 20:11:26 +08:00
天元
43754e89b6
merge CI and makefile
...
Signed-off-by: 天元 <jianbo.sjb@alibaba-inc.com >
2020-11-27 12:16:36 +08:00
天元
1a592496a1
update KIND action to fix CI
...
Signed-off-by: 天元 <jianbo.sjb@alibaba-inc.com >
2020-11-17 10:47:44 +08:00
Hongchao Deng
3edc6ed317
CI: ignore all markdown changes
2020-11-11 19:42:41 -08:00
Hongchao Deng
4b609e0fff
vela up support url, fix scale/rollout/metrics to focus on appfile, fix reference doc
...
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com >
2020-11-11 17:13:24 -08:00
Hongchao Deng
cd3c91b537
make CI ignore doc change
2020-11-10 11:01:51 -08:00
Hongchao Deng
1809b47bb9
doc: add extending vela ( #511 )
...
* doc: add extending vela
- also rename in `system update` name -> type, type -> category
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com >
* github action: fixed ubuntu version
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com >
* update
2020-11-05 10:09:29 +08:00
天元
0990e6fa64
fix autoscaler
...
Signed-off-by: 天元 <jianbo.sjb@alibaba-inc.com >
2020-10-27 10:19:26 +08:00
Hongchao Deng
4fa3fb6486
move codecov upload to github workflow
2020-10-16 16:44:35 -07:00
Ryan Zhang
16fd51a213
adjust the helm setting and README ( #269 )
...
* add dependancy installer and fix e2e
* fix build
* add kubebuilder
2020-09-15 15:08:17 +08:00
天元
7f78ce5e7b
refine and split and faster CI
2020-09-10 15:31:51 +08:00
Ryan Zhang
7de9f7b16b
install kubebuilder to make the test run
2020-08-27 00:40:46 -07:00
Zheng Xi Zhou
8da6e93480
Refine CI build ( #196 )
...
* Refine CI build
remove vela binary build during e2e-test, instead
use the binary after make build
* update old command `vela system:init`
2020-08-25 16:08:16 +08:00
Zheng Xi Zhou
79d3d3c446
Implement env APIs ( #164 )
...
* Implement API `api/envs/default/apps/
implement API `api/envs/default/apps/ and refactor code
* address comments from @wonderflow and @ryan
* fix code rebase issue
* Implement env APIs
implemented APIs for env and make api-test
and e2e-setup
* fix ci issues
* address comments
2020-08-18 18:15:28 +08:00
天元
fb73e27de3
fix e2e test
2020-08-14 15:51:51 +08:00
zzxwill
190fe97530
remove oam runtime workaround and complete some TODOs
2020-08-10 11:48:54 +08:00
zzxwill
106d8a4729
renaming command name
2020-08-10 10:43:02 +08:00
zzxwill
90655bfdfc
run e2e before make build and unit-test
2020-08-10 10:17:22 +08:00
zzxwill
d853ff82b0
sleep 10 seconds
2020-08-10 10:17:22 +08:00
zzxwill
5ffe9e2ce5
Temporarily fix oam kubernetes runtime CRD issue
...
after PR https://github.com/crossplane/oam-kubernetes-runtime/pull/162
is merged, this workround should be removed
2020-08-10 10:17:22 +08:00
zzxwill
22fe290c2c
manually install oam runtime and apply definition manifests
2020-08-10 10:17:22 +08:00
天元
728ebb33b2
refactor rudr run to rudr <workload>:run
2020-08-01 13:14:06 +08:00
天元
05122b30a9
add CI workflow
...
Signed-off-by: 天元 <jianbo.sjb@alibaba-inc.com >
2020-07-17 13:58:31 +08:00