Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Setup CI/CD #3

Draft
wants to merge 23 commits into
base: main
Choose a base branch
from
Draft

WIP: Setup CI/CD #3

wants to merge 23 commits into from

Conversation

bstrdsmkr
Copy link
Collaborator

Initial CI/CD setup using code.ornl.gov to get things going with intentions to transition to Github CI/CD as time allows.

Initial implementation:

  • Dockerfile
  • Helmchart
  • Python packaging
  • Versioned API
  • K8s probe endpoints
  • Auto deployment to review environment for branches
  • Auto deployment to prod env for main branch
  • Validate Globus objects with Pydantic
  • Validate ESG Search objects with Pydantic
  • BDD test harness
  • Initial BDD test to ensure minimal request/response mirrors ESG Search exactly
  • Code coverage report
  • Unit test report

@bstrdsmkr bstrdsmkr changed the title Setup CI/CD WIP: Setup CI/CD Apr 2, 2024
@bstrdsmkr bstrdsmkr marked this pull request as draft April 2, 2024 18:12
@@ -1,9 +1,9 @@
# esg_fastapi

```bash
pip install -r requirements
poetry install
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

big fan of poetry, glad to see you also prefer it

"facets",
# We haven't decided how to handle these yet
"format",
"distrub",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

distrib

@nocollier
Copy link
Member

Ooo, lots of new things in here. Going to have to look into the testing decorators

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants