diff options
Diffstat (limited to 'jjb/optf')
-rw-r--r-- | jjb/optf/optf-has-csit.yaml | 2 | ||||
-rw-r--r-- | jjb/optf/optf-has.yaml | 2 | ||||
-rw-r--r-- | jjb/optf/optf-osdf-csit.yaml | 2 | ||||
-rw-r--r-- | jjb/optf/optf-osdf.yaml | 2 |
4 files changed, 2 insertions, 6 deletions
diff --git a/jjb/optf/optf-has-csit.yaml b/jjb/optf/optf-has-csit.yaml index f0d2156bc..08a03c3d1 100644 --- a/jjb/optf/optf-has-csit.yaml +++ b/jjb/optf/optf-has-csit.yaml @@ -8,8 +8,6 @@ stream: - 'master': branch: master - - 'beijing': - branch: beijing functionality: - 'has': trigger_jobs: 'optf-has-master-conductor-docker-java-version-shell-daily' diff --git a/jjb/optf/optf-has.yaml b/jjb/optf/optf-has.yaml index 2301524e7..6860822ff 100644 --- a/jjb/optf/optf-has.yaml +++ b/jjb/optf/optf-has.yaml @@ -60,7 +60,7 @@ name: optf-has-sonar jobs: - gerrit-maven-sonar - cron: 'H 11 * * *' + cron: '@daily' build-node: ubuntu1604-builder-4c-4g project: 'optf/has' project-name: 'optf-has' diff --git a/jjb/optf/optf-osdf-csit.yaml b/jjb/optf/optf-osdf-csit.yaml index eada89de0..c79a189a4 100644 --- a/jjb/optf/optf-osdf-csit.yaml +++ b/jjb/optf/optf-osdf-csit.yaml @@ -8,8 +8,6 @@ stream: - 'master': branch: master - - 'beijing': - branch: beijing functionality: - 'osdf': trigger_jobs: 'optf-osdf-master-osdf-docker-java-version-shell-daily' diff --git a/jjb/optf/optf-osdf.yaml b/jjb/optf/optf-osdf.yaml index 4c98b320d..8cc048db4 100644 --- a/jjb/optf/optf-osdf.yaml +++ b/jjb/optf/optf-osdf.yaml @@ -59,7 +59,7 @@ name: optf-osdf-sonar jobs: - gerrit-maven-sonar - cron: 'H 11 * * *' + cron: '@daily' build-node: ubuntu1604-builder-4c-4g project: 'optf/osdf' project-name: 'optf-osdf' |