Skip to content

[Core] Support for Scheduling-defined Prefill-Decode Disaggregation feature #10

[Core] Support for Scheduling-defined Prefill-Decode Disaggregation feature

[Core] Support for Scheduling-defined Prefill-Decode Disaggregation feature #10

Workflow file for this run

name: e2e_test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
cancel_previous_workflows:
runs-on: [self-hosted]
timeout-minutes: 3
steps:
- uses: styfle/cancel-workflow-action@0.12.1
with:
all_but_latest: true
e2e_tests:
needs: cancel_previous_workflows
runs-on: [self-hosted]
timeout-minutes: 60
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Kill Running Containers
run: |
[[ -n $(docker ps -q) ]] && docker kill $(docker ps -q) || echo "No running containers to kill."
- name: Build And Test
run: ./tools/e2e_test.sh