mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-09-06 16:17:08 +00:00
23 lines
550 B
YAML
23 lines
550 B
YAML
# Copyright 2020-2024 the Pinniped contributors. All Rights Reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
---
|
|
platform: linux
|
|
inputs:
|
|
- name: pinniped
|
|
- name: pinniped-ci
|
|
- name: ci-build-image
|
|
- name: cluster-pool
|
|
- name: pinniped-password
|
|
optional: true
|
|
outputs:
|
|
- name: integration-test-env-vars
|
|
- name: kubeconfig
|
|
- name: deployment-yamls
|
|
params:
|
|
# one of these should be set
|
|
CLUSTER_CAPABILITIES:
|
|
CLUSTER_CAPABILITIES_PATH:
|
|
run:
|
|
path: pinniped-ci/pipelines/shared-tasks/deploy-to-integration-kubectl-apply/task.sh
|