Wiki page ci.md changed with summary [] by Stefan Schmidt

This commit is contained in:
Stefan Schmidt 2020-06-19 05:35:51 -07:00 committed by www-data
parent 195e101666
commit 1f74b4594e
1 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ Depending on the available Travis resources such a build can take up to 60 minut
# CI Details #
In addition to the overview on our CI above we will list some details of it here. It should help to understand the mechanics of it a bit better.
In addition to the overview above we here have some details on different parts of our systems. It should help a bit to understand the mechanics of it.
## Testing ##
@ -55,7 +55,7 @@ We are increasing the test timeout to 120s from the default 30s and we are runni
To support the various builds on Travis we have a bunch of docker images with the needed dependencies for efl pre-installed. The source for these docker images is the [ci-support-files](https://github.com/Enlightenment/ci-support-files) github repo where our Dockerfiles live. They will be automatically build on [docker hub](https://hub.docker.com/repository/docker/stefanschmidt1/ci-support-files/tags?page=1) and pulled during a Travis run (when not already cached).
## Caching ##
We use ccache in our builds and cache the results in the Travis caching mechanisms to save build time.
We use ccache in our builds and cache the results in the Travis caching directories to save build time.
## Developer Branches ##
Every developer with commit access can push to their devs/$ID/ branches to trigger these builds and check the results before putting things into Phab. This has been proven useful for bigger changes without having access to all the different test environments.