Skip to content

Commit

Permalink
[bitnami/*]: chore: 🔧 Remove "Chart Test" pipeline (bitnami#9931)
Browse files Browse the repository at this point in the history
* [bitnami/*]: chore: 🔧 Remove "Chart Test" action

Signed-off-by: Javier Salmeron Garcia <[email protected]>

* Update contributing

Signed-off-by: Javier Salmeron Garcia <[email protected]>
  • Loading branch information
javsalgar authored Apr 26, 2022
1 parent 74e7106 commit 2246e05
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 42 deletions.
16 changes: 0 additions & 16 deletions .github/ct-install.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/lint-test.yaml

This file was deleted.

5 changes: 2 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,14 @@ Notice the `Author` and `Signed-off-by` lines match. If they don't your PR will

### PR Approval and Release Process

1. Changes are automatically linted and tested using the [`ct` tool](https://github.com/helm/chart-testing) as a [GitHub action](https://github.com/helm/chart-testing-action). Those tests are based on `helm install`, `helm lint` and `helm test` commands and provide quick feedback about the changes in the PR. For those tests, the chart is installed on top of [kind](https://github.com/kubernetes-sigs/kind) and this step is not blocking (as opposed to 3rd step).
1. Changes are manually reviewed by Bitnami team members.
1. Once the changes are accepted, the PR is verified with a [Static analysis](https://github.com/bitnami/charts/blob/master/TESTING.md#Static-analysis) that includes the lint and the vulnerability checks. If that passes, the Bitnami team will review the changes and trigger the verification and functional tests.
1. Once the changes are accepted, the PR is verified with a [Static analysis](https://github.com/bitnami/charts/blob/master/TESTING.md#Static-analysis) that includes the lint and the vulnerability checks. If that passes, the Bitnami team will review the changes and trigger the verification and functional tests.
1. When the PR passes all tests, the PR is merged by the reviewer(s) in the GitHub `master` branch.
1. Then our CI/CD system is going to push the chart to the Helm registry including the recently merged changes and also the latest images and dependencies used by the chart. The changes in the images will be also committed by the CI/CD to the GitHub repository, bumping the chart version again.

***NOTE***: Please note that, in terms of time, may be a slight difference between the appearance of the code in GitHub and the chart in the registry.

### Testing
### Testing

1. Read the [Test Strategy](https://github.com/bitnami/charts/blob/master/TESTING.md) guide.
2. Determine the types of tests you will need based on the chart you are testing and the information in the test strategy.
Expand Down

0 comments on commit 2246e05

Please sign in to comment.