EOX GitLab Instance
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vs-deployment
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Data Handling
vs-deployment
Merge requests
!35
Auto update vs ingestor 2.0.6
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Auto update vs ingestor 2.0.6
auto-update-vs-ingestor-2.0.6
into
main
Overview
0
Commits
2
Pipelines
1
Changes
1
Merged
Bernhard Mallinger
requested to merge
auto-update-vs-ingestor-2.0.6
into
main
3 years ago
Overview
0
Commits
2
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
e2211f0a
Prev
Next
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
e2211f0a
Increasing timeout to 8 min
· e2211f0a
Bernhard Mallinger
authored
3 years ago
.gitlab-ci.yml
+
2
−
2
Options
@@ -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
7
m for some leeway
-
helm install my-helm-release . --wait --timeout
7
m --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
8
m for some leeway
-
helm install my-helm-release . --wait --timeout
8
m --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