Skip to content

Commit

Permalink
Tested for openwrt 23.05.0-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
chenmozhijin committed Sep 30, 2023
1 parent 49c4b03 commit 0c692fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
max-parallel: 8
matrix:
tag_branche: [master-6.1,master-5.15,openwrt-23.05,openwrt-22.03,v23.05.0-rc2,v22.03.5]
tag_branche: [master-6.1,master-5.15,openwrt-23.05,openwrt-22.03,23.05.0-rc4,v22.03.5]
compile: [FLOW_OFFLOAD,SHORTCUT_FE,SHORTCUT_FE_CM,SHORTCUT_FE_DRV]
exclude:
- tag_branche: master-5.15
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
# CONFIG_TARGET_SUBTARGET=$(sed -n 's/CONFIG_TARGET_SUBTARGET="\(.*\)"/\1/p' .config) #64
# if [ "${{ matrix.tag_branche }}" = "master" ]; then
# RELEASE=snapshots
# elif [ "${{ matrix.tag_branche }}" = "openwrt-23.05" ] || [ "${{ matrix.tag_branche }}" = "v23.05.0-rc2" ]; then
# elif [ "${{ matrix.tag_branche }}" = "openwrt-23.05" ] || [ "${{ matrix.tag_branche }}" = "23.05.0-rc4" ]; then
# RELEASE=releases/23.05.0-rc2
# elif [ "${{ matrix.tag_branche }}" = "openwrt-22.03" ] || [ "${{ matrix.tag_branche }}" = "v22.03.5" ]; then
# RELEASE=releases/22.03.5
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
fail-fast: false
max-parallel: 10
matrix:
tag_branche: [master-k6.1,master-k5.15,openwrt-23.05,openwrt-22.03,v23.05.0-rc2,v22.03.5]
tag_branche: [master-k6.1,master-k5.15,openwrt-23.05,openwrt-22.03,23.05.0-rc4,v22.03.5]
compile: [FLOW_OFFLOAD,SHORTCUT_FE,SHORTCUT_FE_CM,SHORTCUT_FE_DRV]
exclude:
- tag_branche: master-k5.15
Expand Down Expand Up @@ -389,7 +389,7 @@ jobs:
# CONFIG_TARGET_SUBTARGET=$(sed -n 's/CONFIG_TARGET_SUBTARGET="\(.*\)"/\1/p' .config) #64
# if [ "${{ matrix.tag_branche }}" = "master" ]; then
# RELEASE=snapshots
# elif [ "${{ matrix.tag_branche }}" = "openwrt-23.05" ] || [ "${{ matrix.tag_branche }}" = "v23.05.0-rc2" ]; then
# elif [ "${{ matrix.tag_branche }}" = "openwrt-23.05" ] || [ "${{ matrix.tag_branche }}" = "23.05.0-rc4" ]; then
# RELEASE=releases/23.05.0-rc2
# elif [ "${{ matrix.tag_branche }}" = "openwrt-22.03" ] || [ "${{ matrix.tag_branche }}" = "v22.03.5" ]; then
# RELEASE=releases/22.03.5
Expand Down

0 comments on commit 0c692fe

Please sign in to comment.