HPCC-24370 Add some regression tests for Helm charts Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
@@ -0,0 +1,45 @@
+name: Run helm chart tests
+
+on:
+ push:
+ branches:
+ - "master"
+ - "candidate-*"
+ - "!candidate-7.8.*"
+ - "!candidate-7.6.*"
+ - "!candidate-7.4.*"
+ - "!candidate-7.2.*"
+ - "!candidate-7.0.*"
+ - "!candidate-6.*"
+ paths:
+ - "helm/**/*"
+ - "testing/helm/**/*"
+ pull_request:
+jobs:
+ build:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v2
+ with:
+ submodules: false
+ - uses: azure/setup-helm@v1
+ version: 'latest'
+ id: install
+ - name: Test
+ working-directory: ./testing/helm
+ run: ./run.sh