diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-10-31 12:50:47 -0700 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-10-31 12:50:47 -0700 |
commit | e5f84a3136f7c44e02e12149cb54a747a5e244b8 (patch) | |
tree | 52fdb323370167f69371582f0baab8b18cdb63f7 /jjb/apex | |
parent | f9ed1e84035f0331d580f7846b04e457a6b98c7c (diff) |
Disable Flex jobs
Both flex PODs have been offline for a while. Disabling the Apex jobs
scheduled on them will reduce the queue and they can be re-enabled once
they come back online.
Change-Id: I2f82379225ae6fc728fc655680e5ee8799a4bbbb
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'jjb/apex')
-rw-r--r-- | jjb/apex/apex.yaml | 2 | ||||
-rw-r--r-- | jjb/apex/apex.yaml.j2 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/jjb/apex/apex.yaml b/jjb/apex/apex.yaml index 331158972..c7c938569 100644 --- a/jjb/apex/apex.yaml +++ b/jjb/apex/apex.yaml @@ -1087,7 +1087,7 @@ project-type: 'multijob' - disabled: false + disabled: true node: 'flex-pod2' diff --git a/jjb/apex/apex.yaml.j2 b/jjb/apex/apex.yaml.j2 index 35171523e..8edcc2742 100644 --- a/jjb/apex/apex.yaml.j2 +++ b/jjb/apex/apex.yaml.j2 @@ -933,7 +933,7 @@ project-type: 'multijob' - disabled: false + disabled: true node: 'flex-pod2' |