The following changes since commit de31fe9ab3dd6115cd0d5c77354f67f06595570d: testing: add test for slat + clat = tlat (2022-08-07 12:27:55 -0400) are available in the Git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to 6cafe8445fd1e04e5f7d67bbc73029a538d1b253: Fio 3.31 (2022-08-09 14:41:25 -0600) ---------------------------------------------------------------- Jens Axboe (2): Merge branch 'master' of ssh://git.kernel.dk/data/git/fio Fio 3.31 Vincent Fu (2): ci: upload tagged AppVeyor installers as GitHub releases ci: drop master branch requirement for AppVeyor releases .appveyor.yml | 12 ++++++++++++ FIO-VERSION-GEN | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) --- Diff of recent changes: diff --git a/.appveyor.yml b/.appveyor.yml index b94eefe3..92301ca9 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -50,5 +50,17 @@ after_build: test_script: - python.exe t/run-fio-tests.py --artifact-root test-artifacts --debug +deploy: + - provider: GitHub + description: fio Windows installer + auth_token: # encrypted token from GitHub + secure: Tjj+xRQEV25P6dQgboUblTCKx/LtUOUav2bvzSCtwMhHMAxrrn2adod6nlTf0ItV + artifact: fio.msi # upload installer to release assets + draft: false + prerelease: false + on: + APPVEYOR_REPO_TAG: true # deploy on tag push only + DISTRO: cygwin + on_finish: - 'bash.exe -lc "cd \"${APPVEYOR_BUILD_FOLDER}\" && [ -d test-artifacts ] && 7z a -t7z test-artifacts.7z test-artifacts -xr!foo.0.0 -xr!latency.?.0 -xr!fio_jsonplus_clat2csv.test && appveyor PushArtifact test-artifacts.7z' diff --git a/FIO-VERSION-GEN b/FIO-VERSION-GEN index fa64f50f..72630dd0 100755 --- a/FIO-VERSION-GEN +++ b/FIO-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=FIO-VERSION-FILE -DEF_VER=fio-3.30 +DEF_VER=fio-3.31 LF=' '