Skip to content

Commit

Permalink
Add support for pipeline settings
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Engel <[email protected]>
  • Loading branch information
engelmi committed May 2, 2024
1 parent a61749a commit 49b5cc8
Show file tree
Hide file tree
Showing 13 changed files with 12,698 additions and 20,121 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ See [Testing Farm onboarding guide](https://docs.testing-farm.io/Testing%20Farm/
| `debug` | Print debug logs when working with testing farm | true |
| `update_pull_request_status` | Action will update pull request status. | false |
| `environment_settings` | Pass custom settings to the test environment. | empty |
| `pipeline_settings` | Pass specific settings for the testing farm pipeline. For details see settings/pipeline in [Request new test](https://api.testing-farm.io/redoc#operation/request_a_new_test_v0_1_requests_post) | empty |
| `create_github_summary` | Create summary of the Testing Farm as GiHub Action job. Possible options: "false", "true", "key=value" | true |
| `timeout` | Timeout for the Testing Farm job in minutes. | 480 |

Expand Down
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ inputs:
description: 'Pass specific settings, like post-install-script, to the testing environment.'
required: false
default: '{}'
pipeline_settings:
description: 'Pass specific settings for the testing farm pipeline, e.g. the type for multihost testing.'
required: false
default: '{}'
timeout:
description: 'Action is waiting for testing farm to finish or until timeout is reached. Value is in minutes.'
required: false
Expand Down
6 changes: 5 additions & 1 deletion dist/action.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/action.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 49b5cc8

Please sign in to comment.