From 87f388bf4e08e9426f2705091ad3698a6fc17518 Mon Sep 17 00:00:00 2001 From: Spyros Synodinos Date: Tue, 28 May 2024 13:00:02 +0300 Subject: [PATCH] ubuntu latest --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4b922acb..79cb3805 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -100,7 +100,6 @@ workflows: only: /^v.*/ - architect/run-tests-with-ats: - runs-on: ubuntu-22.04 name: execute chart tests filters: # Do not trigger the job on merge to master. @@ -111,6 +110,10 @@ workflows: - push-to-control-plane-app-catalog app-test-suite_version: "v0.4.1" app-test-suite_container_tag: "0.4.1" + executor: + name: architect/app-build-suite + resource_class: large + image: ubuntu-2004:latest - architect/push-to-app-collection: context: architect