Skip to content

Commit

Permalink
Revert "Move 4.33-I builds to R4_33_maintenance branch (#2278)" (#2279)
Browse files Browse the repository at this point in the history
This reverts commit 9460c60.
  • Loading branch information
MohananRahul authored Sep 1, 2024
1 parent 9460c60 commit a6cc8ef
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 39 deletions.
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 16-28 8 5-7,1-3
# 0 18 16-28 8 5-7,1-3
0 6 16-28 8 5-7,1-3
0 18 16-28 8 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.33"
],
"Branches": {
"4.33": "R4_33_maintenance"
"4.33": "master"
}
}
2 changes: 1 addition & 1 deletion JenkinsJobs/YBuilds/P_build.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
sshagent(['github-bot-ssh']) {
dir ('eclipse.platform.releng.aggregator') {
sh \'\'\'
git clone -b R4_33_maintenance git@github.com:eclipse-platform/eclipse.platform.releng.aggregator.git
git clone -b master 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 @@ -93,7 +93,7 @@ spec:
sshagent(['github-bot-ssh']) {
dir ('eclipse.platform.releng.aggregator') {
sh \'\'\'
git clone -b R4_33_maintenance git@github.com:eclipse-platform/eclipse.platform.releng.aggregator.git
git clone -b master 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="R4_33_maintenance"
BRANCH="master"
PATCH_OR_BRANCH_LABEL="java23patch"
PATCH_BUILD="java23patch"
BUILD_TYPE_NAME="Beta Java 23"
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="R4_33_maintenance"
BRANCH="master"
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="R4_33_maintenance"
BRANCH="master"
PATCH_OR_BRANCH_LABEL="master"
BUILD_TYPE_NAME="Integration"
BUILD_TYPE="I"
Expand Down
13 changes: 0 additions & 13 deletions cje-production/streams/repositories_R4_33_maintenance.txt

This file was deleted.

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 @@
equinox.binaries: R4_33_maintenance
equinox: R4_33_maintenance
equinox.p2: R4_33_maintenance
eclipse.jdt: R4_33_maintenance
eclipse.jdt.core.binaries: R4_33_maintenance
equinox.binaries: master
equinox: master
equinox.p2: master
eclipse.jdt: master
eclipse.jdt.core.binaries: master
eclipse.jdt.core: BETA_JAVA23
eclipse.jdt.debug: BETA_JAVA23
eclipse.jdt.ui: BETA_JAVA23
eclipse.pde: R4_33_maintenance
eclipse.platform.debug: R4_33_maintenance
eclipse.platform.resources: R4_33_maintenance
eclipse.platform: R4_33_maintenance
eclipse.platform.common: R4_33_maintenance
eclipse.platform.releng: R4_33_maintenance
eclipse.platform.runtime: R4_33_maintenance
eclipse.platform.swt: R4_33_maintenance
eclipse.platform.team: R4_33_maintenance
eclipse.platform.text: R4_33_maintenance
eclipse.platform.ua: R4_33_maintenance
eclipse.platform.ui: R4_33_maintenance
eclipse.platform.ui.tools: R4_33_maintenance
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
13 changes: 13 additions & 0 deletions cje-production/streams/repositories_master.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
equinox.binaries: master
equinox: master
equinox.p2: master
eclipse.jdt.core.binaries: master
eclipse.jdt.core: master
eclipse.jdt.debug: master
eclipse.jdt: master
eclipse.jdt.ui: master
eclipse.pde: master
eclipse.platform: master
eclipse.platform.releng: master
eclipse.platform.swt: master
eclipse.platform.ui: master

0 comments on commit a6cc8ef

Please sign in to comment.