From ce9a0f683f57460e6adf7d65d44d76e77fda6a73 Mon Sep 17 00:00:00 2001 From: "Yuan (Bob) Gong" Date: Mon, 9 Nov 2020 15:15:25 +0800 Subject: [PATCH] test(gcp): fix cleanup minor mistakes (#800) --- Makefile | 2 +- .../tekton.dev_v1alpha1_task_cleanup-kubeflow-ci.yaml | 2 +- .../kf-ci/tekton.dev_v1alpha1_task_cleanup-kubeflow-ci.yaml | 2 +- tekton/templates/tasks/cleanup-kubeflow-ci.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 00385855571..a818d13dee5 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ hydrate: kustomize build -o $(REPO_DIRS)/kf-ci-v1/namespaces/auto-deploy $(TEKTON_INSTALLS)/auto-deploy kustomize build -o $(REPO_DIRS)/kf-ci-v1/namespaces/auto-deploy test-infra/auto-deploy/manifest kustomize build -o $(REPO_DIRS)/kf-ci-v1/namespaces/kf-ci $(TEKTON_INSTALLS)/kf-ci - cd test-infra/cleanup && make hydrate + cd test-infra/cleanup && $(MAKE) hydrate # Make sure there are no nomos errors .PHONY: diff --git a/acm-repos/kf-ci-v1/namespaces/auto-deploy/tekton.dev_v1alpha1_task_cleanup-kubeflow-ci.yaml b/acm-repos/kf-ci-v1/namespaces/auto-deploy/tekton.dev_v1alpha1_task_cleanup-kubeflow-ci.yaml index 1d3202bf7cd..7cdf5962ac9 100644 --- a/acm-repos/kf-ci-v1/namespaces/auto-deploy/tekton.dev_v1alpha1_task_cleanup-kubeflow-ci.yaml +++ b/acm-repos/kf-ci-v1/namespaces/auto-deploy/tekton.dev_v1alpha1_task_cleanup-kubeflow-ci.yaml @@ -57,7 +57,7 @@ spec: - auto-blueprints - --project=$(inputs.params.project) - --context=$(inputs.params.management-project) - - --dryrun=false + - --dryrun=False env: - name: KUBECONFIG value: /workspace/kubeconfig diff --git a/acm-repos/kf-ci-v1/namespaces/kf-ci/tekton.dev_v1alpha1_task_cleanup-kubeflow-ci.yaml b/acm-repos/kf-ci-v1/namespaces/kf-ci/tekton.dev_v1alpha1_task_cleanup-kubeflow-ci.yaml index ac155e19156..619c8741568 100644 --- a/acm-repos/kf-ci-v1/namespaces/kf-ci/tekton.dev_v1alpha1_task_cleanup-kubeflow-ci.yaml +++ b/acm-repos/kf-ci-v1/namespaces/kf-ci/tekton.dev_v1alpha1_task_cleanup-kubeflow-ci.yaml @@ -57,7 +57,7 @@ spec: - auto-blueprints - --project=$(inputs.params.project) - --context=$(inputs.params.management-project) - - --dryrun=false + - --dryrun=False env: - name: KUBECONFIG value: /workspace/kubeconfig diff --git a/tekton/templates/tasks/cleanup-kubeflow-ci.yaml b/tekton/templates/tasks/cleanup-kubeflow-ci.yaml index cc4cca77d9e..ba3d575e962 100644 --- a/tekton/templates/tasks/cleanup-kubeflow-ci.yaml +++ b/tekton/templates/tasks/cleanup-kubeflow-ci.yaml @@ -61,7 +61,7 @@ spec: - auto-blueprints - --project=$(inputs.params.project) - --context=$(inputs.params.management-project) - - --dryrun=false + - --dryrun=False env: - name: KUBECONFIG value: /workspace/kubeconfig