From fab814d6c684f15d3b2ca166b57eb181d41aaf47 Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Mon, 23 Jun 2025 12:49:16 -0700 Subject: [PATCH] start updating pipelines --- pipelines/main/pipeline.yml | 17 ++++++++--------- pipelines/pull-requests/pipeline.yml | 3 +-- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/pipelines/main/pipeline.yml b/pipelines/main/pipeline.yml index be8c60386..d932a8874 100644 --- a/pipelines/main/pipeline.yml +++ b/pipelines/main/pipeline.yml @@ -297,8 +297,7 @@ resources: - name: pinniped type: git icon: github - check_every: 10m - webhook_token: ((github-webhook-token)) + check_every: 1m source: uri: git@github.com:vmware-tanzu/pinniped.git branch: main @@ -2493,13 +2492,13 @@ jobs: <<: *jumpcloud_integration_env_vars <<: *active_directory_integration_env_vars <<: *github_integration_env_vars - - task: install-and-configure-cert-manager - file: pinniped-ci/pipelines/shared-tasks/install-and-configure-cert-manager/task.yml - image: k8s-app-deployer-image - timeout: 15m - params: - PINNIPED_GCP_PROJECT: ((gcp-project-name)) - CERT_MANAGER_DNS_ADMIN_JSON_KEY: ((cert-manager-dns-admin-json-key)) +# - task: install-and-configure-cert-manager +# file: pinniped-ci/pipelines/shared-tasks/install-and-configure-cert-manager/task.yml +# image: k8s-app-deployer-image +# timeout: 15m +# params: +# PINNIPED_GCP_PROJECT: ((gcp-project-name)) +# CERT_MANAGER_DNS_ADMIN_JSON_KEY: ((cert-manager-dns-admin-json-key)) - task: run-integration-tests timeout: 75m file: pinniped-ci/pipelines/shared-tasks/run-integration-tests/task.yml diff --git a/pipelines/pull-requests/pipeline.yml b/pipelines/pull-requests/pipeline.yml index bceca9e20..42d4b68c3 100644 --- a/pipelines/pull-requests/pipeline.yml +++ b/pipelines/pull-requests/pipeline.yml @@ -199,8 +199,7 @@ resources: - name: pinniped-pr type: pull-request icon: source-pull - check_every: 10m - webhook_token: ((github-webhook-token)) + check_every: 1m source: repository: vmware-tanzu/pinniped access_token: ((ci-bot-access-token-with-repo-status-permission))