Closed Bug 1128509 Opened 10 years ago Closed 10 years ago

please update aus4+aus4-admin stage/prod to 8b44f94421a258bb0f37fd1826498446f0f41d70

Categories

(Infrastructure & Operations Graveyard :: WebOps: Product Delivery, task)

x86_64
Linux
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: bhearsum, Assigned: cliang)

References

Details

(Whiteboard: [kanban:https://webops.kanbanize.com/ctrl_board/2/390] )

Jake just added support for newrelic reporting to Balrog. We should get this pushed so we can the data flowing there!
Whiteboard: [kanban:https://webops.kanbanize.com/ctrl_board/2/390]
Assignee: server-ops-webops → cliang
Changes pushed to stage and production for aus4-admin.mozilla.org and aus4.mozilla.org.
Stage: $ sudo bash -x /data/aus-stage/src/aus4-admin.allizom.org/update + CODE_DIR=/data/aus-stage/src/aus4-admin.allizom.org/app + VENDOR_DIR=/data/aus-stage/src/aus4-admin.allizom.org/app/vendor + update_code + echo -e 'Updating code...' Updating code... + cd /data/aus-stage/src/aus4-admin.allizom.org/app + git pull -q + checkretval + retval=0 + [[ 0 -gt 0 ]] + echo -e 'Updating vendor submodules...' Updating vendor submodules... + git submodule update --init --recursive Submodule path 'ui': checked out '10903578ecd22f296f53c84dd9fd34269ae249b3' + checkretval + retval=0 + [[ 0 -gt 0 ]] + echo -e 'Cleaning gitignore and pyc files...' Cleaning gitignore and pyc files... + cd /data/aus-stage/src/aus4-admin.allizom.org/app + find . -type f -name .gitignore -or -name '*.pyc' -delete + checkretval + retval=0 + [[ 0 -gt 0 ]] + echo -e 'Storing revision information...' Storing revision information... + cd /data/aus-stage/src/aus4-admin.allizom.org/app + git rev-parse HEAD + checkretval + retval=0 + [[ 0 -gt 0 ]] + touch /data/aus-stage/src/aus4-admin.allizom.org/app/admin.wsgi + echo -e 'Deploying code...' Deploying code... + '[' xterm == dumb ']' + /data/aus-stage/deploy aus4-admin.allizom.org $ sudo bash -x /data/aus-stage/src/aus4.allizom.org/update + CODE_DIR=/data/aus-stage/src/aus4.allizom.org/app/ + echo -e 'Updating code...' Updating code... + cd /data/aus-stage/src/aus4.allizom.org/app/ + git pull remote: Counting objects: 31, done. remote: Compressing objects: 100% (17/17), done. remote: Total 31 (delta 15), reused 28 (delta 14) Unpacking objects: 100% (31/31), done. From https://github.com/mozilla/balrog 579532f..8b44f94 master -> origin/master Updating 579532f..8b44f94 Fast-forward .coveragerc | 26 ++++++++++++++++++++++++++ .travis.yml | 22 +++++++++++++++++----- balrog.wsgi | 15 +++++++++++++++ ui | 2 +- 4 files changed, 59 insertions(+), 6 deletions(-) create mode 100644 .coveragerc + checkretval + retval=0 + [[ 0 -gt 0 ]] + cd /data/aus-stage/src/aus4.allizom.org/app/ + git rev-parse HEAD + /data/aus-stage/deploy -n aus4.allizom.org
Prod: $ sudo bash -x /data/aus-admin/src/aus4-admin.mozilla.org/update + CODE_DIR=/data/aus-admin/src/aus4-admin.mozilla.org/app + VENDOR_DIR=/data/aus-admin/src/aus4-admin.mozilla.org/app/vendor + update_code + echo -e 'Updating code...' Updating code... + cd /data/aus-admin/src/aus4-admin.mozilla.org/app + git pull -q + checkretval + retval=0 + [[ 0 -gt 0 ]] + echo -e 'Updating vendor submodules...' Updating vendor submodules... + git submodule update --init --recursive Submodule path 'ui': checked out '10903578ecd22f296f53c84dd9fd34269ae249b3' + checkretval + retval=0 + [[ 0 -gt 0 ]] + echo -e 'Cleaning gitignore and pyc files...' Cleaning gitignore and pyc files... + cd /data/aus-admin/src/aus4-admin.mozilla.org/app + find . -type f -name .gitignore -or -name '*.pyc' -delete + checkretval + retval=0 + [[ 0 -gt 0 ]] + echo -e 'Storing revision information...' Storing revision information... + cd /data/aus-admin/src/aus4-admin.mozilla.org/app + git rev-parse HEAD + checkretval + retval=0 + [[ 0 -gt 0 ]] + touch /data/aus-admin/src/aus4-admin.mozilla.org/app/admin.wsgi + echo -e 'Deploying code...' Deploying code... + '[' xterm == dumb ']' + /data/aus-admin/deploy aus4-admin.mozilla.org $ sudo bash -x /data/aus/src/aus4.mozilla.org/update + CODE_DIR=/data/aus/src/aus4.mozilla.org/app/ + echo -e 'Updating code...' Updating code... + cd /data/aus/src/aus4.mozilla.org/app/ + git pull remote: Counting objects: 31, done. remote: Compressing objects: 100% (17/17), done. remote: Total 31 (delta 15), reused 28 (delta 14) Unpacking objects: 100% (31/31), done. From git://github.com/mozilla/balrog 579532f..8b44f94 master -> origin/master Updating 579532f..8b44f94 Fast-forward .coveragerc | 26 ++++++++++++++++++++++++++ .travis.yml | 22 +++++++++++++++++----- balrog.wsgi | 15 +++++++++++++++ ui | 2 +- 4 files changed, 59 insertions(+), 6 deletions(-) create mode 100644 .coveragerc + checkretval + retval=0 + [[ 0 -gt 0 ]] + cd /data/aus/src/aus4.mozilla.org/app/ + git rev-parse HEAD + /data/aus/deploy -n aus4.mozilla.org
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.