start updating pipelines

This commit is contained in:
Ryan Richard
2025-06-23 12:49:16 -07:00
parent d5ff2f4447
commit fab814d6c6
2 changed files with 9 additions and 11 deletions

View File

@@ -297,8 +297,7 @@ resources:
- name: pinniped - name: pinniped
type: git type: git
icon: github icon: github
check_every: 10m check_every: 1m
webhook_token: ((github-webhook-token))
source: source:
uri: git@github.com:vmware-tanzu/pinniped.git uri: git@github.com:vmware-tanzu/pinniped.git
branch: main branch: main
@@ -2493,13 +2492,13 @@ jobs:
<<: *jumpcloud_integration_env_vars <<: *jumpcloud_integration_env_vars
<<: *active_directory_integration_env_vars <<: *active_directory_integration_env_vars
<<: *github_integration_env_vars <<: *github_integration_env_vars
- task: install-and-configure-cert-manager # - task: install-and-configure-cert-manager
file: pinniped-ci/pipelines/shared-tasks/install-and-configure-cert-manager/task.yml # file: pinniped-ci/pipelines/shared-tasks/install-and-configure-cert-manager/task.yml
image: k8s-app-deployer-image # image: k8s-app-deployer-image
timeout: 15m # timeout: 15m
params: # params:
PINNIPED_GCP_PROJECT: ((gcp-project-name)) # PINNIPED_GCP_PROJECT: ((gcp-project-name))
CERT_MANAGER_DNS_ADMIN_JSON_KEY: ((cert-manager-dns-admin-json-key)) # CERT_MANAGER_DNS_ADMIN_JSON_KEY: ((cert-manager-dns-admin-json-key))
- task: run-integration-tests - task: run-integration-tests
timeout: 75m timeout: 75m
file: pinniped-ci/pipelines/shared-tasks/run-integration-tests/task.yml file: pinniped-ci/pipelines/shared-tasks/run-integration-tests/task.yml

View File

@@ -199,8 +199,7 @@ resources:
- name: pinniped-pr - name: pinniped-pr
type: pull-request type: pull-request
icon: source-pull icon: source-pull
check_every: 10m check_every: 1m
webhook_token: ((github-webhook-token))
source: source:
repository: vmware-tanzu/pinniped repository: vmware-tanzu/pinniped
access_token: ((ci-bot-access-token-with-repo-status-permission)) access_token: ((ci-bot-access-token-with-repo-status-permission))