From 7e6d7e2efd2ab63ac2819c1e66da81781bb70f9c Mon Sep 17 00:00:00 2001 From: Karanraj Chauhan Date: Tue, 26 Oct 2021 12:35:56 -0400 Subject: [PATCH] Add OWNERS, .thoth.yml, .aicoe-ci.yml as in the project-template. --- .aicoe-ci.yaml | 14 ++++++++++++++ .thoth.yaml | 26 ++++++++++++++++++++++++++ OWNERS | 20 ++++++++++++++++++++ 3 files changed, 60 insertions(+) create mode 100644 .aicoe-ci.yaml create mode 100644 .thoth.yaml create mode 100644 OWNERS diff --git a/.aicoe-ci.yaml b/.aicoe-ci.yaml new file mode 100644 index 000000000..a9be8bb92 --- /dev/null +++ b/.aicoe-ci.yaml @@ -0,0 +1,14 @@ +# Setup and configuring aicoe-ci with configuration file `.aicoe-ci.yaml` +# Example `.aicoe-ci.yaml` with a full list of config options is available here: https://github.com/AICoE/aicoe-ci/blob/master/docs/.aicoe-ci.yaml +check: + # Uncomment following line to build a public image of this repo + # - thoth-build +# Uncomment following lines to build a public image of this repo +# build: +# build-stratergy: Source +# build-source-script: "image:///opt/app-root/builder" +# base-image: quay.io/thoth-station/s2i-custom-notebook:latest +# registry: quay.io +# registry-org: aicoe +# registry-project: +# registry-secret: aicoe-pusher-secret diff --git a/.thoth.yaml b/.thoth.yaml new file mode 100644 index 000000000..2482d40ff --- /dev/null +++ b/.thoth.yaml @@ -0,0 +1,26 @@ +host: khemenu.thoth-station.ninja +tls_verify: false +requirements_format: pipenv + +runtime_environments: + - name: rhel:8 + operating_system: + name: rhel + version: "8" + python_version: "3.8" + recommendation_type: latest + +managers: + - name: pipfile-requirements + - name: update + configuration: + labels: [bot] + - name: info + - name: version + configuration: + maintainers: + - tumido + assignees: + - sesheta + labels: [bot] + changelog_file: true diff --git a/OWNERS b/OWNERS new file mode 100644 index 000000000..3fb27cd18 --- /dev/null +++ b/OWNERS @@ -0,0 +1,20 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +approvers: + - chauhankaranraj + - michaelclifford + - pacospace + - tumido + +reviewers: + - aakankshaduggal + - chauhankaranraj + - hemajv + - isabelizimm + - margarethaley + - michaelclifford + - oindrillac + - pacospace + - shreyanand + - suppathak + - tumido