Skip to content

Commit 8640a6b

Browse files
hasiburr-qtiquic-viskuma
authored andcommitted
Remove bootbins.json file
This commit removes the bootbins.json file as it is no longer needed, The need of this file is handled in the `MACHINES.json` file with required updates in the loading action to accomodate these changes. Signed-off-by: Hasibur Rahman Mohammed <[email protected]>
1 parent a665ae8 commit 8640a6b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/actions/build_ubuntu/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ runs:
200200
if: ${{ inputs.machine != 'hamoa' }}
201201
uses: qualcomm-linux/kernel-config/.github/actions/aws_s3_helper@main
202202
with:
203-
s3_bucket: qli-stg-kernel-gh-artifacts
203+
s3_bucket: qli-prd-kernel-gh-artifacts
204204
mode: download
205205
download_file: ${{ inputs.content }}
206206

.github/workflows/loading.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,18 @@ on:
1717
description: Bootbins to generate Flat Build
1818
value: ${{ jobs.loading.outputs.bootbins }}
1919

20+
ubuntu_matrix:
21+
description: Ubuntu matrix
22+
value: ${{ jobs.loading.outputs.ubuntu_matrix }}
23+
2024
jobs:
2125
loading:
2226
runs-on: ubuntu-latest
2327
outputs:
2428
build_matrix: ${{ steps.loading.outputs.build_matrix }}
2529
full_matrix: ${{ steps.loading.outputs.full_matrix }}
2630
bootbins: ${{ steps.loading.outputs.bootbins }}
31+
ubuntu_matrix: ${{ steps.loading.outputs.ubuntu_matrix }}
2732
steps:
2833
- name: Checkout Code
2934
uses: actions/checkout@v4

ci/bootbins.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)