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

Fix CI job name conflicts

parent 9dc4a6af
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ test gcp connection: ...@@ -33,7 +33,7 @@ test gcp connection:
kubectl get all; kubectl get all;
fi fi
gstest deploy grb: gcp deploy grb:
extends: .gcloud_base extends: .gcloud_base
stage: deploy GRB stage: deploy GRB
script: script:
...@@ -47,7 +47,7 @@ gstest deploy grb: ...@@ -47,7 +47,7 @@ gstest deploy grb:
dependencies: dependencies:
- get_chart_grb - get_chart_grb
gs create geotiff storage: gcp create geotiff storage:
extends: .gcloud_base extends: .gcloud_base
stage: create storage stage: create storage
script: script:
...@@ -63,7 +63,7 @@ gs create geotiff storage: ...@@ -63,7 +63,7 @@ gs create geotiff storage:
- ci_gcp/geotiff-pvc.yaml - ci_gcp/geotiff-pvc.yaml
- if: $CREATE_STORAGE - if: $CREATE_STORAGE
gs create shapefile storage: gcp create shapefile storage:
extends: .gcloud_base extends: .gcloud_base
stage: create storage stage: create storage
script: script:
...@@ -79,7 +79,7 @@ gs create shapefile storage: ...@@ -79,7 +79,7 @@ gs create shapefile storage:
- ci_gcp/shapefiles-pvc.yaml - ci_gcp/shapefiles-pvc.yaml
- if: $CREATE_STORAGE - if: $CREATE_STORAGE
gs deploy rabbit: gcp deploy rabbit:
environment: environment:
name: geosphere name: geosphere
url: http://geosphere.ssec.wisc.edu url: http://geosphere.ssec.wisc.edu
...@@ -99,7 +99,7 @@ gs deploy rabbit: ...@@ -99,7 +99,7 @@ gs deploy rabbit:
- ci_geosphere/values-geosphere-rabbit.yaml - ci_geosphere/values-geosphere-rabbit.yaml
- if: $DEPLOY_RABBIT - if: $DEPLOY_RABBIT
gstest deploy client: gcp deploy client:
extends: .gcloud_base extends: .gcloud_base
stage: deploy Client stage: deploy Client
script: script:
......
...@@ -52,68 +52,6 @@ gstest deploy rabbit: ...@@ -52,68 +52,6 @@ gstest deploy rabbit:
- ci_geosphere-test/values-geosphere-rabbit.yaml - ci_geosphere-test/values-geosphere-rabbit.yaml
- if: $DEPLOY_RABBIT - if: $DEPLOY_RABBIT
#gstest deploy tile gen g16 radf:
# extends: .deploy_tile_gen
# variables:
# VALUES_DIR: "ci_geosphere-test"
# DEPLOY_SUFFIX: "-g16-radf"
# rules:
# - if: '$CI_COMMIT_BRANCH != "master"'
# when: never
# - if: '$kubekorner_k3s_config == null'
# when: never
# - when: on_success
#
#gstest deploy tile gen g16 radc:
# extends: .deploy_tile_gen
# variables:
# VALUES_DIR: "ci_geosphere-test"
# DEPLOY_SUFFIX: "-g16-radc"
# rules:
# - if: '$CI_COMMIT_BRANCH != "master"'
# when: never
# - if: '$kubekorner_k3s_config == null'
# when: never
# - when: on_success
#
#gstest deploy tile gen g16 radm1:
# extends: .deploy_tile_gen
# variables:
# VALUES_DIR: "ci_geosphere-test"
# DEPLOY_SUFFIX: "-g16-radm1"
# rules:
# - if: '$CI_COMMIT_BRANCH != "master"'
# when: never
# - if: '$kubekorner_k3s_config == null'
# when: never
# - when: on_success
#
#gstest deploy tile gen g16 radm2:
# extends: .deploy_tile_gen
# variables:
# VALUES_DIR: "ci_geosphere-test"
# DEPLOY_SUFFIX: "-g16-radm2"
# rules:
# - if: '$CI_COMMIT_BRANCH != "master"'
# when: never
# - if: '$kubekorner_k3s_config == null'
# when: never
# - when: on_success
#
#gstest deploy mapserver:
# environment:
# name: geosphere-test
# url: http://geosphere-test.ssec.wisc.edu
# variables:
# VALUES_DIR: "ci_geosphere-test"
# extends: .deploy_mapserver
# rules:
# - if: '$CI_COMMIT_BRANCH != "master"'
# when: never
# - if: '$kubekorner_k3s_config == null'
# when: never
# - when: on_success
gstest deploy mapcache: gstest deploy mapcache:
environment: environment:
name: geosphere-test name: geosphere-test
......
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