Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new chart test workflow #833

Closed
wants to merge 48 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
0634787
ci: add new chart test workflow
FushuWang Jul 7, 2022
a8e8950
ci: update Chart version for test
FushuWang Jul 7, 2022
effb7a7
ci: use yamllint to lint the manifest
FushuWang Jul 7, 2022
2900175
ci: update pulsar-operator kubeVersion for tests
FushuWang Jul 7, 2022
75c7d9a
ci: generate manifests for multiple k8s version
FushuWang Jul 7, 2022
644fcf0
ci: add installation test
FushuWang Jul 7, 2022
436c251
ci: install helm plugin unittest
FushuWang Jul 7, 2022
d612bfb
ci: install the chart on multiple k8s version
FushuWang Jul 7, 2022
998221e
fix: syntax
FushuWang Jul 7, 2022
720934c
fix: reset the chart changes
FushuWang Jul 7, 2022
4594f22
ci: test sn-platform
FushuWang Jul 7, 2022
df52803
chore: disable the trailing-spaces check of yamllint
FushuWang Jul 12, 2022
e293310
fix: yaml lint errors for sn-platform
FushuWang Jul 13, 2022
40dba27
fix: license header
FushuWang Jul 13, 2022
bc13a7b
Merge branch 'master' into fswang/add-chart-tests-for-sn-platform
FushuWang Jul 13, 2022
64ddc6c
ci: install pulsar-operator before install sn-platform
FushuWang Jul 13, 2022
b6264e0
ci: use script to create kind cluster
FushuWang Jul 13, 2022
6a1b00d
ci: pull and load sn-platform image
FushuWang Jul 13, 2022
4d22f84
ci: test on k8s v1.23
FushuWang Jul 13, 2022
dd98b98
ci: fix deployment name
FushuWang Jul 14, 2022
922fd64
ci: debug
FushuWang Jul 14, 2022
48e0ecf
ci: fix deployment name
FushuWang Jul 14, 2022
23cdd9f
ci: clean disk
FushuWang Jul 14, 2022
d3a8fde
ci: add tmate to debug
FushuWang Jul 14, 2022
156c110
ci: add initialize=true to ci/disable-monitoring-values.yaml
FushuWang Jul 14, 2022
077840c
ci: update timeout seconds
FushuWang Jul 14, 2022
e63629d
ci: enable chart-testing debug
FushuWang Jul 14, 2022
0f61d2b
ci: specify the ct config
FushuWang Jul 14, 2022
2c8e942
ci: remove value files of istio and zookeeper
FushuWang Jul 28, 2022
80f41c9
ci: trigger chart test
FushuWang Jul 28, 2022
3133397
fix: try to add push to trigger workflow
FushuWang Aug 5, 2022
1fdb20e
ci: trigger tests
FushuWang Aug 26, 2022
7e8aab8
ci: just install chart sn-platform
FushuWang Sep 2, 2022
6b4e30d
ci: test install sn-platform on multiple k8s version
FushuWang Sep 2, 2022
2eedfc9
Merge branch 'master' into fswang/add-chart-tests-for-sn-platform
FushuWang Sep 2, 2022
81f73c9
fix: merge conflicts
FushuWang Jul 21, 2023
f1a9d1b
ci: upgrade dependencies
FushuWang Jul 21, 2023
2582e24
fix: spaces and indentation issues
FushuWang Jul 21, 2023
abfaa5f
ci: bump chart version to trigger test
FushuWang Jul 21, 2023
4917f8a
fix: chart path
FushuWang Jul 21, 2023
77c8370
ci: remove deleted function-mesh-operator
FushuWang Jul 21, 2023
4f60189
fix: helm unittest param issue
FushuWang Jul 21, 2023
6484335
ci: remove the push trigger
FushuWang Jul 21, 2023
5b143ce
ci: optimize the deprecated action command
FushuWang Jul 21, 2023
398dae5
ci: remove k8s 1.18,1.19, and add 1.25,1.26,1.27 in test
FushuWang Jul 21, 2023
f9e055c
chore: reset sn-platform chart version
FushuWang Jul 21, 2023
8c67dc8
ci: use output to pass chart_name between jobs
FushuWang Jul 21, 2023
c440e08
ci: fix if condition
FushuWang Aug 12, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions ...-platform/ci/enable-zookeeper-backup.yaml → .ci/ct.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
Expand All @@ -18,7 +17,12 @@
# under the License.
#

zookeeper:
customTools:
backup:
enable: true
chart-dirs:
- charts
charts:
- charts/pulsar-operator
- charts/sn-platform

debug: true
helm-extra-args: --timeout 1200
validate-maintainers: false
Loading
Loading