Keeping workflow information which will be triggered from e2e test machine while running github runner e2e test. It allows us to add new test workflows to trigger, so new workflows can be added easily.
2 lines
348 B
YAML
2 lines
348 B
YAML
- {name: github_runner_ubuntu_2204, image_name: github-ubuntu-2204, runs: [{repo_name: ubicloud/github-e2e-test-workflows, workflow_name: test_2204.yml, branch_name: main}]}
|
|
- {name: github_runner_ubuntu_2004, image_name: github-ubuntu-2004, runs: [{repo_name: ubicloud/github-e2e-test-workflows, workflow_name: test_2004.yml, branch_name: main}]}
|