Commits on Source (11)
-
finn authored
-
finn authored
New bot which executes commands with local tools in a temp directory. Bots have been moved to a new folder to act as plugins for BuildGrid.
-
finn authored
Also some small fixes to returned work from bots to execution.
-
finn authored
-
finn authored
Dummy command updated. New CAS demo added.
-
Martin Blanchard authored
-
Martin Blanchard authored
-
Martin Blanchard authored
The 3.7.x releases seem to suffer from a regression in tests collection that affects our linting process. It may have been fixed upstream already [1]. Freezing requirement to latest 3.6.x for now. [1] https://github.com/pytest-dev/pytest/pull/3802
-
Martin Blanchard authored
-
Martin Blanchard authored
-
Martin Blanchard authored
Showing
- .gitlab-ci.yml 15 additions, 2 deletions.gitlab-ci.yml
- .pylintrc 1 addition, 1 deletion.pylintrc
- README.rst 33 additions, 1 deletionREADME.rst
- app/bots/__init__.py 0 additions, 0 deletionsapp/bots/__init__.py
- app/bots/buildbox.py 119 additions, 0 deletionsapp/bots/buildbox.py
- app/bots/dummy.py 24 additions, 0 deletionsapp/bots/dummy.py
- app/bots/temp_directory.py 89 additions, 0 deletionsapp/bots/temp_directory.py
- app/commands/cmd_bot.py 26 additions, 109 deletionsapp/commands/cmd_bot.py
- app/commands/cmd_cas.py 85 additions, 0 deletionsapp/commands/cmd_cas.py
- app/commands/cmd_execute.py 97 additions, 10 deletionsapp/commands/cmd_execute.py
- buildgrid/bot/bot_session.py 11 additions, 6 deletionsbuildgrid/bot/bot_session.py
- buildgrid/server/job.py 12 additions, 12 deletionsbuildgrid/server/job.py
- buildgrid/server/scheduler.py 2 additions, 5 deletionsbuildgrid/server/scheduler.py
- buildgrid/utils.py 111 additions, 0 deletionsbuildgrid/utils.py
- docs/Makefile 20 additions, 0 deletionsdocs/Makefile
- docs/source/conf.py 162 additions, 0 deletionsdocs/source/conf.py
- docs/source/index.rst 21 additions, 0 deletionsdocs/source/index.rst
- setup.cfg 1 addition, 0 deletionssetup.cfg
- setup.py 11 additions, 2 deletionssetup.py
- tests/action_cache.py 3 additions, 1 deletiontests/action_cache.py
app/bots/__init__.py
0 → 100644
app/bots/buildbox.py
0 → 100644
app/bots/dummy.py
0 → 100644
app/bots/temp_directory.py
0 → 100644
app/commands/cmd_cas.py
0 → 100644
buildgrid/utils.py
0 → 100644
docs/Makefile
0 → 100644
docs/source/conf.py
0 → 100644
docs/source/index.rst
0 → 100644