From a2f49b6a84f9b7e038ccf773c4ef97732c67ff80 Mon Sep 17 00:00:00 2001 From: Cody Soyland Date: Fri, 13 Nov 2020 09:57:23 -0600 Subject: [PATCH] Fix yaml syntax, add requires section --- .circleci/config.yml | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 43528b67a..b757ceb23 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -192,23 +192,29 @@ workflows: requires: - setup - test: - name: test-golang-<< matrix.golang_version >> - resource_class: large - matrix: - parameters: - golang_version: ["1.14.12", "1.15.5"] + name: test-golang-<< matrix.golang_version >> + resource_class: large + context: molecula + requires: + - setup + matrix: + parameters: + golang_version: ["1.14.12", "1.15.5"] - test: - name: << matrix.test_make_target >> - resource_class: xlarge - matrix: - parameters: - test_make_target: ["test-race", "test-txstore-rbf", "test-txstore-rbf_lmdb"] + name: << matrix.test_make_target >> + resource_class: xlarge + context: molecula + requires: + - setup + matrix: + parameters: + test_make_target: ["test-race", "test-txstore-rbf", "test-txstore-rbf_lmdb"] - test: name: test-shardwidth-22 shard_width: "22" resource_class: large requires: - - setup + - setup - cluster-tests: requires: - setup