1
0
mirror of https://github.com/google/nomulus synced 2026-01-03 11:45:39 +00:00

Add Gradle tasks to stage BEAM pipelines (#1031)

* Add Gradle tasks to stage BEAM pipelines

Add a Gracle task to stage flex-template based pipelines for alpha and
crash environments.

This is a follow up to go/r3pr/1028, which is also under review.
This commit is contained in:
Weimin Yu
2021-03-24 18:47:14 -04:00
committed by GitHub
parent 3bf697c43c
commit 553b24e005
2 changed files with 57 additions and 1 deletions

View File

@@ -133,3 +133,16 @@ for more information.
[app-engine-sdk]: https://cloud.google.com/appengine/docs/java/download
[java-jdk11]: https://www.oracle.com/java/technologies/javase-downloads.html
## Deploy the BEAM Pipelines
Nomulus is in the middle of migrating all pipelines to use flex-template. For
pipelines already based on flex-template, deployment in the testing environments
(alpha and crash) can be done using the following command:
```shell
./nom_build :core:stage_beam_pipelines --environment=alpha
```
Pipeline deployment in other environments are through CloudBuild. Please refer
to the [release folder](http://github.com/google/nomulus/release) for details.