Skip to content
This repository was archived by the owner on Jun 23, 2020. It is now read-only.

Update CI docker image #153

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM iad.ocir.io/oracle/oci-flexvolume-driver-system-test:1.0.2
FROM iad.ocir.io/spinnaker/oci-kube-ci:1.0.2

COPY dist /dist
COPY test/system /test/system
Expand Down
21 changes: 0 additions & 21 deletions ci-docker-images/Makefile

This file was deleted.

47 changes: 0 additions & 47 deletions ci-docker-images/oci-flexvolume-driver-system-test/Dockerfile

This file was deleted.

31 changes: 0 additions & 31 deletions ci-docker-images/oci-flexvolume-driver-system-test/Makefile

This file was deleted.

8 changes: 4 additions & 4 deletions wercker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
box: golang:1.9
box: iad.ocir.io/spinnaker/oci-kube-ci:1.0.2
build:
base-path: "/go/src/github.com/oracle/oci-flexvolume-driver"
steps:
Expand Down Expand Up @@ -36,7 +36,7 @@ build:

integration-test:
box:
id: iad.ocir.io/oracle/oci-flexvolume-driver-system-test:1.0.3
id: iad.ocir.io/spinnaker/oci-kube-ci:1.0.2
steps:
- script:
name: integration test
Expand All @@ -46,7 +46,7 @@ integration-test:

system-test:
box:
id: iad.ocir.io/oracle/oci-flexvolume-driver-system-test:1.0.3
id: iad.ocir.io/spinnaker/oci-kube-ci:1.0.2
steps:
- script:
name: set ENV vars
Expand Down Expand Up @@ -79,7 +79,7 @@ system-test:

validate-test-image:
box:
id: iad.ocir.io/oracle/oci-flexvolume-driver-system-test:1.0.3
id: iad.ocir.io/spinnaker/oci-kube-ci:1.0.2
steps:
- script:
name: set ENV vars
Expand Down