tektoncd-catalog / golang

This catalog repo holds golang related resources
Apache License 2.0
0 stars 1 forks source link

Add test cases for golang catalog #5

Closed QuanZhang-William closed 1 year ago

QuanZhang-William commented 1 year ago

This commit adds test cases for golang catalog. Golang catalog test script will be sent out separately after https://github.com/tektoncd/plumbing/pull/1323 is merged.

A tested e2e example can be found in: https://github.com/QuanZhang-William/golang/tree/test-pipelines

QuanZhang-William commented 1 year ago

cc @vdemeester @vinamra28

QuanZhang-William commented 1 year ago

Part of https://github.com/tektoncd-catalog/golang/issues/3

QuanZhang-William commented 1 year ago

@vdemeester @vinamra28

I'm not sure whether we need some extra setup in the cluster if we want to use custom GOARCH param (like s390x or ppc64le)? This seems like a potential use case of matrix as documented here

QuanZhang-William commented 1 year ago

I'm not sure whether we need some extra setup in the cluster if we want to use custom GOARCH param (like s390x or ppc64le)? This seems like a potential use case of matrix as documented here

We can use GOARCH in any cluster, no need for extra setup, it's all handled by the go compiler.

Sounds good, I will try to dogfood matrix in this case. /cc @jerop