Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit df1f1a0

Browse files
andy-neumaandy-neuma
and
andy-neuma
authored
switch to GCP based build VM (#201)
SUMMARY: * switch over to GCP VM's for building stage of "remote push" NOTE: this is just the start. i'll redo the benchmarking and nightly workflows in an upcoming PR. TEST PLAN: runs on remote push Co-authored-by: andy-neuma <andy@neuralmagic.com>
1 parent e8e00d2 commit df1f1a0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/build-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
BUILD:
7070
uses: ./.github/workflows/build.yml
7171
with:
72-
build_label: aws-avx512-192G-4-T4-64G
72+
build_label: ${{ inputs.build_label }}
7373
timeout: ${{ inputs.timeout }}
7474
gitref: ${{ inputs.gitref }}
7575
Gi_per_thread: ${{ inputs.Gi_per_thread }}

.github/workflows/remote-push.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
python: [3.10.12]
1919
uses: ./.github/workflows/build-test.yml
2020
with:
21-
build_label: aws-avx512-192G-4-T4-64G
22-
timeout: 360
21+
build_label: gcp-build-static
22+
timeout: 240
2323
gitref: '${{ github.ref }}'
24-
Gi_per_thread: 4
25-
nvcc_threads: 8
24+
Gi_per_thread: 1
25+
nvcc_threads: 4
2626
python: ${{ matrix.python }}
2727
test_skip_list: neuralmagic/tests/skip-for-remote-push.txt
2828
secrets: inherit
@@ -35,8 +35,8 @@ jobs:
3535
benchmark_config_list_file: ./.github/data/nm_benchmark_remote_push_configs_list.txt
3636
timeout: 180
3737
gitref: '${{ github.ref }}'
38-
Gi_per_thread: 12
39-
nvcc_threads: 1
40-
python: "3.10.12"
38+
Gi_per_thread: 1
39+
nvcc_threads: 4
40+
python: 3.10.12
4141
push_benchmark_results_to_gh_pages: "false"
4242
secrets: inherit

0 commit comments

Comments
 (0)