Skip to content

An example of how to run a Python project w/ Kubernetes stack in a Buildkite pipeline

License

Notifications You must be signed in to change notification settings

superorbital/python-k8s-stack-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buildkite Python Kubernetes Stack Example (using pipenv)

Add to Buildkite

This repository is an example on how to test a Python project using Buildkite, Kubernetes Agent Stack and pipenv.

How does it work?

  • The Dockerfile sets up the pipenv environment, and installs the dependencies
  • The pipeline.yml runs the pytest tests in a Kubernetes pod based on python and reports the test results with JUnit.

License

See Licence.md (MIT)

About

An example of how to run a Python project w/ Kubernetes stack in a Buildkite pipeline

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 65.2%
  • Python 34.8%