openzfs / zfs-buildbot

The OpenZFS Buildbot Configuration
http://build.zfsonlinux.org
BSD 2-Clause "Simplified" License
25 stars 29 forks source link

Add rerun flag to buildbot runs #243

Closed pcd1193182 closed 2 years ago

pcd1193182 commented 2 years ago

This is the companion PR to https://github.com/openzfs/zfs/pull/12740. It actually invokes the new -R flag in runs aside from the ubuntu sanity and functional tests.

behlendorf commented 2 years ago

Before we can merge this we're going to want to apply the retry patch to the 2.0-release and 2.1-release branches. Otherwise, we'll get an unknown option error when using the CI to test those branches. @tonyhutter let's make sure to include these commits in the next point releases.

openzfs/zfs@ddc026f59 Strip colons from all test result filenames openzfs/zfs@31d2f42b2 Temporarily remove tests from sanity runfile openzfs/zfs@2320e6eb4 Add zfs-test facility to automatically rerun failing tests

pcd1193182 commented 2 years ago

@behlendorf Any update on this?

behlendorf commented 2 years ago

Thanks for the reminder. These changes were merged to the release branch so I'll go ahead and get this merged.