Skip to content

Commit

Permalink
.circleci/config: disable profiling job temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
davidor committed Jul 19, 2019
1 parent fb13042 commit 33c52fa
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,18 +277,22 @@ jobs:
path: tmp/benchmark
destination: benchmark

# Run profiling tasks
profile:
machine: true
steps:
- attach-workspace
- run: sudo --preserve-env script/install/circleci.sh
- run: sudo --preserve-env script/install/utilities.sh
- run: script/install/apicast.sh
- run: sudo lua script/profiling/profile.lua
- store_artifacts:
path: tmp/profile
destination: profile

## 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

# # Run profiling tasks
# profile:
# machine: true
# steps:
# - attach-workspace
# - run: sudo --preserve-env script/install/circleci.sh
# - run: sudo --preserve-env script/install/utilities.sh
# - run: script/install/apicast.sh
# - run: sudo lua script/profiling/profile.lua
# - store_artifacts:
# path: tmp/profile
# destination: profile

build-tags: &build-tags
filters:
Expand Down

0 comments on commit 33c52fa

Please sign in to comment.