From f1cb67bd3f727a9796443a99e0325edb5f0665a3 Mon Sep 17 00:00:00 2001 From: Veljko Date: Sat, 1 Apr 2023 11:31:40 +0200 Subject: [PATCH] Revert changes --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7020b1ac07..c4f1f8988f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,6 @@ version: 2.1 orbs: slack: circleci/slack@4.2.0 - grafana: grafana/k6@1.1.3 slack-fail-post-step: &slack-fail-post-step post-steps: @@ -464,8 +463,6 @@ jobs: path: tests/_output performance_tests: working_directory: /home/circleci/mailpoet/mailpoet - executor: grafana/k6 - cloud: true machine: image: ubuntu-2204:2022.10.2 docker_layer_caching: false