Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move 4.32-I builds to R4_32_maintenance branch #2065

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions JenkinsJobs/Builds/I_build.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ for (STREAM in STREAMS){

# Milestone/RC Schedule
# Post M1, no nightlies, I-builds only. (Be sure to "turn off" for tests and sign off days)
0 6 18-29 5 5-7,1-3
0 18 18-29 5 5-7,1-3
#0 6 18-29 5 5-7,1-3
#0 18 18-29 5 5-7,1-3



Expand Down
2 changes: 1 addition & 1 deletion JenkinsJobs/JobDSL.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"4.32"
],
"Branches": {
"4.32": "master"
"4.32": "R4_32_maintenance"
}
}
2 changes: 1 addition & 1 deletion JenkinsJobs/YBuilds/P_build.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ spec:
sshagent(['github-bot-ssh']) {
dir ('eclipse.platform.releng.aggregator') {
sh \'\'\'
git clone -b master git@github.com:eclipse-platform/eclipse.platform.releng.aggregator.git
git clone -b R4_32_maintenance git@github.com:eclipse-platform/eclipse.platform.releng.aggregator.git
\'\'\'
}
}
Expand Down
2 changes: 1 addition & 1 deletion JenkinsJobs/YBuilds/Y_build.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ spec:
sshagent(['github-bot-ssh']) {
dir ('eclipse.platform.releng.aggregator') {
sh \'\'\'
git clone -b master git@github.com:eclipse-platform/eclipse.platform.releng.aggregator.git
git clone -b R4_32_maintenance git@github.com:eclipse-platform/eclipse.platform.releng.aggregator.git
\'\'\'
}
}
Expand Down
2 changes: 1 addition & 1 deletion cje-production/P-build/buildproperties.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# with # are considered comments and no spaces allowed in keys

# CJE build variables
BRANCH="master"
BRANCH="R4_32_maintenance"
PATCH_OR_BRANCH_LABEL="java22patch"
PATCH_BUILD="java22patch"
BUILD_TYPE_NAME="Beta Java 22"
Expand Down
2 changes: 1 addition & 1 deletion cje-production/Y-build/buildproperties.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# with # are considered comments and no spaces allowed in keys

# CJE build variables
BRANCH="master"
BRANCH="R4_32_maintenance"
PATCH_OR_BRANCH_LABEL="java23"
BUILD_TYPE_NAME="Beta Java 23"
BUILD_TYPE="Y"
Expand Down
2 changes: 1 addition & 1 deletion cje-production/buildproperties.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# with # are considered comments and no spaces allowed in keys

# CJE build variables
BRANCH="master"
BRANCH="R4_32_maintenance"
PATCH_OR_BRANCH_LABEL="master"
BUILD_TYPE_NAME="Integration"
BUILD_TYPE="I"
Expand Down
13 changes: 13 additions & 0 deletions cje-production/streams/repositories_R4_32_maintenance.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
rt.equinox.binaries: R4_32_maintenance
equinox: R4_32_maintenance
rt.equinox.p2: R4_32_maintenance
eclipse.jdt.core.binaries: R4_32_maintenance
eclipse.jdt.core: R4_32_maintenance
eclipse.jdt.debug: R4_32_maintenance
eclipse.jdt: R4_32_maintenance
eclipse.jdt.ui: R4_32_maintenance
eclipse.pde: R4_32_maintenance
eclipse.platform: R4_32_maintenance
eclipse.platform.releng: R4_32_maintenance
eclipse.platform.swt: R4_32_maintenance
eclipse.platform.ui: R4_32_maintenance
36 changes: 18 additions & 18 deletions cje-production/streams/repositories_java23.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
rt.equinox.binaries: master
equinox: master
rt.equinox.p2: master
eclipse.jdt: master
eclipse.jdt.core.binaries: master
rt.equinox.binaries: R4_32_maintenance
equinox: R4_32_maintenance
rt.equinox.p2: R4_32_maintenance
eclipse.jdt: R4_32_maintenance
eclipse.jdt.core.binaries: R4_32_maintenance
eclipse.jdt.core: BETA_JAVA23
eclipse.jdt.debug: BETA_JAVA23
eclipse.jdt.ui: BETA_JAVA23
eclipse.pde: master
eclipse.platform.debug: master
eclipse.platform.resources: master
eclipse.platform: master
eclipse.platform.common: master
eclipse.platform.releng: master
eclipse.platform.runtime: master
eclipse.platform.swt: master
eclipse.platform.team: master
eclipse.platform.text: master
eclipse.platform.ua: master
eclipse.platform.ui: master
eclipse.platform.ui.tools: master
eclipse.pde: R4_32_maintenance
eclipse.platform.debug: R4_32_maintenance
eclipse.platform.resources: R4_32_maintenance
eclipse.platform: R4_32_maintenance
eclipse.platform.common: R4_32_maintenance
eclipse.platform.releng: R4_32_maintenance
eclipse.platform.runtime: R4_32_maintenance
eclipse.platform.swt: R4_32_maintenance
eclipse.platform.team: R4_32_maintenance
eclipse.platform.text: R4_32_maintenance
eclipse.platform.ua: R4_32_maintenance
eclipse.platform.ui: R4_32_maintenance
eclipse.platform.ui.tools: R4_32_maintenance
13 changes: 0 additions & 13 deletions cje-production/streams/repositories_master.txt

This file was deleted.