Skip to content

Commit

Permalink
add TEST_RELEASES
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Jan 7, 2024
1 parent 6c7f498 commit b456fe1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/data/datafile.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ VM_SET_RELEASE=13.2

VM_SHELL_COMMENTS="The default shell in BaseVM is `csh`, if you want to use `sh` to execute the `run` script, please set `usesh` to `true`."

TEST_RELEASES=@conf/test.releases

4 changes: 2 additions & 2 deletions .github/tpl/test.tpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
if: ${{ !contains(github.repository, 'solaris') && !contains(github.repository, 'dragonflybsd') && !contains(github.repository, 'omnios')}}
strategy:
matrix:
release: [ {{ALL_RELEASES}}, ""]
release: [ {{TEST_RELEASES}}, ""]
runs: [ "ubuntu-22.04"]
runs-on: ${{ matrix.runs }}
name: sshfs {{VM_NAME}}
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
test:
strategy:
matrix:
release: [ {{ALL_RELEASES}}, ""]
release: [ {{TEST_RELEASES}}, ""]
runs: [ "ubuntu-22.04"]
runs-on: ${{ matrix.runs }}
name: {{VM_NAME}}
Expand Down
1 change: 1 addition & 0 deletions conf/test.releases
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"13.0", "13.1"

0 comments on commit b456fe1

Please sign in to comment.