From d9f94d28366323f4e511268ad146d767079f4ea1 Mon Sep 17 00:00:00 2001 From: Adrian Sutton Date: Thu, 7 Sep 2023 08:39:51 +1000 Subject: [PATCH] Disable the scheduled job for running hive tests The op-e2e tests in the monorepo now cover all the key things we were using hive for. --- .circleci/config.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f856a387c0..21b9bdcbd7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -116,16 +116,3 @@ workflows: requires: [ "build" ] context: slack sim: optimism/daisy-chain - scheduled: - triggers: - - schedule: - # run every 4 hours - cron: "0 0,4,8,12,16 * * *" - filters: - branches: - only: [ "optimism" ] - jobs: - - build - - run-hive-sim: - requires: ["build"] - context: slack