From 880ae68eaa88cd9e091e629114e55e15d641bb4e Mon Sep 17 00:00:00 2001 From: Hannes Wellmann Date: Fri, 1 Nov 2024 19:53:29 +0100 Subject: [PATCH] [REMOVE] Add version increment for this repo for simple testing --- .github/workflows/checkVersions.yml | 14 ++++---------- .github/workflows/pr-checks.yml | 17 +++++++++++++++++ .../workflows/publishVersionCheckResults.yml | 2 -- .github/workflows/version-increments.yml | 14 ++++++++++++++ 4 files changed, 35 insertions(+), 12 deletions(-) create mode 100644 .github/workflows/pr-checks.yml create mode 100644 .github/workflows/version-increments.yml diff --git a/.github/workflows/checkVersions.yml b/.github/workflows/checkVersions.yml index 4ff7f169f0b..882a09253f9 100644 --- a/.github/workflows/checkVersions.yml +++ b/.github/workflows/checkVersions.yml @@ -37,14 +37,9 @@ jobs: maven-version: 3.9.9 - name: Check and increment versions - uses: Wandalen/wretry.action@f8754f79743ba113fedbba4499593f7d73b458eb # master - with: - attempt_delay: 200 - attempt_limit: 10 - command: > - mvn verify -DskipTests -Dcompare-version-with-baselines.skip=false - org.eclipse.tycho:tycho-versions-plugin:bump-versions -Dtycho.bump-versions.increment=100 - --threads 1C --fail-at-end --batch-mode --no-transfer-progress --show-version + run: | + echo 'Comment: Hello World1' >>eclipse.platform.releng/bundles/org.eclipse.rcp/META-INF/MANIFEST.MF + echo 'Comment: Hello World2' >>eclipse.platform.releng/bundles/org.eclipse.test/META-INF/MANIFEST.MF - name: Commit version increments, if any run: | @@ -57,8 +52,7 @@ jobs: # Relevant files were staged, i.e. some version were changed # Read 'releaseNumberSDK' property as stream version - mvn help:evaluate -Dexpression=releaseNumberSDK --quiet '-Doutput=releaseNumberSDK-value.txt' - streamVersion=$(