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

update ec2 plugin tests #2372

Merged
merged 3 commits into from
Sep 15, 2023
Merged

update ec2 plugin tests #2372

merged 3 commits into from
Sep 15, 2023

Conversation

car-roll
Copy link
Contributor

@car-roll car-roll commented Sep 13, 2023

AmazonEC2Cloud constructor variable name was changed in jenkinsci/ec2-plugin#892

Your checklist for this pull request

🚨 Please review the guidelines for contributing to this repository.

  • Make sure you are requesting to pull a topic/feature/bugfix branch (right side) and not your master branch!
  • Ensure that the pull request title represents the desired changelog entry
  • Please describe what you did
  • Link to relevant issues in GitHub or in Jenkins JIRA
  • Link to relevant pull requests, esp. upstream and downstream changes
  • Did you provide a test-case? That demonstrates feature works or fixes the issue.

@car-roll car-roll requested a review from a team as a code owner September 13, 2023 22:57
@car-roll
Copy link
Contributor Author

car-roll commented Sep 14, 2023

Receiving the following failure for MesosCloud in a specific test, EC2CloudTest.configure_ec2_cloud 🤔

  14.125 [id=34]	WARNING	jenkins.model.Jenkins$5#runTask: MesosCloud.init failed perhaps due to plugin dependency issues
java.lang.NoSuchFieldError: AUTOMATIC_SLAVE_LAUNCH
	at org.jenkinsci.plugins.mesos.MesosCloud.init(MesosCloud.java:118)
Caused: java.lang.reflect.InvocationTargetException
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at hudson.init.TaskMethodFinder.invoke(TaskMethodFinder.java:109)

@car-roll car-roll marked this pull request as draft September 14, 2023 20:24
@car-roll
Copy link
Contributor Author

will move back to ready when jenkinsci/ec2-plugin#892 has been merged and released

@car-roll car-roll marked this pull request as ready for review September 15, 2023 18:03
@car-roll
Copy link
Contributor Author

jenkinsci/ec2-plugin#892 has now been merged, PR is ready for review

@timja timja enabled auto-merge (squash) September 15, 2023 18:05
@timja timja added the test A PR that adds to testing - used by Release Drafter label Sep 15, 2023
@timja timja merged commit 0e907bc into jenkinsci:master Sep 15, 2023
15 of 16 checks passed
@car-roll car-roll deleted the update-ec2 branch September 15, 2023 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test A PR that adds to testing - used by Release Drafter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants