Skip to content

Tags: jenkinsci/build-with-parameters-plugin

Tags

next

Toggle next's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: Parallelize Tests (#26)

This will use all available cores to run tests, and parallelize by all - suite/class/method.
On machines with multiple cores, this will vastly improve test performance.
These times are on my M1 MBP with 10 (8P + 2E) cores. They were reported by maven on running `mvn verify`.

I first ran `mvn verify` and ignored the time.
Then I ran it thrice without this change, and thrice with this change.

All times in seconds.

|        | Run 1 | Run 2 | Run 3 | Average |
| ------ | ----: | ----: | ----: | ------: |
| Before |    21 |    23 |    22 |      22 |
| After  |    15 |    16 |    18 |      16 |
| Savings|       |       |       |       6 |
| %      |       |       |       |      27 |

Co-authored-by: Name From Git-Plugin-Test <[email protected]>

76.v9382db_f78962

Toggle 76.v9382db_f78962's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix order of evaluation (#23)

73.v3ed13cb_d6cca

Toggle 73.v3ed13cb_d6cca's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Replace JSR 305 (#20)

build-with-parameters-1.7

Toggle build-with-parameters-1.7's commit message
[maven-release-plugin] copy for tag build-with-parameters-1.7

build-with-parameters-1.6

Toggle build-with-parameters-1.6's commit message
[maven-release-plugin] copy for tag build-with-parameters-1.6

build-with-parameters-1.5.1

Toggle build-with-parameters-1.5.1's commit message
[maven-release-plugin] copy for tag build-with-parameters-1.5.1

build-with-parameters-1.5

Toggle build-with-parameters-1.5's commit message
[maven-release-plugin] copy for tag build-with-parameters-1.5

build-with-parameters-1.4

Toggle build-with-parameters-1.4's commit message
[maven-release-plugin] copy for tag build-with-parameters-1.4

build-with-parameters-1.3

Toggle build-with-parameters-1.3's commit message
[maven-release-plugin] copy for tag build-with-parameters-1.3

build-with-parameters-1.2

Toggle build-with-parameters-1.2's commit message
[maven-release-plugin] copy for tag build-with-parameters-1.2