Skip to content

Commit

Permalink
0.0.0 build (#204)
Browse files Browse the repository at this point in the history
* remove build_bundle update (#201)

* add __version__ file (#203)

* add __version__ file

* update setup.py and orbs

* update path cloudify_gcp

* remove 15

---------

Co-authored-by: Nely Nehemia <39059747+Nelynehemia@users.noreply.github.com>
  • Loading branch information
EarthmanT and Nelynehemia committed Apr 4, 2023
1 parent 0eef3c6 commit db9d645
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 2,634 deletions.
69 changes: 12 additions & 57 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
version: 2.1

orbs:
node: cloudify/public-unittest-orb@1 #orb version
wagonorb: cloudify/wagon-bulder-orb@2 #orb version
releaseorb: cloudify/release-orb@1 #orb version
managerorb: cloudify/manager-orb@2
node: cloudify/public-unittest-orb@volatile
wagonorb: cloudify/wagon-bulder-orb@volatile
releaseorb: cloudify/release-orb@volatile
managerorb: cloudify/manager-orb@volatile

checkout:
post:
Expand Down Expand Up @@ -156,24 +156,19 @@ workflows:
branches:
only: /([0-9\.]*\-build|master|dev)/

- wagonorb/build_bundle:
filters:
branches:
only: /master/
- virtual_machine_integration_tests_py3:
requires:
- wagonorb/wagon
- wagonorb/arch64_wagon
- wagonorb/rhel_wagon

- virtual_machine_integration_tests_py3:
requires:
- wagonorb/build_bundle
filters:
branches:
only: /([0-9\.]*\-build|master|dev)/
- gke_integration_tests_py3:
requires:
- wagonorb/build_bundle
- wagonorb/wagon
- wagonorb/arch64_wagon
- wagonorb/rhel_wagon
filters:
branches:
only: /([0-9\.]*\-build|master|dev)/
Expand Down Expand Up @@ -223,23 +218,19 @@ workflows:
branches:
only: /([0-9\.]*\-build|master|dev)/

- wagonorb/build_bundle:
filters:
branches:
only: /master/
- virtual_machine_integration_tests_py3:
requires:
- wagonorb/wagon
- wagonorb/arch64_wagon
- wagonorb/rhel_wagon
- virtual_machine_integration_tests_py3:
requires:
- wagonorb/build_bundle
filters:
branches:
only: /([0-9\.]*\-build|master|dev)/
- gke_integration_tests_py3:
requires:
- wagonorb/build_bundle
- wagonorb/wagon
- wagonorb/arch64_wagon
- wagonorb/rhel_wagon
filters:
branches:
only: /([0-9\.]*\-build|master|dev)/
Expand Down Expand Up @@ -268,17 +259,8 @@ workflows:
filters:
branches:
only: /([0-9\.]*\-build|master|dev)/
- wagonorb/build_bundle:
filters:
branches:
only: /master/
requires:
- wagonorb/wagon
- wagonorb/rhel_wagon
- wagonorb/arch64_wagon
- attach_disk_and_container_engine_test_py3:
requires:
- wagonorb/build_bundle
- wagonorb/wagon
- wagonorb/rhel_wagon
- wagonorb/arch64_wagon
Expand Down Expand Up @@ -311,17 +293,8 @@ workflows:
filters:
branches:
only: /([0-9\.]*\-build|master|dev)/
- wagonorb/build_bundle:
filters:
branches:
only: /master/
requires:
- wagonorb/wagon
- wagonorb/rhel_wagon
- wagonorb/arch64_wagon
- http_balancer_and_https_balancer_test_py3:
requires:
- wagonorb/build_bundle
- wagonorb/wagon
- wagonorb/rhel_wagon
- wagonorb/arch64_wagon
Expand Down Expand Up @@ -354,17 +327,8 @@ workflows:
filters:
branches:
only: /([0-9\.]*\-build|master|dev)/
- wagonorb/build_bundle:
filters:
branches:
only: /master/
requires:
- wagonorb/wagon
- wagonorb/rhel_wagon
- wagonorb/arch64_wagon
- ssl_balancer_and_tcp_balancer_test_py3:
requires:
- wagonorb/build_bundle
- wagonorb/wagon
- wagonorb/rhel_wagon
- wagonorb/arch64_wagon
Expand Down Expand Up @@ -397,17 +361,8 @@ workflows:
filters:
branches:
only: /([0-9\.]*\-build|master|dev)/
- wagonorb/build_bundle:
filters:
branches:
only: /master/
requires:
- wagonorb/wagon
- wagonorb/rhel_wagon
- wagonorb/arch64_wagon
- gcp_example_network_test_py3:
requires:
- wagonorb/build_bundle
- wagonorb/wagon
- wagonorb/rhel_wagon
- wagonorb/arch64_wagon
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
1.9.1: add __version__.py file in cloudify_gcp folder.
1.9.0: RD-6611 update google auth library in gcp
1.8.9:
- RD-6451 - add resize operation for disk.
Expand Down
1 change: 1 addition & 0 deletions cloudify_gcp/__version__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
version = '1.9.1'
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins:
gcp_plugin:
executor: central_deployment_agent
package_name: cloudify-gcp-plugin
package_version: '1.9.0'
package_version: '1.9.1'

dsl_definitions:
use_external_resource_desc: &use_external_resource_desc >
Expand Down
2 changes: 1 addition & 1 deletion plugin_1_4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins:
gcp_plugin:
executor: central_deployment_agent
package_name: cloudify-gcp-plugin
package_version: '1.9.0'
package_version: '1.9.1'

dsl_definitions:
use_external_resource_desc: &use_external_resource_desc >
Expand Down
Loading

0 comments on commit db9d645

Please sign in to comment.