forked from k8s-operatorhub/community-operators
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpipeline-config-k8s.yaml
68 lines (66 loc) · 1.52 KB
/
pipeline-config-k8s.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
production:
type: k8s
bundle:
registry: quay.io
organization: operatorhubio
index:
registry: quay.io
organization: operatorhubio
name: catalog_tmp
tags:
- latest
latest: ""
signature:
enabled: 0
alias: not-defined
endpoint: https://not-defined
mirror:
enabled: 1
multiarch:
base: quay.io/operator-framework/opm
base_tags:
- latest
postfix: s
registry: quay.io
organization: operatorhubio
name: catalog
username:
in: framework_automation
out: framework_automation
test:
installation_skip:
- ack-
- otc-rds-operator
pipeline:
base: https://github.com
repo: k8s-operatorhub/community-operators
branch: main
ci_scripts_dir: https://raw.githubusercontent.com/redhat-openshift-ecosystem/community-operators-pipeline/ci/latest/ci/scripts
image: quay.io/operator_testing/operator-test-playbooks:latest
playbooks:
repo: https://github.com/redhat-openshift-ecosystem/operator-test-playbooks
branch: "upstream-community"
assignees:
- mporrato
- Allda
automerge:
enabled: 1
reviewers:
enabled: 1
notifications:
slack: 1
package_manifest_disabled: 1
operatorhubio:
enabled: 1
registry: quay.io
organization: operator-framework
name: upstream-community-operators
tag: latest
#base:
# organisation: operator-framework
# project: operator-test-playbooks
# tag: master
tools:
kind_version: v0.23.0
kind_kube_version: v1.30.0
operator_sdk_version: v1.36.0