From 566cefb770e3eb0ce5eca2aa364b03d549aaa35d Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Tue, 15 Jun 2021 13:02:23 -0400
Subject: [PATCH] Go back to regular resource class

We collect coverage info so we can't very easily run on multiple cores.  So we
mostly can't take advantage of the bigger machine.

With Cachix we can now cache even partial build successes so even if we lose
the whole cache and have to start from scratch, the build should now converge
on success even if it takes a few tries.
---
 .circleci/config.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 79036c3..0cc71ac 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -135,7 +135,6 @@ jobs:
             ZKAPAUTHORIZER_HYPOTHESIS_PROFILE: "ci"
 
   linux-tests: &LINUX_TESTS
-    resource_class: "xlarge"
     docker:
       # Run in a highly Nix-capable environment.
       - image: "nixos/nix:latest"
-- 
GitLab