Skip to content

Commit

Permalink
add gang-scheduler-name to template
Browse files Browse the repository at this point in the history
Signed-off-by: sailesh duddupudi <[email protected]>
  • Loading branch information
saileshd1402 committed Dec 3, 2024
1 parent 4ea4bde commit 72dd617
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
with:
kubernetes-version: ${{ matrix.kubernetes-version }}
python-version: ${{ matrix.python-version }}
gang-scheduler-name: ${{ matrix.gang-scheduler-name }}

- name: Setup Go
uses: actions/setup-go@v5
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/setup-e2e-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ description: A composite action to setup e2e tests
inputs:
kubernetes-version:
required: true
description: kubernetes version
description: Kubernetes version
python-version:
required: true
description: Python version
gang-scheduler-name:
required: false
default: "none"
description: Gang scheduler name

runs:
using: composite
Expand Down Expand Up @@ -44,5 +48,5 @@ runs:
env:
KIND_CLUSTER: training-operator-cluster
TRAINING_CI_IMAGE: kubeflowtraining/training-operator:test
GANG_SCHEDULER_NAME: "none"
GANG_SCHEDULER_NAME: ${{ inputs.gang-scheduler-name }}
KUBERNETES_VERSION: ${{ inputs.kubernetes-version }}

0 comments on commit 72dd617

Please sign in to comment.