Closed Bug 908734 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.) Excludes the first replicate from talos/tp5o data when calculating the mean and standard deviation. 2.) Adds generic method for adding different replicate filtering strategies to different projects and tests that require it.
push to stage complete. [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 [2013-08-23 10:49:49] Running rsync_project [2013-08-23 10:49:49] [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/ [2013-08-23 10:49:51] [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.531s) [2013-08-23 10:49:51] Finished rsync_project (1.532s) [2013-08-23 10:49:51] Running commit_www [2013-08-23 10:49:51] [localhost] running: cd /data/datazilla-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['datazilla.allizom.org']' [2013-08-23 10:49:52] [localhost] finished: cd /data/datazilla-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['datazilla.allizom.org']' (0.582s) [localhost] out: [master 40f06fd] deploy [datazilla.allizom.org] [localhost] out: 3 files changed, 221 insertions(+), 89 deletions(-) [2013-08-23 10:49:52] Finished commit_www (0.583s)
Assignee: server-ops-webops → cturra
OS: Mac OS X → All
Hardware: x86 → All
Stage looks good. Please go ahead and push to production. Thanks for the fast turn around!
push to prod complete :) [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 [2013-08-23 11:13:19] Running rsync_project [2013-08-23 11:13:19] [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/ [2013-08-23 11:13:21] [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.862s) [2013-08-23 11:13:21] Finished rsync_project (1.862s) [2013-08-23 11:13:21] Running commit_www [2013-08-23 11:13:21] [localhost] running: cd /data/datazilla/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['datazilla.mozilla.org']' [2013-08-23 11:13:21] [localhost] finished: cd /data/datazilla/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['datazilla.mozilla.org']' (0.560s) [localhost] out: [master 7889203] deploy [datazilla.mozilla.org] [localhost] out: 3 files changed, 221 insertions(+), 89 deletions(-) [2013-08-23 11:13:21] Finished commit_www (0.560s)
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.