Skip to content

sysupgrade: bound the online time sync and show download progress #326

sysupgrade: bound the online time sync and show download progress

sysupgrade: bound the online time sync and show download progress #326

Workflow file for this run

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