Enable OpenShift tests#856
Merged
anuruddhal merged 2 commits intoballerina-platform:masterfrom Sep 15, 2025
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR enables OpenShift tests by uncommenting the OpenshiftSampleTest class in the TestNG configuration and updates various dependencies and build configurations.
- Uncomments the OpenshiftSampleTest class to enable OpenShift testing
- Updates Gradle wrapper from version 8.2.1 to 8.10
- Updates Ballerina distribution and cloud module versions
Reviewed Changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| compiler-plugin-tests/src/test/resources/testng.xml | Enables OpenshiftSampleTest by uncommenting the test class |
| compiler-plugin-tests/src/test/java/io/ballerina/c2c/test/samples/OpenshiftSampleTest.java | Updates Docker image name and entry point assertion for test validation |
| gradle/wrapper/gradle-wrapper.properties | Upgrades Gradle wrapper from 8.2.1 to 8.10 |
| gradlew.bat | Adds SPDX license identifier and redirects error messages to stderr |
| gradlew | Adds SPDX license identifier and updates script generation comments and logic |
| ballerina/Dependencies.toml | Updates Ballerina distribution to 2201.13.0-m3 and cloud module to 4.0.0 |
| ballerina/CompilerPlugin.toml | Updates compiler plugin JAR path to match new version |
| ballerina/Ballerina.toml | Updates cloud module version to 4.0.0 |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Dilhasha
approved these changes
Sep 15, 2025
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose