You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the GCP Executor terraform script in the terraform repo under the folder with the same name as the executor repo. Refer to this TDD for the terraform script.
Ensure that the terraform script provides the necessary outputs to configure the executor. One can refer to the terraform scripts of the other plugins as well as the functional tests workflow to get a good understanding of what's required.
Configure OIDC between GitHub actions and Google
Add a new entry to the test matrix in the terraform repo to include this plugin
Test the workflow by adding a on pull_request trigger, disabling the other executor plugins in the test matrix and specifying the working branch in the test matrix
Ensure the functional test passes
The text was updated successfully, but these errors were encountered:
AlejandroEsquivel
changed the title
GCP Batch Executor Functional Tests
Batch Executor Functional Tests
Feb 28, 2023
Acceptance Criteria
terraform
repo under the folder with the same name as the executor repo. Refer to this TDD for the terraform script.terraform
repo to include this pluginpull_request
trigger, disabling the other executor plugins in the test matrix and specifying the working branch in the test matrixThe text was updated successfully, but these errors were encountered: