Skip to content

Commit

Permalink
disable test_docker_compose_performance
Browse files Browse the repository at this point in the history
  • Loading branch information
InoMurko committed Feb 25, 2021
1 parent 7620bde commit e8eb5e1
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1075,8 +1075,8 @@ workflows:
filters: *all_branches_and_tags
- test_docker_compose_release:
filters: *all_branches_and_tags
- test_docker_compose_performance:
filters: *all_branches_and_tags
# - test_docker_compose_performance:
# filters: *all_branches_and_tags
- test_docker_compose_reorg:
filters:
branches:
Expand Down Expand Up @@ -1142,17 +1142,17 @@ workflows:
]
filters: *master_and_version_branches_and_all_tags

- publish_perf:
requires: [test_docker_compose_performance]
filters:
branches:
only:
- master
# vMAJOR.MINOR (e.g. v0.1, v0.2, v1.0, v2.1, etc.)
- /^v[0-9]+\.[0-9]+/
tags:
only:
- /.+/
# - publish_perf:
# requires: [test_docker_compose_performance]
# filters:
# branches:
# only:
# - master
# # vMAJOR.MINOR (e.g. v0.1, v0.2, v1.0, v2.1, etc.)
# - /^v[0-9]+\.[0-9]+/
# tags:
# only:
# - /.+/
# Increase chart version for master, this will end up trigger deployment on dev
- increase_chart_version_watcher_master:
requires: [publish_watcher, publish_watcher_info]
Expand Down

0 comments on commit e8eb5e1

Please sign in to comment.