tison
fd71b46b1a
Replace handmade lint script with official action ( #292 )
...
* replace homemade release script with official action
Signed-off-by: tison <wander4096@gmail.com>
* bundle helm/chart-releaser-action
Signed-off-by: tison <wander4096@gmail.com>
* update .asf.yaml
Signed-off-by: tison <wander4096@gmail.com>
* fix helm/chart-testing-action is not allowed
Signed-off-by: tison <wander4096@gmail.com>
* try azure/setup-helm is allowed
Signed-off-by: tison <wander4096@gmail.com>
* Revert "try azure/setup-helm is allowed"
This reverts commit 7ee6fc0b3d4584127568fe607732b9c3aa70f031.
* replace handmade lint script with official action
Signed-off-by: tison <wander4096@gmail.com>
Signed-off-by: tison <wander4096@gmail.com>
2022-10-19 15:34:22 -05:00
Lari Hotari
9b672379dd
[CI] Improve change detection by reusing solution from apache/pulsar ( #194 )
...
* [CI] Improve change detection by reusing solution from apache/pulsar
* Fix verify release
2022-01-04 11:40:40 +02:00
Lari Hotari
567bd7c5b3
[CI] Add job 45min timeout and cancel duplicate jobs ( #193 )
2022-01-03 10:17:21 +01:00
xiaolong ran
36e13e1078
Upgrade chart-testing-action to 2.0.0 ( #83 )
...
Signed-off-by: xiaolong.ran <rxl@apache.org>
### Motivation
The lint ci error as follows:
```
Linting chart 'pulsar => (version: "2.6.2-1", path: "charts/pulsar")'
Checking chart 'pulsar => (version: "2.6.2-1", path: "charts/pulsar")' for a version bump...
Old chart version: 2.6.1-2
New chart version: 2.6.2-1
Chart version ok.
Validating /workdir/charts/pulsar/Chart.yaml...
Validation success! 👍
Validating maintainers...
Error: Error linting charts: Error processing charts
------------------------------------------------------------------------------------------------------------------------
✖︎ pulsar => (version: "2.6.2-1", path: "charts/pulsar") > Error validating maintainer 'The Apache Pulsar Team': 404 Not Found
------------------------------------------------------------------------------------------------------------------------
Error linting charts: Error processing charts
```
### Modifications
Upgrade `chart-testing-action` to 2.0.0
### Verifying this change
- [x] Make sure that the change passes the CI checks.
2020-11-13 10:51:44 +08:00
Sijie Guo
669af788ff
Fix "unknown apiVersion: kind.sigs.k8s.io/v1alpha3" ( #76 )
...
* Fix "unknown apiVersion: kind.sigs.k8s.io/v1alpha3"
*Motivation*
The api version `kind.sigs.k8s.io/v1alpha3` is not available anymore for kind clusters.
So all the CI actions are broken now. This PR fix the issue.
Additionally it adds a helm chart lint job to lint the chart changes.
* Trigger CI when kind cluster build script is changed
2020-11-11 11:48:42 -07:00