Skip to content

Commit

Permalink
Merge pull request #112 from cloudify-cosmo/2.0.14-build
Browse files Browse the repository at this point in the history
2.0.14 build
  • Loading branch information
EarthmanT authored Jul 30, 2023
2 parents a658b57 + 973bdd3 commit 2175671
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 14 deletions.
22 changes: 18 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ executors:
commands:
prepare_test_manager:
steps:
- run: ecosystem-test prepare-test-manager -l $TEST_LICENSE -es gcp_credentials=$gcp_credentials --yum-package python-netaddr --yum-package git -p $(find ~/project/workspace/build/ -name *centos-Core*x86_64.wgn) ~/project/plugin.yaml
- run: ecosystem-test prepare-test-manager -l $TEST_LICENSE -es gcp_credentials=$gcp_credentials --yum-package python-netaddr --yum-package git -p $(find ~/project/workspace/build/ -name *manylinux-py311-none-linux_x86_64.wgn*) ~/project/plugin.yaml
- run: ecosystem-test upload-plugin -PN utilities
- run: ecosystem-test upload-plugin -PN gcp

Expand All @@ -70,12 +70,16 @@ workflows:
- node/check_py3_compat_job
- node/unittests_job:
context:
- slack-secrets
- plugins-inputs
<<: *unittest-post-steps
- wagonorb/wagon:
filters:
branches:
only: /([0-9\.]*\-build|master|dev)/
- wagonorb/wagon_311:
filters:
branches:
only: /([0-9\.]*\-build|master|dev)/
- wagonorb/rhel_wagon:
filters:
branches:
Expand All @@ -85,14 +89,19 @@ workflows:
branches:
only: /([0-9\.]*\-build|master|dev)/
- integration_tests:
context:
- plugins-inputs
requires:
- wagonorb/wagon
- wagonorb/wagon_311
- wagonorb/arch64_wagon
- wagonorb/rhel_wagon
filters:
branches:
only: /([0-9\.]*\-build|master|dev)/
- releaseorb/release:
context:
- plugins-inputs
filters:
branches:
only: /master/
Expand All @@ -110,12 +119,16 @@ workflows:
- node/check_py3_compat_job
- node/unittests_job:
context:
- slack-secrets
- plugins-inputs
<<: *unittest-post-steps
- wagonorb/wagon:
filters:
branches:
only: /([0-9\.]*\-build|master|dev)/
- wagonorb/wagon_311:
filters:
branches:
only: /([0-9\.]*\-build|master|dev)/
- wagonorb/rhel_wagon:
filters:
branches:
Expand All @@ -126,10 +139,11 @@ workflows:
only: /([0-9\.]*\-build|master|dev)/
- integration_tests:
context:
- slack-secrets
- plugins-inputs
<<: *job-post-steps
requires:
- wagonorb/wagon
- wagonorb/wagon_311
- wagonorb/arch64_wagon
- wagonorb/rhel_wagon
filters:
Expand Down
5 changes: 2 additions & 3 deletions constraints.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
cloudify-common>=5.1.0
fabric==2.5.0
networkx==1.9.1
cryptography==3.3.2
fabric>=2.5.0
networkx==2.5.1
docker>=5.0.3
4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cloudify>=4.5.5
cloudify>=6.4
docker>=5.0.3
fabric==2.5.0
fabric>=2.5.0
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ def get_version():
license='LICENSE',
zip_safe=False,
install_requires=[
"cloudify-common>=4.5.5",
"cloudify-common>=6.4",
"docker>=5.0.3", # Latest with official support for python 3.6 is 5.0.3
"cloudify-utilities-plugins-sdk>=0.0.61", # Shared Resource Downloader
"fabric==2.5.0",
"patchwork" # to copy files to docker machine
"fabric>=2.5.0",
"patchwork>=1.0.1" # to copy files to docker machine
],
test_requires=[
"cloudify-common>=4.5.5",
"cloudify-common>=6.4",
"docker>=5.0.3",
]
)
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ testtools>=2.3.0
requests_mock
coverage
testfixtures
networkx==1.9.1
networkx==2.5.1

# For integration tests
pytest==4.6.3

0 comments on commit 2175671

Please sign in to comment.