Skip to content

Commit

Permalink
disable integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AdarShaked committed Jul 6, 2020
1 parent 9210cba commit f5e562d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,26 +298,26 @@ workflows:
- wagon:
filters:
branches:
only: /([0-9\.]*\-build|master|dev|add-5.1-integration-tests-v2)/
only: /([0-9\.]*\-build|master|dev)/
- rhel_wagon:
filters:
branches:
only: /([0-9\.]*\-build|master|dev|add-5.1-integration-tests-v2)/
only: /([0-9\.]*\-build|master|dev)/
- integration_tests_505:
requires:
- wagon
- rhel_wagon
filters:
branches:
only: /([0-9\.]*\-build|master|dev|add-5.1-integration-tests-v2)/
only: /([0-9\.]*\-build|master|dev)/
- integration_tests_510:
requires:
- wagon
- rhel_wagon
- integration_tests_505
filters:
branches:
only: /([0-9\.]*\-build|master|dev|add-5.1-integration-tests-v2)/
only: /([0-9\.]*\-build|master|dev)/
- release:
filters:
branches:
Expand Down

0 comments on commit f5e562d

Please sign in to comment.