diff options
author | 2023-03-27 09:48:39 +0000 | |
---|---|---|
committer | 2023-03-27 09:48:39 +0000 | |
commit | ed1c058df13ab4741c506aa02969487f1d67c246 (patch) | |
tree | ce0a09a91587ecc161dd0fd782c46beb20a89bf8 /jjb | |
parent | 699bece463284fc2dfe3c498b647e577bf44603a (diff) | |
parent | 1abe46f0a19f5f115344689468cd2a5d0d144dde (diff) |
Merge "feat(core): Introduce S class executor"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/csit/csit-terraform.yaml | 4 | ||||
-rw-r--r-- | jjb/csit/csit-tox.yaml | 4 |
2 files changed, 4 insertions, 4 deletions
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 |