Skip to content

Commit

Permalink
Merge pull request 3scale#1097 from 3scale/disable-profile-circleci
Browse files Browse the repository at this point in the history
Disable profiling job temporarily
  • Loading branch information
davidor authored Jul 19, 2019
2 parents fb13042 + 063e780 commit a520a1d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,10 @@ workflows:
requires:
- build-lua
- build-perl
- profile:
<<: *build-tags
requires:
- build-lua
- build-perl
## Commented until we figure out why on many runs there are only a few requests
## using luaJIT traces: https://github.com/3scale/APIcast/issues/1096
# - profile:
# <<: *build-tags
# requires:
# - build-lua
# - build-perl

0 comments on commit a520a1d

Please sign in to comment.