summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2023-06-21 11:27:57 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2023-06-21 11:29:30 -0700
commitb8204a1fbba64823d93237de23697bb4fd9a64a1 (patch)
tree61276784933d59d616b9e45d6de7081cfc349b63
parentb0e8881d18c73c889587989679056842195bbf52 (diff)
Chore: Add more information in global-defaults
This change is not really needed, but we needed to make it to test GHA. Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I7522afcc4bdd9aa4c1cbe54633fc4f458bd85380
-rw-r--r--jjb/global-defaults.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/jjb/global-defaults.yaml b/jjb/global-defaults.yaml
index b35c0f331..65306bd8a 100644
--- a/jjb/global-defaults.yaml
+++ b/jjb/global-defaults.yaml
@@ -4,6 +4,7 @@
- defaults:
name: global
+ # General job settings
build-days-to-keep: 30
# the below discarder values are hard coded into the macro and are only here
# for documentation purposes
@@ -11,6 +12,7 @@
build-artifact-days-to-keep: -1
build-artifact-num-to-keep: 5
+ # Email preferences
failure-notification: "releng+onap@linuxfoundation.org"
failure-notification-prefix: "[releng]"
@@ -40,6 +42,8 @@
staging-profile-id: 176c31dfe190a
# Timeout in minutes
build-timeout: 90
+
+ # Default node, if not defined in the job
build-node: ubuntu1804-builder-4c-4g
archive-artifacts: ""