Skip to content

Add EFA NCCL test case, unmanaged nodegroup template #131

Add EFA NCCL test case, unmanaged nodegroup template

Add EFA NCCL test case, unmanaged nodegroup template #131

Workflow file for this run

name: "CI"
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make build
build-kubetest2:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: docker build --build-arg=KUBERNETES_MINOR_VERSION=latest --file Dockerfile.kubetest2 .