Skip to content
This repository has been archived by the owner on Jan 2, 2019. It is now read-only.

Commit

Permalink
CY-837: Update awssdk plugin to verion 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammed AbuAisha committed Dec 26, 2018
1 parent 7466f17 commit 52c954d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
command: pip install -e .
- run:
name: install test requirements
command: pip install awscli nose testtools https://github.com/cloudify-cosmo/cloudify-fabric-plugin/archive/1.5.1.zip https://github.com/cloudify-incubator/cloudify-utilities-plugin/archive/1.7.1.zip https://github.com/cloudify-incubator/cloudify-ecosystem-test/archive/add-support-for-relationship-to-node-utils.zip
command: pip install awscli nose testtools https://github.com/cloudify-cosmo/cloudify-fabric-plugin/archive/1.5.1.zip https://github.com/cloudify-incubator/cloudify-utilities-plugin/archive/1.7.1.zip https://github.com/cloudify-incubator/cloudify-ecosystem-test/archive/2.1.2.zip
- run:
name: execute test
command: nosetests -s integration_tesing/test_awssdk.py
Expand All @@ -117,15 +117,14 @@ workflows:
tests:
jobs:
- unittests
- wagon
# filters:
# branches:
# only: /([0-9\.]*\-build|master|dev)/
- wagon:
filters:
branches:
only: /([0-9\.]*\-build|master|dev)/
- cloudify-manager:
context: ecosystem
requires:
- wagon
- unittests
# filters:
# branches:
# only: /([0-9\.]*\-build|master|dev)/
filters:
branches:
only: /([0-9\.]*\-build|master|dev)/
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins:

awssdk:
executor: central_deployment_agent
source: https://github.com/cloudify-incubator/cloudify-awssdk-plugin/archive/CY-837_update_SDK_library_versions.zip
source: https://github.com/cloudify-incubator/cloudify-awssdk-plugin/archive/2.8.0.zip
package_name: cloudify-awssdk-plugin
package_version: '2.8.0'

Expand Down

0 comments on commit 52c954d

Please sign in to comment.