mirror of
https://github.com/google/nomulus.git
synced 2025-07-24 03:30:46 +02:00
An automated rollback tool for Nomulus (#847)
* An automated rollback tool for Nomulus A tool that directs traffic between deployed versions. It handles the conversion between Nomulus tags and AppEngine versions, executes schema compatibility tests, ensures that steps are executed in the correct order, and updates deployment records appropriately.
This commit is contained in:
parent
fb0156c413
commit
6f3b382a2d
11 changed files with 1552 additions and 0 deletions
5
rollback_tool
Executable file
5
rollback_tool
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
# Wrapper for rollback_tool.py.
|
||||
cd $(dirname $0)
|
||||
python3 ./release/rollback/rollback_tool.py "$@"
|
||||
exit $?
|
Loading…
Add table
Add a link
Reference in a new issue