Skip to content

Commit dc63af2

Browse files
committed
build on public infra
Signed-off-by: oliver könig <[email protected]>
1 parent 85b419c commit dc63af2

File tree

2 files changed

+2
-40
lines changed

2 files changed

+2
-40
lines changed

.github/workflows/build-test-publish-wheel.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,18 @@ on:
1919
branches:
2020
- main
2121
- 'r**'
22+
pull_request:
2223

2324
defaults:
2425
run:
2526
shell: bash -x -e -u -o pipefail {0}
2627

2728
jobs:
2829
build-test-publish-wheel:
29-
uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/_build_test_publish_wheel.yml@v0.12.2
30+
uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/_build_test_publish_wheel.yml@ko3n1g/ci/build-wheel-public-infra
3031
with:
31-
image-name: nemo_run_container
32-
dockerfile: Dockerfile
33-
image-label: nemo-run
34-
build-args: |
35-
IMAGE_LABEL=nemo-run
36-
NEMO_RUN_COMMIT=${{ github.event.pull_request.head.sha || github.sha }}
37-
prune-filter-timerange: 24h
3832
dry-run: true
3933
python-package: nemo_run/src
40-
container-workdir: /opt/NeMo-Run
4134
environment: public
4235
secrets:
4336
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}

Dockerfile

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)