Skip to content

Commit

Permalink
Add OWNERS, .thoth.yml, .aicoe-ci.yml as in the project-template.
Browse files Browse the repository at this point in the history
  • Loading branch information
Karanraj Chauhan committed Oct 26, 2021
1 parent 59ac5e1 commit 7e6d7e2
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .aicoe-ci.yaml
Original file line number Diff line number Diff line change
@@ -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: <CHANGE-ME>
# registry-secret: aicoe-pusher-secret
26 changes: 26 additions & 0 deletions .thoth.yaml
Original file line number Diff line number Diff line change
@@ -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
20 changes: 20 additions & 0 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7e6d7e2

Please sign in to comment.