Skip to content

Commit 3af0055

Browse files
committed
[TMP] Speedup workflow
1 parent 1d2406b commit 3af0055

File tree

2 files changed

+5
-366
lines changed

2 files changed

+5
-366
lines changed

.github/actions/download-manifests/action.yml

-150
Original file line numberDiff line numberDiff line change
@@ -38,86 +38,6 @@ runs:
3838
with:
3939
name: base-notebook-x86_64-history_line
4040
path: ${{ inputs.histLineDir }}
41-
- name: Download artifact 📥
42-
uses: actions/download-artifact@v3
43-
with:
44-
name: minimal-notebook-aarch64-history_line
45-
path: ${{ inputs.histLineDir }}
46-
- name: Download artifact 📥
47-
uses: actions/download-artifact@v3
48-
with:
49-
name: minimal-notebook-x86_64-history_line
50-
path: ${{ inputs.histLineDir }}
51-
- name: Download artifact 📥
52-
uses: actions/download-artifact@v3
53-
with:
54-
name: scipy-notebook-aarch64-history_line
55-
path: ${{ inputs.histLineDir }}
56-
- name: Download artifact 📥
57-
uses: actions/download-artifact@v3
58-
with:
59-
name: scipy-notebook-x86_64-history_line
60-
path: ${{ inputs.histLineDir }}
61-
- name: Download artifact 📥
62-
uses: actions/download-artifact@v3
63-
with:
64-
name: r-notebook-aarch64-history_line
65-
path: ${{ inputs.histLineDir }}
66-
- name: Download artifact 📥
67-
uses: actions/download-artifact@v3
68-
with:
69-
name: r-notebook-x86_64-history_line
70-
path: ${{ inputs.histLineDir }}
71-
- name: Download artifact 📥
72-
uses: actions/download-artifact@v3
73-
with:
74-
name: julia-notebook-aarch64-history_line
75-
path: ${{ inputs.histLineDir }}
76-
- name: Download artifact 📥
77-
uses: actions/download-artifact@v3
78-
with:
79-
name: julia-notebook-x86_64-history_line
80-
path: ${{ inputs.histLineDir }}
81-
- name: Download artifact 📥
82-
uses: actions/download-artifact@v3
83-
with:
84-
name: tensorflow-notebook-aarch64-history_line
85-
path: ${{ inputs.histLineDir }}
86-
- name: Download artifact 📥
87-
uses: actions/download-artifact@v3
88-
with:
89-
name: tensorflow-notebook-x86_64-history_line
90-
path: ${{ inputs.histLineDir }}
91-
- name: Download artifact 📥
92-
uses: actions/download-artifact@v3
93-
with:
94-
name: datascience-notebook-aarch64-history_line
95-
path: ${{ inputs.histLineDir }}
96-
- name: Download artifact 📥
97-
uses: actions/download-artifact@v3
98-
with:
99-
name: datascience-notebook-x86_64-history_line
100-
path: ${{ inputs.histLineDir }}
101-
- name: Download artifact 📥
102-
uses: actions/download-artifact@v3
103-
with:
104-
name: pyspark-notebook-aarch64-history_line
105-
path: ${{ inputs.histLineDir }}
106-
- name: Download artifact 📥
107-
uses: actions/download-artifact@v3
108-
with:
109-
name: pyspark-notebook-x86_64-history_line
110-
path: ${{ inputs.histLineDir }}
111-
- name: Download artifact 📥
112-
uses: actions/download-artifact@v3
113-
with:
114-
name: all-spark-notebook-aarch64-history_line
115-
path: ${{ inputs.histLineDir }}
116-
- name: Download artifact 📥
117-
uses: actions/download-artifact@v3
118-
with:
119-
name: all-spark-notebook-x86_64-history_line
120-
path: ${{ inputs.histLineDir }}
12141

12242
- name: Download artifact 📥
12343
uses: actions/download-artifact@v3
@@ -139,73 +59,3 @@ runs:
13959
with:
14060
name: base-notebook-x86_64-manifest
14161
path: ${{ inputs.manifestDir }}
142-
- name: Download artifact 📥
143-
uses: actions/download-artifact@v3
144-
with:
145-
name: minimal-notebook-aarch64-manifest
146-
path: ${{ inputs.manifestDir }}
147-
- name: Download artifact 📥
148-
uses: actions/download-artifact@v3
149-
with:
150-
name: minimal-notebook-x86_64-manifest
151-
path: ${{ inputs.manifestDir }}
152-
- name: Download artifact 📥
153-
uses: actions/download-artifact@v3
154-
with:
155-
name: scipy-notebook-aarch64-manifest
156-
path: ${{ inputs.manifestDir }}
157-
- name: Download artifact 📥
158-
uses: actions/download-artifact@v3
159-
with:
160-
name: scipy-notebook-x86_64-manifest
161-
path: ${{ inputs.manifestDir }}
162-
- name: Download artifact 📥
163-
uses: actions/download-artifact@v3
164-
with:
165-
name: r-notebook-aarch64-manifest
166-
path: ${{ inputs.manifestDir }}
167-
- name: Download artifact 📥
168-
uses: actions/download-artifact@v3
169-
with:
170-
name: r-notebook-x86_64-manifest
171-
path: ${{ inputs.manifestDir }}
172-
- name: Download artifact 📥
173-
uses: actions/download-artifact@v3
174-
with:
175-
name: tensorflow-notebook-aarch64-manifest
176-
path: ${{ inputs.manifestDir }}
177-
- name: Download artifact 📥
178-
uses: actions/download-artifact@v3
179-
with:
180-
name: tensorflow-notebook-x86_64-manifest
181-
path: ${{ inputs.manifestDir }}
182-
- name: Download artifact 📥
183-
uses: actions/download-artifact@v3
184-
with:
185-
name: datascience-notebook-aarch64-manifest
186-
path: ${{ inputs.manifestDir }}
187-
- name: Download artifact 📥
188-
uses: actions/download-artifact@v3
189-
with:
190-
name: datascience-notebook-x86_64-manifest
191-
path: ${{ inputs.manifestDir }}
192-
- name: Download artifact 📥
193-
uses: actions/download-artifact@v3
194-
with:
195-
name: pyspark-notebook-aarch64-manifest
196-
path: ${{ inputs.manifestDir }}
197-
- name: Download artifact 📥
198-
uses: actions/download-artifact@v3
199-
with:
200-
name: pyspark-notebook-x86_64-manifest
201-
path: ${{ inputs.manifestDir }}
202-
- name: Download artifact 📥
203-
uses: actions/download-artifact@v3
204-
with:
205-
name: all-spark-notebook-aarch64-manifest
206-
path: ${{ inputs.manifestDir }}
207-
- name: Download artifact 📥
208-
uses: actions/download-artifact@v3
209-
with:
210-
name: all-spark-notebook-x86_64-manifest
211-
path: ${{ inputs.manifestDir }}

0 commit comments

Comments
 (0)