EOX GitLab Instance

Skip to content
Snippets Groups Projects

Auto update vs ingestor 2.0.6

Merged Bernhard Mallinger requested to merge auto-update-vs-ingestor-2.0.6 into main
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -37,8 +37,8 @@ integration-test:
- kubectl cluster-info
- export PREPROCESSOR_RESULTS_BUCKET=$(cat /proc/sys/kernel/random/uuid)
- kubectl apply -f testing/pvc-redis.yaml
# default timeout is 7 min, move to 7m for some leeway
- helm install my-helm-release . --wait --timeout 7m --values ./testing/values-testing.yaml --values "${SECRET_HELM_VALUES_TESTING}" --set global.storage.target.container=${PREPROCESSOR_RESULTS_BUCKET}
# default timeout is 5 min, move to 8m for some leeway
- helm install my-helm-release . --wait --timeout 8m --values ./testing/values-testing.yaml --values "${SECRET_HELM_VALUES_TESTING}" --set global.storage.target.container=${PREPROCESSOR_RESULTS_BUCKET}
- kubectl get po -A
script:
- cd testing && ./run_integration_test.sh
Loading