sysupgrade: bound the online time sync and show download progress #326
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: shell-tests | |
| on: | |
| pull_request: | |
| branches: | |
| - master | |
| push: | |
| branches: | |
| - master | |
| workflow_dispatch: | |
| jobs: | |
| load-hisilicon-parsing: | |
| name: load_hisilicon os_mem_size derivation | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - run: bash .github/scripts/test_load_hisilicon.sh | |
| sysupgrade-verify: | |
| name: sysupgrade rootfs verification | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Parse-check under both shells | |
| run: | | |
| sh -n general/overlay/usr/sbin/sysupgrade | |
| dash -n general/overlay/usr/sbin/sysupgrade | |
| - run: bash .github/scripts/test_sysupgrade.sh |