-
Notifications
You must be signed in to change notification settings - Fork 858
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
Adding katalon tool support for cloud builder #664
base: master
Are you sure you want to change the base?
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rphillips @bfolkens @matti @tmc
can u please review the PR. Let me know if you need more information. Help me to get this merge as this is my first time.
@ucguy4u How is this image different from the official image |
The image we're using here includes additional tools like Google Cloud SDK, kubectl, and the gke-gcloud-auth-plugin that are not present in the official katalonstudio/katalon image. This customization allows us to integrate Katalon testing with cloud environments such as GKE, and manage resources directly from within the same container. By including these dependencies, we streamline the CI/CD process for users who need to interact with cloud platforms like GCP while running their Katalon tests, making it more versatile for cloud-based workflows. |
This Pull Request adds support for using the Katalon tool in Google Cloud Build. It includes the following changes:
Dockerfile:
cloudbuild.yaml:
README.md: