Skip to content

Commit

Permalink
use the pipeline kubeconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mohit-sheth authored and chaitanyaenr committed Mar 6, 2020
1 parent 0e5180b commit bdebf8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jjb/dynamic/uperf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
# run tests
pushd workloads/network-perf/
./run_hostnetwork_network_test_fromgit.sh
./run_pod_network_test_fromgit.sh
./run_serviceip_network_test_fromgit.sh
./run_hostnetwork_network_test_fromgit.sh test_cloud $KUBECONFIG
./run_pod_network_test_fromgit.sh test_cloud $KUBECONFIG
./run_serviceip_network_test_fromgit.sh test_cloud $KUBECONFIG
concurrent: true
description: |
Uperf is a network performance tool
Expand Down

0 comments on commit bdebf8c

Please sign in to comment.