From 62944c9ce9cdc87574a381c308c02e71b9c70d58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=8A?= =?UTF-8?q?=D1=80=20=D0=9A=D1=83=D1=80=D1=82=D0=B0=D0=BA=D0=BE=D0=B2?= Date: Fri, 22 Nov 2024 13:23:35 +0200 Subject: [PATCH] Remove unused apifreeze releng scripts Not used in years and just complicate the scripts and stream opening procedures. --- cje-production/P-build/buildproperties.txt | 6 -- cje-production/Y-build/buildproperties.txt | 6 -- cje-production/buildproperties.txt | 6 -- .../eclipse/apiexclude/exclude_list.txt | 5 -- .../buildScripts/api-tools-builder.xml | 63 +------------------ .../staticDropFiles/testResults.php | 16 ----- 6 files changed, 2 insertions(+), 100 deletions(-) delete mode 100644 eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt diff --git a/cje-production/P-build/buildproperties.txt b/cje-production/P-build/buildproperties.txt index 3380a069c16..11c7507fd14 100644 --- a/cje-production/P-build/buildproperties.txt +++ b/cje-production/P-build/buildproperties.txt @@ -41,12 +41,6 @@ LOCAL_REPO="localMavenRepo" # Base builder parameters BASEBUILDER_TAG="4.31" API_PREV_REF_LABEL="4.31" -#API_FREEZE_REF_LABEL="4.33RC1" -API_FREEZE_REF_LABEL="" -# Change to appropriate versions and uncomment when entering API freeze -#FREEZE_PARAMS="-DfreezeBaseURL=https://${DOWNLOAD_HOST}/eclipse/downloads/drops4/S-${API_FREEZE_REF_LABEL}-202208241800/eclipse-SDK-${API_FREEZE_REF_LABEL}-win32-x86_64.zip -DfreezeName=Eclipse-SDK-${API_FREEZE_REF_LABEL} -DfreezeFilename=eclipse-SDK-${API_FREEZE_REF_LABEL}-win32-x86_64.zip" -# Otherwise set to a blank space -FREEZE_PARAMS=" " PREVIOUS_RELEASE_VER="4.33" PREVIOUS_RELEASE_REPO_ID="4.33" diff --git a/cje-production/Y-build/buildproperties.txt b/cje-production/Y-build/buildproperties.txt index ddc435b1e1c..b4830b30620 100644 --- a/cje-production/Y-build/buildproperties.txt +++ b/cje-production/Y-build/buildproperties.txt @@ -40,12 +40,6 @@ LOCAL_REPO="localMavenRepo" # Base builder parameters BASEBUILDER_TAG="4.32" API_PREV_REF_LABEL="4.32" -#API_FREEZE_REF_LABEL="4.33RC1" -API_FREEZE_REF_LABEL="" -# Change to appropriate versions and uncomment when entering API freeze -#FREEZE_PARAMS="-DfreezeBaseURL=https://${DOWNLOAD_HOST}/eclipse/downloads/drops4/S-${API_FREEZE_REF_LABEL}-202108251800/eclipse-SDK-${API_FREEZE_REF_LABEL}-win32-x86_64.zip -DfreezeName=Eclipse-SDK-${API_FREEZE_REF_LABEL} -DfreezeFilename=eclipse-SDK-${API_FREEZE_REF_LABEL}-win32-x86_64.zip" -# Otherwise set to a blank space -FREEZE_PARAMS=" " PREVIOUS_RELEASE_VER="4.33" PREVIOUS_RELEASE_REPO_ID="4.33" diff --git a/cje-production/buildproperties.txt b/cje-production/buildproperties.txt index 6b3e64824fb..6553628cce7 100644 --- a/cje-production/buildproperties.txt +++ b/cje-production/buildproperties.txt @@ -40,12 +40,6 @@ LOCAL_REPO="localMavenRepo" # Base builder parameters BASEBUILDER_TAG="4.33" API_PREV_REF_LABEL="4.33" -#API_FREEZE_REF_LABEL="4.33RC1" -API_FREEZE_REF_LABEL="" -# Change to appropriate versions and uncomment when entering API freeze -#FREEZE_PARAMS="-DfreezeBaseURL=https://${DOWNLOAD_HOST}/eclipse/downloads/drops4/S-${API_FREEZE_REF_LABEL}-202208241800/eclipse-SDK-${API_FREEZE_REF_LABEL}-win32-x86_64.zip -DfreezeName=Eclipse-SDK-${API_FREEZE_REF_LABEL} -DfreezeFilename=eclipse-SDK-${API_FREEZE_REF_LABEL}-win32-x86_64.zip" -# Otherwise set to a blank space -FREEZE_PARAMS=" " PREVIOUS_RELEASE_VER="4.33" PREVIOUS_RELEASE_REPO_ID="4.33" diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt deleted file mode 100644 index 5f59a637dae..00000000000 --- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt +++ /dev/null @@ -1,5 +0,0 @@ -# List of approved API changes after 4.34 RC2 - -# The unapproved entry exclude list can be copied from /buildlogs/mb080_publish-eclipse_output.txt -# Search for: Potential exclude list: -# Copy the list into this report and remove "[apitooling.apifreeze] " diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/buildScripts/api-tools-builder.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/buildScripts/api-tools-builder.xml index de4ec10115e..932ca382364 100644 --- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/buildScripts/api-tools-builder.xml +++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/buildScripts/api-tools-builder.xml @@ -29,10 +29,8 @@ name="API Tools builder integration" default="apiToolsReports"> - - - - - - @@ -61,9 +51,6 @@ value="${reference}/${previousBaselineFilename}" /> - @@ -139,8 +126,7 @@ + unless="apitoolinginitialized"> - - - - - - - - - - - - - - - - - - - - - diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testResults.php b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testResults.php index ac2a82e3d29..224b049b742 100644 --- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testResults.php +++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testResults.php @@ -95,22 +95,6 @@ } ?> -JaCoCo code coverage report"; -?> - -API Tools Post-API Freeze Report  "; - echo "This report describes API changes since ${API_FREEZE_REF_LABEL}. Exclusions are listed in .../apiexclude/exclude_list.txt."; - } - else { - echo "
  • No freeze report. Only generated in main stream after RC1.
  • "; - } -?> - Zip of .api_filters files used in the build"; ?>