Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MinioIntegrationTest should assume Docker Linux specifically #392

Merged
merged 1 commit into from
Apr 27, 2023

Conversation

jglick
Copy link
Member

@jglick jglick commented Apr 26, 2023

Complementing jenkins-infra/pipeline-library#658. Not touching

buildPlugin(configurations: [
[platform: 'linux', jdk: 17],
[platform: 'windows', jdk: 11],
])
unless I am told it is wrong/deprecated (and what the replacement should be).

jenkins-infra/helpdesk#3548 not particularly relevant in this context—I am fine with the test running only on Linux.

@jglick jglick added the tests label Apr 26, 2023
@jglick jglick requested review from dduportal and jtnord April 26, 2023 17:37
@jglick
Copy link
Member Author

jglick commented Apr 27, 2023

 [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.402 s - in io.jenkins.plugins.artifact_manager_jclouds.s3.MinioIntegrationTest

is a bit surprising but maybe that is just what happens when AssumptionViolatedError is thrown out @BeforeClass.

@jglick jglick merged commit fe7863e into jenkinsci:master Apr 27, 2023
@jglick jglick deleted the assume-linux branch April 27, 2023 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants