Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

fabiand/traviskube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED and not maintained anymore


Build Status

Skeletton to run Kubernetes and OpenShift Origin clusters on Travis CI.

Usage

In your repo:

# Write a test script
vi test.sh

# Add the module
git submodule add --name ci https://github.com/fabiand/traviskube ci/
pushd ci ; git pull ; popd
git commit -asm "Add traviskube CI submodule"

# Copy .travis.yml
cp ci/.travis.yml .
git commit -asm "Add .travis.yml"

Go to github and enable travisci.

Workarounds

This repo tries to establish the convention that any workaround that is needed to a stock platform deployment is placed in a separate file (workaround).

This shall help users to understand if it's a straight deployment - or not.

About

Infra stuff to run Kubernetes on travisci

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages