diff --git a/.github/workflows/openwrt-golden.yml b/.github/workflows/openwrt-golden.yml index 5b1f362b..f2b44d17 100644 --- a/.github/workflows/openwrt-golden.yml +++ b/.github/workflows/openwrt-golden.yml @@ -35,8 +35,3 @@ jobs: run: | cd tests/unit/openwrt sh -x test.sh -t ar71xx - - name: openwrt_golden_ipq806x - shell: sh - run: | - cd tests/unit/openwrt - sh -x test.sh -t ipq806x diff --git a/openwrt/include/tests.mk b/openwrt/include/tests.mk index d922c92f..af0320b9 100644 --- a/openwrt/include/tests.mk +++ b/openwrt/include/tests.mk @@ -10,13 +10,11 @@ REPO_BRANCH := $(shell git rev-parse --abbrev-ref HEAD) golden-test: @cd $(REPO_ROOT)/tests/unit/openwrt && \ - sh test.sh -t ar71xx && \ - sh test.sh -t ipq806x + sh test.sh -t ar71xx golden-update: @cd $(REPO_ROOT)/tests/unit/openwrt && \ - sh test.sh -u -t ar71xx && \ - sh test.sh -u -t ipq806x + sh test.sh -u -t ar71xx autoflash-test: curl --request POST \