Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drop s390x/ppc ci jobs #497

Merged
merged 1 commit into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
81 changes: 0 additions & 81 deletions prow/cluster/build/secrets.yaml
Original file line number Diff line number Diff line change
@@ -1,87 +1,6 @@
---
apiVersion: external-secrets.io/v1beta1
kind: ClusterSecretStore
metadata:
name: s390x-cluster
spec:
provider:
gcpsm:
projectID: s390x-knative
---
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: s390x-cluster
namespace: test-pods
spec:
refreshInterval: 1h
secretStoreRef:
kind: ClusterSecretStore
name: s390x-cluster
target:
name: s390x-cluster1
creationPolicy: Owner
data:
- secretKey: config
remoteRef:
key: kubeconfig
- secretKey: ko-docker-repo
remoteRef:
key: ko-docker-repository
- secretKey: registry.crt
remoteRef:
key: registry-certificate
- secretKey: config.json
remoteRef:
key: docker-config
- secretKey: knative01.pem
remoteRef:
key: knative01-ssh
- secretKey: server-list
remoteRef:
key: server-list
- secretKey: ci-script
remoteRef:
key: ci-script
---
apiVersion: external-secrets.io/v1beta1
kind: ClusterSecretStore
metadata:
name: ppc64le-cluster
spec:
provider:
gcpsm:
projectID: hidden-bond-335716
---
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: ppc64le-cluster
namespace: test-pods
spec:
refreshInterval: 1h
secretStoreRef:
kind: ClusterSecretStore
name: ppc64le-cluster
target:
name: ppc64le-cluster
creationPolicy: Owner
data:
- secretKey: knative-ssh
remoteRef:
key: knative-ssh
- secretKey: ci-script
remoteRef:
key: ci-script
- secretKey: vm-script
remoteRef:
key: vm-script
- secretKey: config.json
remoteRef:
key: docker-config
---
apiVersion: external-secrets.io/v1beta1
kind: ClusterSecretStore
metadata:
name: knative-tests
spec:
Expand Down
Loading
Loading