mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-05 21:15:26 +00:00
21 lines
446 B
YAML
21 lines
446 B
YAML
# Copyright 2020-2025 the Pinniped contributors. All Rights Reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
---
|
|
platform: linux
|
|
inputs:
|
|
- name: pinniped-ci
|
|
outputs:
|
|
- name: create-kind-node-builder-vm-output
|
|
params:
|
|
INSTANCE_ZONE:
|
|
GCP_PROJECT:
|
|
GCP_USERNAME:
|
|
GCP_JSON_KEY:
|
|
SHARED_VPC_PROJECT:
|
|
SUBNET_REGION:
|
|
SUBNET_NAME:
|
|
DISK_IMAGES_PROJECT:
|
|
run:
|
|
path: pinniped-ci/pipelines/shared-tasks/create-kind-node-builder-vm/task.sh
|