]> git.sesse.net Git - ffmpeg/commit
fate: support testing of release branches
authorJanne Grunau <janne-libav@jannau.net>
Sat, 26 Jul 2014 21:29:46 +0000 (23:29 +0200)
committerJanne Grunau <janne-libav@jannau.net>
Sun, 27 Jul 2014 12:41:09 +0000 (14:41 +0200)
commit42eb9154a83e9a7aedb1168b2f1112af765cf2b5
treeb11a89aa6b1abd3a3264b59fa0bfc9f05f61d8cb
parent541427ab4d5b4b6f5a90a687a06decdb78e7bc3c
fate: support testing of release branches

Adding 'branch=release/10' to the fate config file will check the
release/10 branch instead of master. If no branch is specified it will
use 'master' so that existing config are still valid.

The server side changes are already deployed, see
https://fate.libav.org/v10/ for an example. The server supports only the
release/* branches.

The server enforces that a single slot tests always the same branch.
Please append "-v$RELEASE" to the slot of release branch configs or make
the slot otherwise unique.

A different fate samples dir is needed for each release branch. make
fate-rsync has the correct URL in each branch.
tests/fate.sh