summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gheorghiu <andrei.gheorghiu@enea.com>2019-01-28 14:50:47 +0100
committerAndrei Gheorghiu <andrei.gheorghiu@enea.com>2019-01-28 14:50:47 +0100
commit592090d431c435b30a3423b3ba3a5663e080d20d (patch)
tree7b305de0bded1b8e5d47a308696eb0f2a4150c9d
parent3c09b7dccb5bf631522431f371e2071c870b8b5e (diff)
downloadel_manifests-standard-592090d431c435b30a3423b3ba3a5663e080d20d.tar.gz
switch cron to only run ELTF job once per week
Change-Id: I3ed5f04cf8c1af545e0fe2e773d0afbe7f4aadd3
-rw-r--r--eltf.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/eltf.conf b/eltf.conf
index 56a98ec..129fe8d 100644
--- a/eltf.conf
+++ b/eltf.conf
@@ -15,6 +15,6 @@ RC_TEST_PACKAGE=healthcheck-runner
15IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk 15IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk
16ARCH=x86_64 16ARCH=x86_64
17SKIP=NO 17SKIP=NO
18JENKINS_CRON_STRING=0 23 * * 1-5 18JENKINS_CRON_STRING=0 23 * * 1
19PACKAGING=DEB 19PACKAGING=DEB
20CVE_CHECK=YES 20CVE_CHECK=YES