Skip to content
Snippets Groups Projects
Verified Commit 6adac0b5 authored by David Hoese's avatar David Hoese
Browse files

Add placeholder test for tests yaml

parent 3b870714
No related branches found
No related tags found
No related merge requests found
...@@ -66,30 +66,31 @@ ...@@ -66,30 +66,31 @@
# - ci_geosphere/values-geosphere-rabbit.yaml # - ci_geosphere/values-geosphere-rabbit.yaml
# - if: $DEPLOY_RABBIT # - if: $DEPLOY_RABBIT
# #
#gs deploy g16 grb: test_basic_grb:
## environment: # environment:
## name: geosphere # name: geosphere
## url: http://geosphere.ssec.wisc.edu # url: http://geosphere.ssec.wisc.edu
# extends: .helm_based_job extends: .helm_based_job
# stage: deploy GRB stage: test
# script: script:
# - ns=$(./helpers/get_namespace.sh) - ns=$(./helpers/get_namespace.sh)
- echo $ns
# - cd geosphere-grb/chart # - cd geosphere-grb/chart
# - source cspp-geo-grb/cibuild.env # - source cspp-geo-grb/cibuild.env
# # copy secret kubeconfig to the mounted (pwd) directory # copy secret kubeconfig to the mounted (pwd) directory
# - cp $kubekorner_k3s_config . # - cp $kubekorner_k3s_config .
# - kubeconfig=$(basename $kubekorner_k3s_config) # - kubeconfig=$(basename $kubekorner_k3s_config)
# - echo "Deploying version $docker_tag to cluster namespace $ns" # - echo "Deploying version $docker_tag to cluster namespace $ns"
# # copy extra values files to the local directory (where helm has access via docker mount) # copy extra values files to the local directory (where helm has access via docker mount)
# - cp ../../ci_geosphere/values-grb-g16.yaml . # - cp ../../ci_geosphere/values-grb-g16.yaml .
# # namespace names are the same as domain names # namespace names are the same as domain names
# - helm upgrade -v 2 --install --kubeconfig $kubeconfig --namespace $ns --set persistence.enabled=true --set persistence.storageClass=longhorn -f values-grb-g16.yaml cspp-geo-grb cspp-geo-grb/ # - helm upgrade -v 2 --install --kubeconfig $kubeconfig --namespace $ns --set persistence.enabled=true --set persistence.storageClass=longhorn -f values-grb-g16.yaml cspp-geo-grb cspp-geo-grb/
# dependencies: dependencies:
# - get_chart_grb - get_chart_grb
# rules: rules:
# - if: $CI_COMMIT_TAG !~ $GEOSPHERE_TAG_REGEX - if: '$CI_COMMIT_BRANCH != "master"'
# when: never when: never
# - when: on_success - when: on_success
# #
#gs deploy geo2grid g16 radf: #gs deploy geo2grid g16 radf:
# extends: .deploy_geo2grid # extends: .deploy_geo2grid
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment