[Scummvm-git-logs] scummvm-sites director-buildbot -> 964af3fb537ace5664f5281ac18a1d152da864e1

rvanlaar roland at rolandvanlaar.nl
Wed Jul 15 08:38:22 UTC 2020


This automated email contains information about 4 new commits which have been
pushed to the 'scummvm-sites' repo located at https://github.com/scummvm/scummvm-sites .

Summary:
0490078efb Up all timeouts
87cb2f434d Split target configuration from code.
c07c5e4229 Change titles on failure modes
964af3fb53 Treats 'BUILDBOT:' in output as error


Commit: 0490078efb2d0e5088c258f2b6887c34ce1d1733
    https://github.com/scummvm/scummvm-sites/commit/0490078efb2d0e5088c258f2b6887c34ce1d1733
Author: Roland van Laar (roland at rolandvanlaar.nl)
Date: 2020-06-30T17:49:25+02:00

Commit Message:
Up all timeouts

Test movies were reported as failing due to hitting a
5 second no ouput timeout. This was since ASAN is compiled in.
The new timeout is 20 seconds and cutoff, i.e. maxTime is 30 seconds.

Changed paths:
    director/lingo_factory.py
    director/steps.py




Commit: 87cb2f434df74693894f0191ab136155eef60c8c
    https://github.com/scummvm/scummvm-sites/commit/87cb2f434df74693894f0191ab136155eef60c8c
Author: Roland van Laar (roland at rolandvanlaar.nl)
Date: 2020-07-08T14:49:29+02:00

Commit Message:
Split target configuration from code.

The game targets are now specified in JSON and not in code.

This change makes it easier to add new game targets and
to run one game with different flags.

The Target dataclass is populated from a `targets.json` file
which follows this structure:
[
  {
    "name": "Spaceship Warlock",
    "directory": "warlock-win",
    "game_id": "warlock-win",
    "platform": "win",
    "version": "D3",
    "debugflags": "fewframesonly,fast",
    "movienames": ["moviename", ....]
 },
 {etc,...}
]

More information can be found in the readme.

Changed paths:
    README.md
    director/env.py
    director/targets.py
    poetry.lock




Commit: c07c5e42296d68583dc56663c806b5ed31174fcb
    https://github.com/scummvm/scummvm-sites/commit/c07c5e42296d68583dc56663c806b5ed31174fcb
Author: Roland van Laar (roland at rolandvanlaar.nl)
Date: 2020-07-15T10:23:42+02:00

Commit Message:
Change titles on failure modes

- 'Change' on both failure and new success, color yellow,
- 'Improvement' on only new success, color: green and,
- 'failure' on only new failures with red.

Changed paths:
    director/scummvm_reporter.py




Commit: 964af3fb537ace5664f5281ac18a1d152da864e1
    https://github.com/scummvm/scummvm-sites/commit/964af3fb537ace5664f5281ac18a1d152da864e1
Author: Roland van Laar (roland at rolandvanlaar.nl)
Date: 2020-07-15T10:37:06+02:00

Commit Message:
Treats 'BUILDBOT:' in output as error

Implemented errors as list.

Changed paths:
    director/steps.py






More information about the Scummvm-git-logs mailing list