Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 58 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
machine:
- rb3g2
- imx8mm
- imx6ull
- imx8mp
- imx8mn
runs-on: ubuntu-latest
outputs:
url: ${{ steps.printtrigger.outputs.url }}
Expand All @@ -26,6 +29,61 @@ jobs:
id: printtrigger
run: |
echo "Triggered by ${{github.event_name}}"
for i in {1..10}
do
echo "hello world ${1}" > "${{matrix.machine}}-${i}.txt"
done
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: "${{matrix.machine}}-1.txt"
path: "${{matrix.machine}}-1.txt"
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: "${{matrix.machine}}-2.txt"
path: "${{matrix.machine}}-2.txt"
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: "${{matrix.machine}}-3.txt"
path: "${{matrix.machine}}-3.txt"
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: "${{matrix.machine}}-4.txt"
path: "${{matrix.machine}}-4.txt"
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: "${{matrix.machine}}-5.txt"
path: "${{matrix.machine}}-5.txt"
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: "${{matrix.machine}}-6.txt"
path: "${{matrix.machine}}-6.txt"
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: "${{matrix.machine}}-7.txt"
path: "${{matrix.machine}}-7.txt"
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: "${{matrix.machine}}-8.txt"
path: "${{matrix.machine}}-8.txt"
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: "${{matrix.machine}}-9.txt"
path: "${{matrix.machine}}-9.txt"
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: "${{matrix.machine}}-10.txt"
path: "${{matrix.machine}}-10.txt"

save-build-url:
needs: print-trigger
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Submit ${{ matrix.target }}
timeout-minutes: 20
uses: foundriesio/lava-action@save-job-details
uses: mwasilew/lava-action@improve_colours
with:
lava_token: ${{ secrets.LAVA_TOKEN }}
lava_url: 'lava.infra.foundries.io'
Expand Down
82 changes: 0 additions & 82 deletions lava/rb3g2/wifi.yaml

This file was deleted.

Loading