tekton-integration Travis Build Status

The purpose of this repository is solely to provide the means for testing the integration between Tekton and the Lifecycle.

The Tekton task definition can be found at: https://github.com/tektoncd/catalog/blob/master/buildpacks

Prerequisites

  • Docker
  • Git
  • Go
  • Kubectl

Running tests

go test -mod=vendor -v ./integration_test.go

Configuration

Use the following environment variables to configure the test.

Name Default Description
SKIP_CLEANUP false Skips clean up. Great for troubleshooting.
TASK_CONFIG latest in Tekton catalog Task config applied for buildpacks task.