Skip to content

Add hpc benckmark to unit test, and add "capacity-reservation" flag to deployer #259

Add hpc benckmark to unit test, and add "capacity-reservation" flag to deployer

Add hpc benckmark to unit test, and add "capacity-reservation" flag to deployer #259

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 .
build-neuronx:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: docker build --file e2e2/test/images/neuron/Dockerfile .
build-nvidia:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: docker build --file e2e2/test/images/nvidia/Dockerfile .
build-bert-training:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: docker build --file e2e2/test/images/bert-training/Dockerfile e2e2/test/images/bert-training