书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 11 个相关结果.
  • Kubernetes

    374 2020-09-02 《Agola v0.5 Document》
    Deploying agola on kubernetes Deploying agola on kubernetes Currently you can find some example kubernetes deployment (simple and distributed) in the agola repository at https:...
  • Go runs examples

    516 2020-09-02 《Agola v0.5 Document》
    Sample config (using go modules and caching) Matrix build Sample config (using go modules and caching) This example uses the yaml format and defines a run that will fetch the ...
  • Standalone

    356 2020-09-02 《Agola v0.5 Document》
    Deployment types Prerequisites High available with N executors Start all the management components (except executor) Start the executors Deployment types Since agola is com...
  • User direct runs

    284 2020-09-02 《Agola v0.5 Document》
    Executing a user direct run How it works Users usually run the software tests manually on their workstation before committing and pushing to git. This usually requires a lot of...
  • Introduction

    541 2020-09-02 《Agola v0.5 Document》
    Welcome to the Agola Documentation Welcome to the Agola Documentation Here you’ll find all the agola documentation Concepts User/Orgs/Project setup Runs Configuration example...
  • Configuration

    422 2020-09-02 《Agola v0.5 Document》
    Components configuration Agola configuration file reference Components configuration When starting an agola instance it will read its config from the configuration file WARNI...
  • Run Configuration Reference

    392 2020-09-02 《Agola v0.5 Document》
    Config Config file formats Global Version Runs Run Task Depend Step clone run save_to_workspace restore_workspace save_cache restore_cache Runtime Container Volume Tmp...
  • Architecture

    324 2020-09-02 《Agola v0.5 Document》
    Architecture Services Internal services User facing services Gateway Run Service Config Scheduler Notification service Architecture Agola is composed of multiple (micro...
  • Secrets and Variables

    303 2020-09-02 《Agola v0.5 Document》
    Secrets Variables Example Create the secrets Create the variable Agola secrets and variables are a powerful way to provide secret data to a run (that cannot be stored inside ...
  • Vue.js runs examples

    436 2020-09-02 《Agola v0.5 Document》
    local node_runtime ( version , arch ) = { type : 'pod' , arch : arch , containers : [ { image : 'node:' + version , }, ], ...