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

Deployment and Pipeline action updates #874

Merged
merged 9 commits into from Mar 3, 2024
Merged

Deployment and Pipeline action updates #874

merged 9 commits into from Mar 3, 2024

Conversation

stleary
Copy link
Owner

@stleary stleary commented Mar 2, 2024

Description

  • Deployment pipeline is disabled removed until secrets can be added and tested.
  • pipeline matrix is split into separate actions for each version. Java 11 builds have been failing intermittently due to concurrent parallel execution.

@stleary
Copy link
Owner Author

stleary commented Mar 2, 2024

What problem does this code solve?
Deployment workflow is failing because the secrets have not been set yet. It is being removed until the secrets can be added. Java 11 build is failing intermittently when run in parallel with other builds. Each build runs separately now.

Does the code still compile with Java6?
Yes

Risks
Low

Changes to the API?
No

Will this require a new release?
No

Should the documentation be updated?
No

Does it break the unit tests?
No

Was any code refactored in this commit?
No

Review status
APPROVED - by myself

@stleary stleary merged commit ba05e1a into master Mar 3, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant