Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
geosphere-deploy
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cspp_geo
geosphere
geosphere-deploy
Commits
5e52db65
Verified
Commit
5e52db65
authored
4 years ago
by
David Hoese
Browse files
Options
Downloads
Patches
Plain Diff
Add README, PV, and PVC files to ci tests
parent
76b0e294
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ci_tests/README.md
+20
-0
20 additions, 0 deletions
ci_tests/README.md
ci_tests/cadu-pv.yaml
+14
-0
14 additions, 0 deletions
ci_tests/cadu-pv.yaml
ci_tests/cadu-pvc.yaml
+11
-0
11 additions, 0 deletions
ci_tests/cadu-pvc.yaml
with
45 additions
and
0 deletions
ci_tests/README.md
0 → 100644
+
20
−
0
View file @
5e52db65
# Continuous Integration Tests
This directory contains the necessary configuration to create and run tests
during the CI "test" stage to do basic sanity checking of the installed
components.
These tests expect to be run in the "geosphere-ci-tests" namespace on a
Kubernetes cluster, but this is configurable in the root
`.gitlab-ci.yml`
configuration file (see
`TESTS_NAMESPACE`
).
## Administrative Setup
These tests depend on input test data being present on the cluster. The exact
path is in
`cadu-pv.yaml`
. Once the PeristentVolume and PersistentVolumeClaim
are created, the input data will be fed to the test CSPP Geo GRB container.
```
bash
kubectl
-n
geosphere-ci-tests create cadu-pv.yaml
kubectl
-n
geosphere-ci-tests create cadu-pvc.yaml
```
\ No newline at end of file
This diff is collapsed.
Click to expand it.
ci_tests/cadu-pv.yaml
0 → 100644
+
14
−
0
View file @
5e52db65
apiVersion
:
v1
kind
:
PersistentVolume
metadata
:
name
:
geosphere-ci-tests-cadu
labels
:
type
:
local
spec
:
storageClassName
:
manual
capacity
:
storage
:
10Gi
accessModes
:
-
ReadWriteOnce
hostPath
:
path
:
"
/apollo/csppgeo/users/davidh/cadu_20200410_1700"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
ci_tests/cadu-pvc.yaml
0 → 100644
+
11
−
0
View file @
5e52db65
apiVersion
:
v1
kind
:
PersistentVolumeClaim
metadata
:
name
:
geosphere-ci-tests-cadu
spec
:
storageClassName
:
manual
accessModes
:
-
ReadWriteOnce
resources
:
requests
:
storage
:
10Gi
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment