orchestration engine
Перейти к файлу
microsoft-github-policy-service[bot] 517684a4f8
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2023-06-13 17:53:38 +00:00
gradle dependency update 2016-10-13 10:44:25 -07:00
orca-applications Separate Spring Batch from core of Orca execution model 2016-10-12 16:00:27 -07:00
orca-bakery Separate Spring Batch from core of Orca execution model 2016-10-12 16:00:27 -07:00
orca-clouddriver Support for `UpsertEntityTags` and `DeleteEntityTags` operations 2016-11-05 12:27:49 -07:00
orca-core add some logging to track notifications temporarily 2016-11-07 12:12:28 -08:00
orca-echo add some logging to track notifications temporarily 2016-11-07 12:12:28 -08:00
orca-eureka update spinnaker dependencies. 2016-05-04 14:00:40 -07:00
orca-flex Separate Spring Batch from core of Orca execution model 2016-10-12 16:00:27 -07:00
orca-front50 (core) add ignoreResults field to stages that doesn't wait for the downstream stage to complete 2016-11-03 14:25:55 -07:00
orca-igor (core) add ignoreResults field to stages that doesn't wait for the downstream stage to complete 2016-11-03 14:25:55 -07:00
orca-mahe Clarify listener operation 2016-11-01 11:16:52 -07:00
orca-mine Separate Spring Batch from core of Orca execution model 2016-10-12 16:00:27 -07:00
orca-retrofit A proof of concept extension point for running actions directly on instances. 2016-10-18 11:13:33 -07:00
orca-rush Separate Spring Batch from core of Orca execution model 2016-10-12 16:00:27 -07:00
orca-smoke-test
orca-spring-batch Clarify listener operation 2016-11-01 11:16:52 -07:00
orca-test Fix execution windows for v2 2016-10-20 10:16:52 -07:00
orca-tide Separate Spring Batch from core of Orca execution model 2016-10-12 16:00:27 -07:00
orca-web Added stackdriver. 2016-10-26 01:19:52 +00:00
.editorconfig
.gitignore
.travis.yml use trusty gcp build worker 2016-03-21 15:43:58 -07:00
AUTHORS
Dockerfile set gradle home to be same dir in dockerfile 2015-12-03 20:04:10 -08:00
LICENSE.txt
README.md Add build badge to README 2015-11-21 22:48:10 -08:00
SECURITY.md Microsoft mandatory file 2023-06-02 21:25:54 +00:00
build.gradle Added stackdriver. 2016-10-26 01:19:52 +00:00
gradlew
gradlew.bat
settings.gradle Separate Spring Batch from core of Orca execution model 2016-10-12 16:00:27 -07:00

README.md

Orca

Build Status

Orca Logo

Orca is the orchestration engine for Spinnaker. It is responsible for taking a pipeline or task definition and managing the stages and tasks, coordinating the other Spinnaker services.

Orca pipelines are composed of stages which in turn are composed of tasks. The tasks of a stage share a common context and can publish to a global context shared across the entire pipeline allowing multiple stages to co-ordinate. For example a bake stage publishes details of the image it creates which is then used by a deploy stage.

Orca persists a running execution to Redis.