From 28726d3eb33a3903dfa8cb9fe6b343ee8e092f98 Mon Sep 17 00:00:00 2001 From: Vesa-Ville Date: Mon, 8 Apr 2024 12:08:04 +0300 Subject: [PATCH] feat: test build for self-hosted runner --- .circleci/config.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a02a983b9f..2a59b52ed0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -322,9 +322,8 @@ jobs: cache_key: snarkos-fmt-cache check-clippy: - docker: - - image: cimg/rust:1.74.1 - resource_class: large + machine: true + resource_class: exbuhny4gnr1bjbjxfghd7/gcp-test steps: - checkout - setup_environment: @@ -338,11 +337,18 @@ jobs: - clear_environment: cache_key: snarkos-clippy-cache + test-runner: + machine: true + resource_class: exbuhny4gnr1bjbjxfghd7/gcp-test + steps: + - run: echo "Hi I'm on a Container Runner!" + workflows: version: 2 main-workflow: jobs: + - test-runner - cli - account - node-bft-events