mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-28 02:37:11 +00:00
Drop TravisCI integration
All CI has been migrated over to Kubernetes test-infra.
This commit is contained in:
parent
48354d0cba
commit
006234b69d
2 changed files with 0 additions and 35 deletions
34
.travis.yml
34
.travis.yml
|
@ -1,34 +0,0 @@
|
|||
language: go
|
||||
go:
|
||||
- "1.14.7"
|
||||
|
||||
env:
|
||||
global:
|
||||
# Sanitize git branch name into a valid docker tag name
|
||||
- IMAGE_TAG_NAME=$(echo -n $TRAVIS_BRANCH | tr -c "[a-zA-Z0-9._'" "_")
|
||||
- GO111MODULE=on
|
||||
|
||||
services:
|
||||
- docker
|
||||
|
||||
script:
|
||||
- scripts/test-infra/verify.sh
|
||||
- scripts/test-infra/build-image.sh
|
||||
- if [ "$TRAVIS_BRANCH" == master -a -n "$IMAGE_REPO_USER" ]; then
|
||||
set -e;
|
||||
echo "$IMAGE_REPO_PASSWORD" | docker login -u "$IMAGE_REPO_USER" --password-stdin quay.io;
|
||||
make push -e;
|
||||
scripts/test-infra/test-e2e.sh;
|
||||
fi
|
||||
|
||||
deploy:
|
||||
- on:
|
||||
branch: master
|
||||
condition: -n "$IMAGE_REPO_USER"
|
||||
provider: script
|
||||
script: echo "$IMAGE_REPO_PASSWORD" | docker login -u "$IMAGE_REPO_USER" --password-stdin quay.io && make push -e
|
||||
- on:
|
||||
tags: true
|
||||
condition: -n "$IMAGE_REPO_USER"
|
||||
provider: script
|
||||
script: echo "$IMAGE_REPO_PASSWORD" | docker login -u "$IMAGE_REPO_USER" --password-stdin quay.io && make push -e
|
|
@ -1,6 +1,5 @@
|
|||
# Node feature discovery for [Kubernetes](https://kubernetes.io)
|
||||
|
||||
[](https://travis-ci.org/kubernetes-sigs/node-feature-discovery)
|
||||
[](https://goreportcard.com/report/github.com/kubernetes-sigs/node-feature-discovery)
|
||||
[](https://prow.k8s.io/job-history/gs/kubernetes-jenkins/pr-logs/directory/pull-node-feature-discovery-build-image)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue