@@ -261,24 +261,24 @@ jobs:
261261 - checkout
262262 - generate_rhel_py27py36_wagon
263263
264- integration_tests_505 :
265- executor : cloudify-machine
266- environment :
267- CLOUDIFY_SSL_TRUST_ALL : true
268- IAAS : openstack
269- TEST_NAME : cloudformation
270- steps :
271- - checkout
272- - run_integration_tests_505
273-
274- integration_tests_510 :
275- executor : cloudify-machine-510
276- environment :
277- CLOUDIFY_SSL_TRUST_ALL : true
278- IAAS : openstack
279- steps :
280- - checkout
281- - run_integration_tests_510
264+ # integration_tests_505:
265+ # executor: cloudify-machine
266+ # environment:
267+ # CLOUDIFY_SSL_TRUST_ALL: true
268+ # IAAS: openstack
269+ # TEST_NAME: cloudformation
270+ # steps:
271+ # - checkout
272+ # - run_integration_tests_505
273+ #
274+ # integration_tests_510:
275+ # executor: cloudify-machine-510
276+ # environment:
277+ # CLOUDIFY_SSL_TRUST_ALL: true
278+ # IAAS: openstack
279+ # steps:
280+ # - checkout
281+ # - run_integration_tests_510
282282
283283 build_bundle :
284284 executor : wagon_generator
@@ -316,27 +316,27 @@ workflows:
316316 requires :
317317 - wagon
318318 - rhel_wagon
319- - integration_tests_505 :
320- requires :
321- - unittests_py27
322- - build_bundle
323- filters :
324- branches :
325- only : /([0-9\.]*\-build|master|dev)/
326- - integration_tests_510 :
327- requires :
328- - unittests_py36
329- - build_bundle
330- filters :
331- branches :
332- only : /([0-9\.]*\-build|master|dev)/
319+ # - integration_tests_505:
320+ # requires:
321+ # - unittests_py27
322+ # - build_bundle
323+ # filters:
324+ # branches:
325+ # only: /([0-9\.]*\-build|master|dev)/
326+ # - integration_tests_510:
327+ # requires:
328+ # - unittests_py36
329+ # - build_bundle
330+ # filters:
331+ # branches:
332+ # only: /([0-9\.]*\-build|master|dev)/
333333 - release :
334334 filters :
335335 branches :
336336 only : /master/
337- requires :
338- - integration_tests_505
339- - integration_tests_510
337+ # requires:
338+ # - integration_tests_505
339+ # - integration_tests_510
340340
341341 nightly :
342342 triggers :
@@ -358,17 +358,17 @@ workflows:
358358 filters :
359359 branches :
360360 only : /([0-9\.]*\-build|master|dev)/
361- - integration_tests_505 :
362- requires :
363- - wagon
364- - rhel_wagon
365- filters :
366- branches :
367- only : /([0-9\.]*\-build|master|dev)/
368- - integration_tests_510 :
369- requires :
370- - wagon
371- - rhel_wagon
372- filters :
373- branches :
374- only : /([0-9\.]*\-build|master|dev)/
361+ # - integration_tests_505:
362+ # requires:
363+ # - wagon
364+ # - rhel_wagon
365+ # filters:
366+ # branches:
367+ # only: /([0-9\.]*\-build|master|dev)/
368+ # - integration_tests_510:
369+ # requires:
370+ # - wagon
371+ # - rhel_wagon
372+ # filters:
373+ # branches:
374+ # only: /([0-9\.]*\-build|master|dev)/
0 commit comments