Closed Bug 969171 Opened 12 years ago Closed 12 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)

Details

A new datazilla repository is ready to push to stage. This release includes the following changes: 1.) The updated repository fixes a bug identified in yesterday's release that prevents the 90 day time range from being loaded in the UI. The bug is caused by some older b2g perf data objects missing replicate data, resulting in an empty string getting cast to an int. This ultimately raises an uncaught ValueError. Undefined replicates are now explicitly set to 0 to prevent this error from occurring.
push to stage complete. please give it a test and let me know when you're happy for this change going to production. *also, a side note, i'll do my best to get to your b2gtw project creation bug tomorrow :) sorry for the delay on that bug. [root@datazillaadm.private.scl3 datazilla.allizom.org]# bash -x update + CODE_DIR=/data/datazilla-stage/src/datazilla.allizom.org/datazilla + VENDOR_DIR=/data/datazilla-stage/src/datazilla.allizom.org/datazilla/vendor + update_code + echo -e 'Updating code...' Updating code... + cd /data/datazilla-stage/src/datazilla.allizom.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-stage/src/datazilla.allizom.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-stage/src/datazilla.allizom.org/datazilla + git rev-parse HEAD update: line 40: /data/datazilla-stage/src/datazilla.allizom.org/datazilla/media/revision: No such file or directory + generate_revision_info update: line 43: /data/datazilla-stage/src/datazilla.allizom.org/datazilla/media/revision_info.txt: No such file or directory + echo -e 'Deploying code...' Deploying code... + '[' xterm == dumb ']' + /data/datazilla-stage/deploy datazilla.allizom.org [2014-02-06 18:59:23] Running rsync_project [2014-02-06 18:59:23] [localhost] running: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/datazilla-stage/src/datazilla.allizom.org/ /data/datazilla-stage/www/datazilla.allizom.org/ [2014-02-06 18:59:24] [localhost] finished: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/datazilla-stage/src/datazilla.allizom.org/ /data/datazilla-stage/www/datazilla.allizom.org/ (1.599s) [2014-02-06 18:59:24] Finished rsync_project (1.600s) [2014-02-06 18:59:24] Running commit_www [2014-02-06 18:59:24] [localhost] running: cd /data/datazilla-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['datazilla.allizom.org']' [2014-02-06 18:59:25] [localhost] finished: cd /data/datazilla-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['datazilla.allizom.org']' (0.174s) [localhost] out: [master 32717e7] deploy [datazilla.allizom.org] [localhost] out: 1 file changed, 1 insertion(+), 1 deletion(-) [2014-02-06 18:59:25] Finished commit_www (0.174s) [2014-02-06 18:59:25] Running push_www
Assignee: server-ops-webops → cturra
Flags: needinfo?(jeads)
OS: Mac OS X → All
Hardware: x86 → All
Stage looks good, the 90 day time interval in the b2g UI now loads without any problems. Please go ahead and push this to production. Thank you.
Flags: needinfo?(jeads)
thnx for the update. i've pushed this change to prod as requested. [root@datazillaadm.private.scl3 datazilla.mozilla.org]# 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 [2014-02-07 09:43:13] Running rsync_project [2014-02-07 09:43:13] [localhost] running: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/datazilla/src/datazilla.mozilla.org/ /data/datazilla/www/datazilla.mozilla.org/ [2014-02-07 09:43:15] [localhost] finished: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/datazilla/src/datazilla.mozilla.org/ /data/datazilla/www/datazilla.mozilla.org/ (1.339s) [2014-02-07 09:43:15] Finished rsync_project (1.339s) [2014-02-07 09:43:15] Running commit_www [2014-02-07 09:43:15] [localhost] running: cd /data/datazilla/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['datazilla.mozilla.org']' [2014-02-07 09:43:15] [localhost] finished: cd /data/datazilla/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['datazilla.mozilla.org']' (0.181s) [localhost] out: [master 40e068e] deploy [datazilla.mozilla.org] [localhost] out: 1 file changed, 1 insertion(+), 1 deletion(-) [2014-02-07 09:43:15] Finished commit_www (0.182s)
Status: NEW → RESOLVED
Closed: 12 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.