-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from GoogleContainerTools/master
Fork sync
- Loading branch information
Showing
2,271 changed files
with
300,848 additions
and
120,683 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -1,10 +1,37 @@ | ||
language: go | ||
os: linux | ||
|
||
dist: bionic | ||
env: | ||
global: | ||
- IMAGE_REPO=localhost:5000 REGISTRY=localhost:5000 | ||
go: | ||
- "1.13.3" | ||
- "1.14" | ||
go_import_path: github.com/GoogleContainerTools/kaniko | ||
|
||
script: | ||
- make test | ||
- make images | ||
jobs: | ||
include: | ||
- name: unit-test | ||
script: | ||
- make test | ||
- name: integration-test-run | ||
before_install: | ||
- make travis-setup | ||
script: | ||
- make integration-test-run | ||
- name: integration-test-layers | ||
before_install: | ||
- make travis-setup | ||
script: | ||
- make integration-test-layers | ||
- name: build-image-and-k8s-integration-test | ||
before_install: | ||
- make travis-setup | ||
- make minikube-setup | ||
script: | ||
- make images | ||
- make push | ||
- make integration-test-k8s | ||
- name: integration-test-misc | ||
before_install: | ||
- make travis-setup | ||
script: | ||
- make integration-test-misc |
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
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
Oops, something went wrong.