Skip to content

Commit 1ecf3b7

Browse files
committed
Ready to land
1 parent 5518dee commit 1ecf3b7

File tree

3 files changed

+8
-12
lines changed

3 files changed

+8
-12
lines changed

.github/workflows/android-perf.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
128128
export-models:
129129
name: export-models
130-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@upload-nova-artifacts-to-s3-directly # DEBUG: TO BE REMOVED
130+
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
131131
needs: set-parameters
132132
strategy:
133133
matrix:
@@ -140,8 +140,7 @@ jobs:
140140
submodules: 'true'
141141
timeout: 60
142142
upload-artifact: android-models
143-
use-s3: true
144-
test-infra-ref: upload-nova-artifacts-to-s3-directly # DEBUG: TO BE REMOVED
143+
upload-artifact-to-s3: true
145144
script: |
146145
# The generic Linux job chooses to use base env, not the one setup by the image
147146
echo "::group::Setting up dev environment"
@@ -179,7 +178,7 @@ jobs:
179178
180179
build-llm-demo:
181180
name: build-llm-demo
182-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@upload-nova-artifacts-to-s3-directly # DEBUG: TO BE REMOVED
181+
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
183182
needs: set-parameters
184183
with:
185184
runner: linux.2xlarge
@@ -188,8 +187,7 @@ jobs:
188187
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
189188
timeout: 90
190189
upload-artifact: android-apps
191-
use-s3: true
192-
test-infra-ref: upload-nova-artifacts-to-s3-directly # DEBUG: TO BE REMOVED
190+
upload-artifact-to-s3: true
193191
script: |
194192
set -eux
195193

.github/workflows/android.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,15 @@ concurrency:
2525
jobs:
2626
build-llm-demo:
2727
name: build-llm-demo
28-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@upload-nova-artifacts-to-s3-directly # DEBUG: TO BE REMOVED
28+
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
2929
with:
3030
runner: linux.2xlarge
3131
docker-image: executorch-ubuntu-22.04-clang12-android
3232
submodules: 'true'
3333
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
3434
timeout: 90
3535
upload-artifact: android-apps
36-
use-s3: true
37-
test-infra-ref: upload-nova-artifacts-to-s3-directly # DEBUG: TO BE REMOVED
36+
upload-artifact-to-s3: true
3837
script: |
3938
set -eux
4039

.github/workflows/apple-perf.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
117117
export-models:
118118
name: export-models
119-
uses: pytorch/test-infra/.github/workflows/macos_job.yml@upload-nova-artifacts-to-s3-directly # DEBUG: TO BE REMOVED
119+
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
120120
needs: set-parameters
121121
strategy:
122122
matrix:
@@ -130,8 +130,7 @@ jobs:
130130
submodules: 'true'
131131
timeout: 60
132132
upload-artifact: ios-models
133-
use-s3: true
134-
test-infra-ref: upload-nova-artifacts-to-s3-directly # DEBUG: TO BE REMOVED
133+
upload-artifact-to-s3: true
135134
script: |
136135
set -eux
137136

0 commit comments

Comments
 (0)