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
Add a script that builds the payload required to trigger remote workflows, executing Cypress tests in plugin repositories. Script takes following input params and trigger the github workflow in plugins repository. Using Github action API, constant polling of the workflow will be done to know if the execution successfully completed or not.
"-r REMOTE_REPO\t, Name of the repository in {owner}/{repository} format"
"-w GITHUB_WORKFLOW_NAME\t, Name of the GitHub workflow file name with .yml extension that contain jobs that run Cypress tests in the component repository. For example, main.yaml"
"-o OS_URL\t, Release artifact of the OpenSearch"
"-d OSD_URL\t, Release artifact of the OpenSearch Dashboards"
"-b BRANCH_REF\t Test Branch name or commit reference id"
"-i BUILD_ID\t Release-specific build id for reference"
This script returns either 0 (success) or 1 (failure) based on the status of the remote runner execution completion status by constantly polling the remote workflow for a set period of time. This can be used during release testing by build/Infra to know if the component(plugin) tests part of the release branch has succeeded or not.
The text was updated successfully, but these errors were encountered:
Add a script that builds the payload required to trigger remote workflows, executing Cypress tests in plugin repositories. Script takes following input params and trigger the github workflow in plugins repository. Using Github action API, constant polling of the workflow will be done to know if the execution successfully completed or not.
This script returns either 0 (success) or 1 (failure) based on the status of the remote runner execution completion status by constantly polling the remote workflow for a set period of time. This can be used during release testing by build/Infra to know if the component(plugin) tests part of the release branch has succeeded or not.
The text was updated successfully, but these errors were encountered: