File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ st2_runner_python_distribution (
2+ runner_name = "action_chain" ,
3+ description = (
4+ "Action-Chain workflow action runner "
5+ "for the StackStorm event-driven automation platform"
6+ ),
7+ )
Original file line number Diff line number Diff line change 1+ st2_runner_python_distribution (
2+ runner_name = "announcement" ,
3+ description = (
4+ "Announcement action runner "
5+ "for the StackStorm event-driven automation platform"
6+ ),
7+ )
Original file line number Diff line number Diff line change 1+ st2_runner_python_distribution (
2+ runner_name = "http" ,
3+ description = (
4+ "HTTP(s) action runner for the StackStorm event-driven automation platform"
5+ ),
6+ )
Original file line number Diff line number Diff line change 1+ st2_runner_python_distribution (
2+ runner_name = "inquirer" ,
3+ description = (
4+ "Inquirer action runner for the StackStorm event-driven automation platform"
5+ ),
6+ )
Original file line number Diff line number Diff line change 1+ st2_runner_python_distribution (
2+ runner_name = "local" ,
3+ description = (
4+ "Local Shell Command and Script action runner "
5+ "for the StackStorm event-driven automation platform"
6+ ),
7+ )
Original file line number Diff line number Diff line change 1+ st2_runner_python_distribution (
2+ runner_name = "noop" ,
3+ description = (
4+ "No-Op action runner for the StackStorm event-driven automation platform"
5+ ),
6+ )
Original file line number Diff line number Diff line change 1+ st2_runner_python_distribution (
2+ runner_name = "orquesta" ,
3+ description = (
4+ "Orquesta workflow runner "
5+ "for the StackStorm event-driven automation platform"
6+ ),
7+ )
Original file line number Diff line number Diff line change 1+ st2_runner_python_distribution (
2+ runner_name = "python" ,
3+ description = (
4+ "Python action runner for the StackStorm event-driven automation platform"
5+ ),
6+ )
Original file line number Diff line number Diff line change 1+ st2_runner_python_distribution (
2+ runner_name = "remote" ,
3+ description = (
4+ "Remote SSH shell command and script action runner "
5+ "for the StackStorm event-driven automation platform"
6+ ),
7+ )
Original file line number Diff line number Diff line change @@ -5,3 +5,11 @@ python_requirement(
55 # https://github.com/pantsbuild/pants/pull/17390
66 modules = ["winrm" ],
77)
8+
9+ st2_runner_python_distribution (
10+ runner_name = "winrm" ,
11+ description = (
12+ "WinRM shell command and PowerShell script action runner "
13+ "for the StackStorm event-driven automation platform"
14+ ),
15+ )
You can’t perform that action at this time.
0 commit comments