Skip to content

Commit

Permalink
docs: remove preserve infra related docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mbruzda-splunk committed May 14, 2024
1 parent 5a3ab72 commit 5d85af9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,8 @@ Workflow defines jobs which perform security code scanning, execute different ty

## setup-workflow

Job that is scanning PR and based on PR body or included labels defining tests to be executed or infrastructures to be preserved.
Job that is scanning PR and based on PR body or included labels defining tests to be executed..

* To preserve infrastructure
* add to PR label `preserve_infra`
* add to PR description add `preserve: {comma separated list of test type}`, available choices: `knowledge ui modinput_functional scripted_inputs requirement_test`
* to trigger tests again, reapply `preserve_infra` label
* All tests are executed by default when (controlled from [here](https://github.com/splunk/addonfactory-repository-template/blob/main/enforce/.github/workflows/build-test-release.yml))
* PR target branch is `main` (unless `use_labels` label is used then specific test labels (see below) should be added to execute specific test types)
* push event on branches `main`, `develop` and on `tags` (on release)
Expand Down

0 comments on commit 5d85af9

Please sign in to comment.