Skip to content

Commit 3487b15

Browse files
authored
update circleci (#410)
1 parent ae38124 commit 3487b15

1 file changed

Lines changed: 3 additions & 47 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
version: 2.1
22

33
orbs:
4-
node: cloudify/public-unittest-orb@1.0.2 #orb version
5-
wagonorb: cloudify/wagon-bulder-orb@1.0.3 #orb version
6-
releaseorb: cloudify/release-orb@1.0.5 #orb version
4+
node: cloudify/public-unittest-orb@1 #orb version
5+
wagonorb: cloudify/wagon-bulder-orb@1 #orb version
6+
releaseorb: cloudify/release-orb@1 #orb version
77

88
checkout:
99
post:
@@ -20,49 +20,6 @@ executors:
2020
docker:
2121
- image: circleci/python:3.6
2222

23-
cloudify-machine-510:
24-
machine:
25-
image: ubuntu-1604:201903-01
26-
27-
commands:
28-
run_integration_tests_510:
29-
steps:
30-
- run:
31-
name: "Pull Submodules"
32-
command: |
33-
git submodule update --init --recursive --remote
34-
- attach_workspace:
35-
at: workspace
36-
- run:
37-
name: update pip
38-
command: pip install -U pip
39-
- run:
40-
name: install cloudify
41-
command: |
42-
pip install -r test-requirements.txt
43-
- run:
44-
name: download manager docker image
45-
command: wget http://repository.cloudifysource.org/cloudify/5.1.0/.dev1-release/cloudify-manager-aio-docker-5.1.0.dev1.tar
46-
- run:
47-
name: load docker image
48-
command: docker load -i cloudify-manager-aio-docker-5.1.0.dev1.tar
49-
- run:
50-
name: retain space by dumping the tar
51-
command: rm cloudify-manager-aio-docker-5.1.0.dev1.tar
52-
- run:
53-
name: show images
54-
command: docker images
55-
- run:
56-
name: start docker container
57-
command: docker run --name cfy_manager -d --restart unless-stopped -v /sys/fs/cgroup:/sys/fs/cgroup:ro --tmpfs /run --tmpfs /run/lock --security-opt seccomp:unconfined --cap-add SYS_ADMIN --network host cloudify-manager-aio:latest
58-
- run:
59-
name: install local project
60-
command: pip install https://github.com/cloudify-incubator/cloudify-ecosystem-test/archive/latest.zip
61-
- run: pytest -s .circleci/test_examples.py
62-
63-
jobs:
64-
65-
6623
workflows:
6724
version: 2.1
6825
tests:
@@ -102,7 +59,6 @@ workflows:
10259
- wagonorb/rhel_wagon
10360
- wagonorb/build_bundle
10461
- node/unittests_job
105-
# - integration_tests_510
10662
- releaseorb/merge_docs_job:
10763
filters:
10864
branches:

0 commit comments

Comments
 (0)