Skip to content

Commit

Permalink
Update spinnaker versions used in CI (#129)
Browse files Browse the repository at this point in the history
* Update spinnaker versions used in CI

* Test with all spinnaker versions

* Update artifacts path

* Update gateapi lib to v.1.23.x in repo

* Updating with new gate API

* Revert "Test with all spinnaker versions"

This reverts commit aaa7ef0.

* Dropping support for Spinnaker versions using older gate API
  • Loading branch information
boscard authored Oct 25, 2020
1 parent 69718a8 commit 4a5d711
Show file tree
Hide file tree
Showing 105 changed files with 20,642 additions and 19,102 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ aliases:
latest-gate-version: &default-gate-version
gate_api_branch:
type: string
default: release-1.21.x
default: release-1.23.x
supported-spinnaker-releases: &gate-versions
gate_api_branch: [ "release-1.21.x", "release-1.20.x", "release-1.19.x" ]
gate_api_branch: [ "release-1.23.x", "release-1.22.x" ]
supported-client-os: &build-os-type
build_os: [ "linux", "darwin" ]
release-filters: &filters-release
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
- gate-swagger.json
- gateapi
- store_artifacts:
path: /floodgate/gate/swagger/gate-swagger.json
path: /floodgate/gate/gate-swagger.json
destination: gate-swagger.json

build:
Expand Down
Loading

0 comments on commit 4a5d711

Please sign in to comment.