File tree Expand file tree Collapse file tree 3 files changed +8
-12
lines changed Expand file tree Collapse file tree 3 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127
127
128
128
export-models :
129
129
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
131
131
needs : set-parameters
132
132
strategy :
133
133
matrix :
@@ -140,8 +140,7 @@ jobs:
140
140
submodules : ' true'
141
141
timeout : 60
142
142
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
145
144
script : |
146
145
# The generic Linux job chooses to use base env, not the one setup by the image
147
146
echo "::group::Setting up dev environment"
@@ -179,7 +178,7 @@ jobs:
179
178
180
179
build-llm-demo :
181
180
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
183
182
needs : set-parameters
184
183
with :
185
184
runner : linux.2xlarge
@@ -188,8 +187,7 @@ jobs:
188
187
ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
189
188
timeout : 90
190
189
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
193
191
script : |
194
192
set -eux
195
193
Original file line number Diff line number Diff line change @@ -25,16 +25,15 @@ concurrency:
25
25
jobs :
26
26
build-llm-demo :
27
27
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
29
29
with :
30
30
runner : linux.2xlarge
31
31
docker-image : executorch-ubuntu-22.04-clang12-android
32
32
submodules : ' true'
33
33
ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
34
34
timeout : 90
35
35
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
38
37
script : |
39
38
set -eux
40
39
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116
116
117
117
export-models :
118
118
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
120
120
needs : set-parameters
121
121
strategy :
122
122
matrix :
@@ -130,8 +130,7 @@ jobs:
130
130
submodules : ' true'
131
131
timeout : 60
132
132
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
135
134
script : |
136
135
set -eux
137
136
You can’t perform that action at this time.
0 commit comments