Closed Bug 1026554 Opened 10 years ago Closed 10 years ago

Datazilla Repository Update

Categories

(Infrastructure & Operations Graveyard :: WebOps: Other, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jeads, Assigned: cturra)

References

Details

(Whiteboard: [kanban:https://kanbanize.com/ctrl_board/4/351] )

A new datazilla repository is ready to push to stage. This release includes the following changes:

1.) Added flame to ingestion alerts https://github.com/mozilla/datazilla/blob/master/datazilla/settings/ingestion_alerts.json
Blocks: 1024924
Whiteboard: [kanban:https://kanbanize.com/ctrl_board/4/351]
push to stage complete. please verify it there and let me know when you're happy with this going to prod.
Assignee: server-ops-webops → cturra
Flags: needinfo?(jeads)
OS: Mac OS X → All
Hardware: x86 → All
I've just pushed a couple more changes to the Datazilla repository, which we'd like to also have pushed to staging/production. Could we repeat the push to staging with the following additional changes?

1) Bug 1024919 - Enable ingestion alerts for Hamachi on branch v1.4
2) Bug 1023169 - Disable FPS tests from Datazilla B2G ingestion alerts
pushed to stage as requested.
Stage looks good please go ahead and push to production. Thanks!
Flags: needinfo?(jeads)
push to prod complete.

[cturra@datazillaadm.private.scl3 datazilla.mozilla.org]$ sudo bash -x update
+ CODE_DIR=/data/datazilla/src/datazilla.mozilla.org/datazilla
+ VENDOR_DIR=/data/datazilla/src/datazilla.mozilla.org/datazilla/vendor
+ update_code
+ echo -e 'Updating code...'
Updating code...
+ cd /data/datazilla/src/datazilla.mozilla.org/datazilla
+ git fetch origin -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ git checkout -f origin/master -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ git submodule sync -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ git submodule update --init --recursive -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ echo -e 'Cleaning gitignore and pyc files...'
Cleaning gitignore and pyc files...
+ cd /data/datazilla/src/datazilla.mozilla.org/datazilla
+ 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/datazilla/src/datazilla.mozilla.org/datazilla
+ git rev-parse HEAD
update: line 40: /data/datazilla/src/datazilla.mozilla.org/datazilla/media/revision: No such file or directory
+ generate_revision_info
update: line 43: /data/datazilla/src/datazilla.mozilla.org/datazilla/media/revision_info.txt: No such file or directory
+ echo -e 'Deploying code...'
Deploying code...
+ '[' xterm == dumb ']'
+ /data/datazilla/deploy datazilla.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.