forked from kubernetes/cloud-provider-openstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove InsertHeaders for ELB * remove Description for EIP * make all EVS in Cinder CSI as multiattach feature
- Loading branch information
Showing
3 changed files
with
42 additions
and
3 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
sudo: required | ||
dist: bionic | ||
|
||
language: go | ||
|
||
env: | ||
- GO111MODULE=on | ||
|
||
go: | ||
- 1.14.x | ||
|
||
addons: | ||
apt: | ||
packages: | ||
- docker.io | ||
|
||
services: | ||
- docker | ||
|
||
script: | ||
- sudo systemctl unmask docker | ||
- sudo systemctl start docker | ||
- echo "$DOCKER_TOKEN" | docker login -u "$DOCKER_USER" --password-stdin | ||
- TAG=`git describe --match=$(git rev-parse --short=8 HEAD) --always --dirty --abbrev=8` | ||
- go version | ||
- go mod edit --replace github.com/gophercloud/gophercloud=github.com/mcsps/gophercloud@e9621d586645ac903f74ddddaf1d342f5bed6a0c | ||
- make image-controller-manager | ||
- docker images | ||
- docker tag k8scloudprovider/openstack-cloud-controller-manager:${TAG}-dirty mcsps/cloud-provider-opentelekomcloud:1.19 | ||
- docker push mcsps/cloud-provider-opentelekomcloud:1.19 | ||
- make image-cinder-csi-plugin | ||
- docker images | ||
- docker tag k8scloudprovider/cinder-csi-plugin:${TAG}-dirty mcsps/cinder-csi-plugin:1.19 | ||
- docker push mcsps/cinder-csi-plugin:1.19 | ||
|
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