Commit Graph

9 Commits

Author SHA1 Message Date
Javier J. Salmerón-García
5293056fdc [bitnami/*] test: Skip Early Feedback test in bitnami/common (#9240)
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
2022-03-01 12:27:11 +01:00
mpermar
15fb1a3424 Move us to use the action from the official repo (#9190)
Signed-off-by: Martin Perez <martinpe@vmware.com>
2022-02-24 09:29:59 +01:00
Javier J. Salmerón-García
c18cd75d3c [bitnami/*] test: 🚑 Fix incorrect jq parsing (#9164)
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
2022-02-22 16:55:23 +01:00
Marcello Pontes
8a68afc4c7 [bitnami/*] test: fixed bump detection (#9069)
* [bitnami/*] test: fixed bump detection

ref: bitnami/charts#9062 -- The script compared with the head repo, not base; now using data from the API response to detect bumps
Signed-off-by: Marcello Pontes <balaum@gmail.com>

* [bitnami/*] removed extra char on bump detection

Signed-off-by: Marcello Pontes <balaum@gmail.com>
2022-02-22 15:50:00 +01:00
Javier J. Salmerón-García
6707a2c446 [bitnami/*]: test: 🚸 Make "Early Feedback" run in all PRs (#9077)
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
2022-02-18 16:48:51 +01:00
Javier J. Salmerón-García
4c64e83ab4 [bitnami/*]: test: 🚑 Fix incorrect version bump detection (#9066)
The check in the version bump was using the wrong file list. This PR fixes it.
2022-02-18 10:13:38 +01:00
Javier J. Salmerón-García
4cf1d63439 [bitnami/*] test: 🚸 Improve "Early Feedback" list of changed files (#9055)
* [bitnami/*] test: 🚸 Improve "Early Feedback" list of changed files

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>

* Add token

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
2022-02-17 13:13:24 +01:00
Javier J. Salmerón-García
13b8419190 test(all): 🚑 Fix incorrect chart changes detection (#9024)
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
2022-02-15 17:05:19 +01:00
Javier J. Salmerón-García
71f3012093 [bitnami/*]: test: Add VIB integration for package, lint and trivy (#9009)
Description of the change

This PR adds integration with the VMware Image Builder Github actions for package, lint and trivy.

It will also remove the redundant actions from helm/ct. The conditions for launching the VIB pipeline are:

PRs need to affect only one chart
PRs need to bump the chart version
It has been tested with the following examples:

Successful chart bumps (the pipeline runs): Bump argo-workflows javsalgar/charts-1#1 Bump bitnami/nginx-ingress-controller  javsalgar/charts-1#7

Two chart bumps (the pipeline gets skipped): Bump bitnami/pytorch and bitnami/haproxy javsalgar/charts-1#3

Changes without version bump (the action fails): Update grafana readme javsalgar/charts-1#5 Change wavefront-prometheus-adapter README javsalgar/charts-1#2 Change bitnami/drupal description javsalgar/charts-1#8

Changes in the repo root (the action does not run): Change root repo license javsalgar/charts-1#4

Create a file in the bitnami/ folder without affecting a chart (the pipeline gets skipped): Change root repo license javsalgar/charts-1#4
2022-02-15 16:50:24 +01:00