-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Build] Disable p2-baseline-replacement for GH workflows
and disable the Test_org_eclipse_swt_SWT.test_isLocal() test within the Jenkins pipeline. And use assumeFalse() to consider in said test if the 'disable.test_isLocal' property is set or not. Fixes #983
- Loading branch information
1 parent
97f902f
commit bd81b48
Showing
3 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,14 +51,15 @@ jobs: | |
- name: Set up Maven | ||
uses: stCarolas/[email protected] | ||
with: | ||
maven-version: 3.9.2 | ||
maven-version: 3.9.6 | ||
- name: Build with Maven | ||
uses: coactions/setup-xvfb@b6b4fcfb9f5a895edadc3bc76318fae0ac17c8b3 # v1.0.1 | ||
with: | ||
run: >- | ||
mvn --batch-mode -V -U | ||
-DforkCount=1 | ||
-Dcompare-version-with-baselines.skip=false | ||
-Dcompare-version-with-baselines.skip=true | ||
-Dtycho.baseline.replace=none | ||
-Dmaven.compiler.failOnWarning=true | ||
--fail-at-end | ||
-DskipNativeTests=false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters