mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-02-05 12:31:26 +00:00
20 lines
414 B
YAML
20 lines
414 B
YAML
# Copyright 2020-2024 the Pinniped contributors. All Rights Reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
---
|
|
platform: linux
|
|
inputs:
|
|
- name: pinniped-ci
|
|
- name: cluster-pool
|
|
- name: test-output
|
|
optional: true
|
|
outputs:
|
|
- name: cluster-diagnostics
|
|
params:
|
|
GCS_BUCKET:
|
|
GCP_PROJECT:
|
|
GCP_USERNAME:
|
|
GCP_JSON_KEY:
|
|
run:
|
|
path: pinniped-ci/pipelines/shared-tasks/export-cluster-diagnostics/task.sh
|