Commit Graph

25 Commits

Author SHA1 Message Date
b8cebf0392
Update resolution of test video recording 2022-09-12 12:33:24 +05:30
308c578c9f
Add dir absolut path and add xclip & xsel to kivy docker 2022-09-07 16:47:30 +05:30
71a390b578
Add kivy mock network and update setup file 2022-09-01 13:11:30 +05:30
be6adecf38
Kivy now requires Python 3.7+ so i bump ubuntu to focal 2022-08-29 12:35:56 +05:30
fc18d3c84a
kivy mock android build 2022-08-25 12:24:03 +05:30
e5e9955cd9
Record telenium/kivy video
- add a ffmpeg process to kivy tests if it detects running inside docker
- this approach can be reused for other tests that may benefit from a
  video
- it may be possible to do this in bash, outside of python, but that
  would exacerbate the process synchronisation issues, as outlined here:
  - X server must be running before ffmpeg starts, otherwise ffmpeg
    can't record and quits
  - ffmpeg must end before the X server ends, as otherwise it segfaults
    and video will be incomplete
  - ffmpeg must start before the actual tests start and stop after the
    tests stop, otherwise a part of the tests will be missing from the
    recording
- this approach I chose here avoids most synchronisation issues.
  If ffmpeg takes more than 2 seconds to start recording (unlikely), a
  part of the video will be missing. Also if for some reason ffmpeg is
  too slow, then also we may end up with a truncated video, at the end.
- I chose lossless vp9 codec with webm format, this appears to work on
  firefox and chrome. Safari refuses to show the video even though it
  should be supported.
2022-08-09 22:35:55 +08:00
d85c62a64b
Test snap upload 2022-08-08 16:33:43 +08:00
ffe70350c7
Bypass the docker cache 2022-07-20 03:50:35 +03:00
a38790da60
Cleanup kivy test recipe:
- reuse requirements, follow KivyMD doc
  - remove unneeded packages
  - explicitly run python3 in test.sh
  - use pip for installation
2022-07-18 14:33:33 +03:00
aa512d0066
Call snapcraft in build.sh, not test.sh and bypass cache once more 2022-07-17 22:33:12 +03:00
7371827a8f
A buildbot scenario for building the snap 2022-07-14 18:14:20 +03:00
a0d49272eb
Install sudo and add builder to sudoers 2022-05-30 21:32:56 +03:00
06e5b7bdf3
Start tor service in the build script 2022-05-30 21:32:56 +03:00
d4300c3f6f
Add Dockerfile for focal and unify with bionic 2022-05-30 21:32:23 +03:00
991e470a06
update the Dockerfile in the .buildbot/kivy 2022-05-12 13:22:11 +05:30
ace9bd7b49
Add bandit and flake8 lint run as separate testenv in tox.ini;
uncomment fail fast in test.sh and possibly remove --exit-zero bandit arg
when ready.
2022-05-02 18:00:55 +03:00
0937e957bd
Add tox buildbot testing scenario 2022-05-02 18:00:55 +03:00
003d1e5169
Update test-kivy 2022-04-15 12:58:44 +05:30
09c2f2b694
Fixed kivy buildbot 2022-04-14 19:20:07 +05:30
3a316d99cc
buildbot android test script permission issue fixed 2022-04-07 16:45:03 +05:30
6535770bae
fixes to the buildbot kivy test script permission issue 2022-04-07 15:04:51 +05:30
9a3922f36f
fixes to the Dockerfile in the .buildbot/kivy 2022-04-06 14:28:49 +05:30
aae3f0e6ac
Docker bug fixes 2022-04-01 15:57:04 +05:30
008eab130f
seperate kivy test dockerfile 2022-03-16 13:07:38 +05:30
f88d70c275
kivy build run & dockerfile 2022-03-01 15:55:37 +05:30