From 33c52fa93c4f257c9d77e5ea8c5b01d134ff2650 Mon Sep 17 00:00:00 2001 From: David Ortiz Date: Fri, 19 Jul 2019 15:41:21 +0200 Subject: [PATCH] .circleci/config: disable profiling job temporarily --- .circleci/config.yml | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0c50266c9..52d77f9b1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: