mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2025-12-23 14:25:50 +00:00
start updating pipelines
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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))
|
||||||
|
|||||||
Reference in New Issue
Block a user