forked from drivendataorg/cookiecutter-data-science
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add OWNERS, .thoth.yml, .aicoe-ci.yml as in the project-template.
- Loading branch information
Karanraj Chauhan
committed
Oct 26, 2021
1 parent
59ac5e1
commit 7e6d7e2
Showing
3 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |