Skip to content

Commit b3f0f4c

Browse files
workflows/compile: drop buildstats github artifacts (#2700)
They're already stored in S3, so we don't need to have them available here. This will considerably reduce the number of artifacts used because we have many builds.
2 parents 674395a + 08c8806 commit b3f0f4c

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

.github/actions/compile/action.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,6 @@ runs:
8585
fi
8686
fi
8787
88-
- uses: actions/upload-artifact@v6
89-
with:
90-
name: buildstats-${{ inputs.distro_name }}${{ inputs.kernel_dirname }}-${{ inputs.machine }}
91-
path: |
92-
buildstats*
93-
9488
- uses: actions/upload-artifact@v6
9589
with:
9690
name: kas-build-${{ inputs.distro_name }}${{ inputs.kernel_dirname }}-${{ inputs.machine }}

.github/workflows/compile.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,6 @@ jobs:
151151
rename.ul -av buildstats buildstats-sdk $KAS_WORK_DIR/build/buildstats*
152152
mv $KAS_WORK_DIR/build/buildstats* .
153153
154-
- uses: actions/upload-artifact@v6
155-
with:
156-
name: buildstats-${{ inputs.distro_name }}${{ inputs.kernel_dirname }}-${{ inputs.machine }}
157-
path: |
158-
buildstats*
159-
160154
- uses: actions/upload-artifact@v6
161155
with:
162156
name: kas-build-${{ inputs.distro_name }}${{ inputs.kernel_dirname }}-${{ inputs.machine }}

0 commit comments

Comments
 (0)