Skip to content

Commit 89893fe

Browse files
removing remaining issue comment triggers from accellerator E2Es (llm-d-incubation#187)
Signed-off-by: greg pereira <grpereir@redhat.com>
1 parent a347c07 commit 89893fe

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

.github/workflows/e2e-accelerator-test.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: E2E Accelerator EC2 Test
22

33
on:
4-
issue_comment:
5-
# Runs with a PR comment /run-e2e-precise-and-scheduling or /run-e2e-precise-and-scheduling-istio
6-
types: [created]
74
# schedule: # TODO: enable once validated functional
85
# - cron: '0 8 * * *' # 4AM Eastern (08:00 UTC)
96
workflow_dispatch:

.github/workflows/e2e-pd-disaggregation-accelerator-test.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: E2E PD-Disaggregation Test
22

33
on:
4-
issue_comment:
5-
# Runs with a PR comment /run-e2e-pd or /run-e2e-pd-istio
6-
types: [created]
74
workflow_dispatch:
85
inputs:
96
pr_or_branch:

.github/workflows/e2e-wide-ep-accelerator-test.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: E2E Wide EP Test
22

33
on:
4-
issue_comment:
5-
# Runs with a PR comment /run-e2e-wide-ep
6-
types: [created]
74
workflow_dispatch:
85
inputs:
96
pr_or_branch:

0 commit comments

Comments
 (0)