Skip to content
Open
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
27 changes: 27 additions & 0 deletions ci-operator/config/rh-ecosystem-edge/enclave/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# DO NOT EDIT; this file is auto-generated using https://github.com/openshift/ci-tools.
# Fetched from https://github.com/rh-ecosystem-edge/enclave root OWNERS
# If the repo had OWNERS_ALIASES then the aliases were expanded
# Logins who are not members of 'openshift' organization were filtered out
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md

approvers:
- agonzalezrh
- carbonin
- danielerez
- eliorerz
- eurijon
- javipolo
- maorfr
- mlorenzofr
- rporres
options: {}
reviewers:
- agonzalezrh
- carbonin
- danielerez
- eliorerz
- eurijon
- javipolo
- maorfr
- mlorenzofr
- rporres
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
build_root:
project_image:
dockerfile_literal: |
FROM quay.io/edge-infrastructure/enclave-lab-ci:latest
ENV HOME=/tmp ANSIBLE_REMOTE_TMP=/tmp/.ansible/tmp
resources:
'*':
limits:
memory: 4Gi
requests:
cpu: 100m
memory: 200Mi
tests:
- as: shellcheck
commands: make -f Makefile.ci validate-shell
container:
from: src
- as: yamllint
commands: make -f Makefile.ci validate-yaml
container:
from: src
- as: json-schema
commands: make -f Makefile.ci validate-json-schema
container:
from: src
- as: ansible-lint
commands: make -f Makefile.ci validate-ansible
container:
from: src
- as: ansible-tags
commands: make -f Makefile.ci validate-tags
container:
from: src
- as: template-rendering
commands: make -f Makefile.ci validate-templates
container:
from: src
- as: makefile-validation
commands: make -f Makefile.ci validate-makefile
container:
from: src
- as: plugin-validation
commands: make -f Makefile.ci validate-plugins
container:
from: src
zz_generated_metadata:
branch: main
org: rh-ecosystem-edge
repo: enclave
27 changes: 27 additions & 0 deletions ci-operator/jobs/rh-ecosystem-edge/enclave/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# DO NOT EDIT; this file is auto-generated using https://github.com/openshift/ci-tools.
# Fetched from https://github.com/rh-ecosystem-edge/enclave root OWNERS
# If the repo had OWNERS_ALIASES then the aliases were expanded
# Logins who are not members of 'openshift' organization were filtered out
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md

approvers:
- agonzalezrh
- carbonin
- danielerez
- eliorerz
- eurijon
- javipolo
- maorfr
- mlorenzofr
- rporres
options: {}
reviewers:
- agonzalezrh
- carbonin
- danielerez
- eliorerz
- eurijon
- javipolo
- maorfr
- mlorenzofr
- rporres
Loading