Thomas Huth <th...@redhat.com> writes:
> iotest 147 and 205 have recently been marked as "NBD-only", so they > are currently simply skipped and thus can be removed. > > iotest 129 occasionally fails in the gitlab-CI, and according to Max, > there are some known issues with this test (see for example this URL: > https://lists.nongnu.org/archive/html/qemu-block/2019-06/msg00499.html ), > so for the time being, let's disable it until the problems are fixed. > > The iotests 040, 127, 203 and 256 are scheduled to become part of "make > check-block", so we also do not have to test them seperately here anymore. > > On the other side, new iotests have been added to the QEMU repository > in the past months, so we can now add some new test > 256 instead. > > Signed-off-by: Thomas Huth <th...@redhat.com> Queued to testing/next, thanks. > --- > .gitlab-ci.yml | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > > diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml > index d9a90f795d..52d73c1c72 100644 > --- a/.gitlab-ci.yml > +++ b/.gitlab-ci.yml > @@ -51,12 +51,12 @@ build-tcg-disabled: > - make check-qapi-schema > - cd tests/qemu-iotests/ > - ./check -raw 001 002 003 004 005 008 009 010 011 012 021 025 032 033 048 > - 052 063 077 086 101 104 106 113 147 148 150 151 152 157 159 160 > - 163 170 171 183 184 192 194 197 205 208 215 221 222 226 227 236 > - - ./check -qcow2 028 040 051 056 057 058 065 067 068 082 085 091 095 096 102 > - 122 124 127 129 132 139 142 144 145 147 151 152 155 157 165 194 > - 196 197 200 202 203 205 208 209 215 216 218 222 227 234 246 247 > - 248 250 254 255 256 > + 052 063 077 086 101 104 106 113 148 150 151 152 157 159 160 163 > + 170 171 183 184 192 194 197 208 215 221 222 226 227 236 253 277 > + - ./check -qcow2 028 051 056 057 058 065 067 068 082 085 091 095 096 102 122 > + 124 132 139 142 144 145 151 152 155 157 165 194 196 197 200 202 > + 208 209 215 216 218 222 227 234 246 247 248 250 254 255 257 258 > + 260 261 262 263 264 270 272 273 277 279 > > build-user: > script: -- Alex Bennée