Agola: CI/CD Redefined
Go to file
Simone Gotti 11a2ff48d6 runservice: delete executor task early
currently we are deleting the executor tasks only when all the run tasks
log/archives were fetched. But it'll better to remove a single executor task
when the task fetching is finished.

This could also fix possible issues on k8s since we are scheduling tasks but the
k8s scheduler may not schedule them if there aren't enough resources causing a
scheduling deadlock since we won't remove finished pods because their related
tasks are not removed and k8s cannot start new pods since it has no resources.
2019-07-08 16:03:14 +02:00
.agola ci: update agola config 2019-07-03 11:17:03 +02:00
cmd cmd: implement secret update 2019-07-08 10:32:59 +02:00
doc README: add local development doc and agola demo link 2019-07-02 10:54:44 +02:00
examples agolademo: update config paths to /data 2019-07-02 10:56:29 +02:00
internal runservice: delete executor task early 2019-07-08 16:03:14 +02:00
scripts Add makefile 2019-02-21 15:59:16 +01:00
webbundle Add webbundle implementation 2019-02-21 16:08:02 +01:00
.dockerignore Add dockerfile 2019-02-21 16:10:30 +01:00
.gitignore Initial commit 2019-02-21 15:56:50 +01:00
Dockerfile dockerfile: remove agola git hook 2019-06-13 15:30:19 +02:00
go.mod *: use vanity url 2019-07-01 11:40:20 +02:00
go.sum gitsource: update gitea client 2019-06-11 10:29:06 +02:00
LICENSE Initial commit 2019-02-21 15:56:50 +01:00
Makefile *: use vanity url 2019-07-01 11:40:20 +02:00
README.md README: add agola run status badge 2019-07-08 09:39:52 +02:00

Agola

Build Status

CI/CD redefined

Try it

See the agolademo example

Local development

See how to develop agola