From 1abe46f0a19f5f115344689468cd2a5d0d144dde Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Mon, 27 Mar 2023 07:53:42 +0000 Subject: feat(core): Introduce S class executor - Add small resource footprint executor. - Suitable for various jobs to save resources. Signed-off-by: Peter Mikus Change-Id: I1d27be68362c2b4db369fdeffcda2e27b5ea30cd --- jjb/csit/csit-terraform.yaml | 4 ++-- jjb/csit/csit-tox.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'jjb') diff --git a/jjb/csit/csit-terraform.yaml b/jjb/csit/csit-terraform.yaml index debddc60c..de5998e38 100644 --- a/jjb/csit/csit-terraform.yaml +++ b/jjb/csit/csit-terraform.yaml @@ -31,7 +31,7 @@ name: 'csit-terraform-aws-eb-version-verify-{os}-{executor-arch}' project-type: freestyle - node: 'builder-{os}-prod-{executor-arch}' + node: 's-builder-{os}-prod-{executor-arch}' concurrent: false latest-only: false @@ -77,7 +77,7 @@ name: 'csit-terraform-aws-eb-version-deploy-{os}-{executor-arch}' project-type: freestyle - node: 'builder-{os}-prod-{executor-arch}' + node: 's-builder-{os}-prod-{executor-arch}' concurrent: false latest-only: false diff --git a/jjb/csit/csit-tox.yaml b/jjb/csit/csit-tox.yaml index 7e7ed66ab..e2a3b015e 100644 --- a/jjb/csit/csit-tox.yaml +++ b/jjb/csit/csit-tox.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Cisco and/or its affiliates. +# Copyright (c) 2023 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -34,7 +34,7 @@ name: 'csit-verify-tox-{stream}-{os}-{executor-arch}' project-type: freestyle - node: 'builder-{os}-prod-{executor-arch}' + node: 's-builder-{os}-prod-{executor-arch}' concurrent: true latest-only: false -- cgit 1.2.3-korg