Skip to content

Commit 6a37203

Browse files
committed
runner python_distributions for building wheel/sdist with pants
1 parent 606f42f commit 6a37203

10 files changed

Lines changed: 67 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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+
)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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+
)

contrib/runners/http_runner/BUILD

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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+
)
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
st2_runner_python_distribution(
2+
runner_name="inquirer",
3+
description=(
4+
"Inquirer action runner for the StackStorm event-driven automation platform"
5+
),
6+
)

contrib/runners/local_runner/BUILD

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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+
)

contrib/runners/noop_runner/BUILD

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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+
)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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+
)
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
st2_runner_python_distribution(
2+
runner_name="python",
3+
description=(
4+
"Python action runner for the StackStorm event-driven automation platform"
5+
),
6+
)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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+
)

contrib/runners/winrm_runner/BUILD

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
)

0 commit comments

Comments
 (0)