Skip to content

Commit

Permalink
Testing - Updated Argo CLI to v2.3.0 (#1427)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark-kun authored and k8s-ci-robot committed Jun 4, 2019
1 parent 198b022 commit 211f0f4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/install-argo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ kubectl create clusterrolebinding PROW_BINDING --clusterrole=cluster-admin --use
kubectl create clusterrolebinding DEFAULT_BINDING --clusterrole=cluster-admin --serviceaccount=default:default

echo "install argo"
ARGO_VERSION=v2.2.0
ARGO_VERSION=v2.3.0
mkdir -p ~/bin/
export PATH=~/bin/:$PATH
curl -sSL -o ~/bin/argo https://github.com/argoproj/argo/releases/download/$ARGO_VERSION/argo-linux-amd64
Expand Down
2 changes: 1 addition & 1 deletion test/minikube/install_argo_client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARGO_VERSION=${ARGO_VERSION:-v2.2.0}
ARGO_VERSION=${ARGO_VERSION:-v2.3.0}

sudo curl -sSL -o /usr/local/bin/argo https://github.com/argoproj/argo/releases/download/${ARGO_VERSION}/argo-linux-amd64
sudo chmod +x /usr/local/bin/argo
2 changes: 1 addition & 1 deletion test/minikube/install_docker_minikube_argo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ repo_test_dir=$(dirname $0)

DOCKER_VERSION=18.06.1~ce~3-0~$(. /etc/os-release; echo "$ID") "${repo_test_dir}/install_docker.sh"
MINIKUBE_VERSION=v0.30.0 KUBECTL_VERSION=v1.12.2 KUBERNETES_VERSION=v1.12.2 "${repo_test_dir}/install_and_start_minikube_without_vm.sh"
ARGO_VERSION=v2.2.0 "${repo_test_dir}/install_argo_client.sh"
ARGO_VERSION=v2.3.0 "${repo_test_dir}/install_argo_client.sh"
sudo apt-get install socat #needed for port forwarding
2 changes: 1 addition & 1 deletion test/sample-test/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ cd ${BASE_DIR}

# Install argo
echo "install argo"
ARGO_VERSION=v2.2.0
ARGO_VERSION=v2.3.0
mkdir -p ~/bin/
export PATH=~/bin/:$PATH
curl -sSL -o ~/bin/argo https://github.com/argoproj/argo/releases/download/$ARGO_VERSION/argo-linux-amd64
Expand Down

0 comments on commit 211f0f4

Please sign in to comment.