diff options
author | 2020-10-22 10:39:58 -0700 | |
---|---|---|
committer | 2020-10-22 10:39:58 -0700 | |
commit | 533637dcf958ef3a0e856e5c0b3b36ffe2de7f49 (patch) | |
tree | 7ce2ed42d72542048ed892dc1d7b11b1590bc575 | |
parent | 1f1ad8488555b0e8f5d7a7bbbd8fd9277a4f1e7b (diff) |
Remove deprecated release job
release-java-daily is a deprecated job
replaced by maven-stage (global-jjb).
Portal already uses maven-stage which makes
this job redundant.
Change-Id: I5b284c6ab2ec9d256b41f9135110f623c4242174
Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r-- | jjb/global-templates-java.yaml | 69 | ||||
-rw-r--r-- | jjb/portal/portal.yaml | 1 |
2 files changed, 0 insertions, 70 deletions
diff --git a/jjb/global-templates-java.yaml b/jjb/global-templates-java.yaml index b55c6c8a6..f2e08881b 100644 --- a/jjb/global-templates-java.yaml +++ b/jjb/global-templates-java.yaml @@ -135,75 +135,6 @@ files: '{obj:pattern}' - job-template: - # Job template for Java daily release jobs - # - # The purpose of this job template is to run: - # 1. maven clean deploy with Sonar scans - # - # Required Variables: - # branch: git branch (eg. stable/lithium or master) - - name: '{project-name}-{stream}-release-java-daily' - - project-type: freestyle - node: '{build-node}' - disabled: '{disabled}' - maven-deploy-properties: - properties: - - infra-properties: - build-days-to-keep: '{build-days-to-keep}' - - parameters: - - infra-parameters: - project: '{project}' - branch: '{branch}' - refspec: 'refs/heads/{branch}' - artifacts: '{archive-artifacts}' - - maven-exec: - maven-version: '{maven-version}' - - scm: - - gerrit-trigger-scm: - refspec: '' - choosing-strategy: 'default' - submodule-recursive: '{submodule-recursive}' - - wrappers: - - infra-wrappers: - build-timeout: '{build-timeout}' - - triggers: - # 11 AM UTC - - timed: '@daily' - - gerrit-trigger-release-manually: - server: '{server-name}' - project: '{project}' - branch: '{branch}' - - builders: - - lf-infra-pre-build - - provide-maven-settings: - global-settings-file: 'global-settings' - settings-file: '{mvn-settings}' - - - maven-target: - maven-version: '{maven-version}' - goals: 'clean deploy -B - -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn' - properties: - - '{maven-deploy-properties}' - java-opts: - - '-Xmx4096m -XX:MaxPermSize=512m' - settings: '{mvn-settings}' - settings-type: cfp - global-settings: 'global-settings' - global-settings-type: cfp - - publishers: - - infra-shiplogs: - maven-version: '{maven-version}' - -- job-template: # Job template for Java daily release jobs running checkstyle at the end # When checkstyle will be fully incorporated, it is meant to replace # '{project-name}-{stream}-release-java-daily' diff --git a/jjb/portal/portal.yaml b/jjb/portal/portal.yaml index cb6bc9ebf..2a6d6e5a0 100644 --- a/jjb/portal/portal.yaml +++ b/jjb/portal/portal.yaml @@ -13,7 +13,6 @@ sign-artifacts: true build-node: centos7-builder-4c-4g maven-versions-plugin: true - - '{project-name}-{stream}-release-java-daily' - '{project-name}-gerrit-release-jobs': build-node: centos7-docker-8c-8g |