mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-02-04 20:12:30 +00:00
21 lines
409 B
YAML
21 lines
409 B
YAML
# Copyright 2020-2025 the Pinniped contributors. All Rights Reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
---
|
|
platform: linux
|
|
image_resource:
|
|
type: registry-image
|
|
source:
|
|
repository: golang
|
|
tag: '1.24.4'
|
|
inputs:
|
|
- name: pinniped
|
|
- name: pinniped-ci
|
|
outputs:
|
|
- name: unit-test-coverage
|
|
params:
|
|
run:
|
|
path: pinniped-ci/pipelines/shared-tasks/run-unit-tests/task.sh
|
|
caches:
|
|
- path: cache
|