Skip to content

Commit

Permalink
Use specific cluster functions (#118)
Browse files Browse the repository at this point in the history
After introduction of cluster functions [1] we can use them to make our
code nicer and smarter.

[1] submariner-io/shipyard#127
  • Loading branch information
mkolesnik authored Apr 30, 2020
1 parent 5faf4e4 commit 3b1a71e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/kind-e2e/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ source ${SCRIPTS_DIR}/lib/debug_functions
source ${SCRIPTS_DIR}/lib/deploy_funcs
source ${SCRIPTS_DIR}/lib/version
source ${SCRIPTS_DIR}/lib/utils
source ${SCRIPTS_DIR}/lib/cluster_settings

### Functions ###

Expand Down Expand Up @@ -36,9 +37,9 @@ function test_with_e2e_tests {
declare_kubeconfig
PRJ_ROOT=$(git rev-parse --show-toplevel)

run_parallel "2 3" update_coredns_configmap
run_subm_clusters update_coredns_configmap
import_image lighthouse-coredns
run_parallel "{1..3}" update_coredns_deployment
run_subm_clusters update_coredns_deployment

test_with_e2e_tests

Expand Down

0 comments on commit 3b1a71e

Please sign in to comment.