Closed Bug 835530 Opened 12 years ago Closed 12 years ago

Datazilla Repository Update

Categories

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

x86
macOS
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jeads, Assigned: cturra)

References

Details

(Whiteboard: [triaged 20130128][push interrupt])

An updated repository is ready to push to staging. This repository update includes a new user interface dedicated to B2G/Gaia performance test data. This rollout requires a new settings variable, please add the following line to datazilla/datazilla/settings/local.py

ALLOWED_PROJECTS = os.environ.get("ALLOWED_PROJECTS", "b2g|jetperf|pushlog|stoneridge|talos|test")
:jeads - push to stage complete with new settings/local.py configuration.

[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-01-28 13:33:27] Running rsync_project
[2013-01-28 13:33:27] [localhost] running: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --delete /data/datazilla-stage/src/datazilla.allizom.org/ /data/datazilla-stage/www/datazilla.allizom.org/
[2013-01-28 13:33:28] [localhost] finished: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --delete /data/datazilla-stage/src/datazilla.allizom.org/ /data/datazilla-stage/www/datazilla.allizom.org/ (1.071s)
[2013-01-28 13:33:28] Finished rsync_project (1.072s)
[2013-01-28 13:33:28] Running commit_www
[2013-01-28 13:33:28] [localhost] running: cd /data/datazilla-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['datazilla.allizom.org']'
[2013-01-28 13:33:28] [localhost] finished: cd /data/datazilla-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['datazilla.allizom.org']' (0.759s)
[localhost] out: [master 024f390] deploy [datazilla.allizom.org]
[localhost] out: 24 files changed, 1553 insertions(+), 52 deletions(-)
[localhost] out: create mode 100644 datazilla.allizom.org/datazilla/datazilla/webapp/apps/summary/b2g_app_urls.py
[localhost] out: create mode 100644 datazilla.allizom.org/datazilla/datazilla/webapp/static/css/apps-summary-min.css
[localhost] out: create mode 100644 datazilla.allizom.org/datazilla/datazilla/webapp/static/css/apps.css
[localhost] out: create mode 100644 datazilla.allizom.org/datazilla/datazilla/webapp/static/js/b2g_apps/AppsPage.js
[localhost] out: create mode 100644 datazilla.allizom.org/datazilla/datazilla/webapp/static/js/b2g_apps/GraphControlsComponent.js
[localhost] out: create mode 100644 datazilla.allizom.org/datazilla/datazilla/webapp/static/js/b2g_apps/PerformanceGraphComponent.js
[localhost] out: create mode 100644 datazilla.allizom.org/datazilla/datazilla/webapp/static/js/b2g_apps/ReplicateGraphComponent.js
[localhost] out: create mode 100644 datazilla.allizom.org/datazilla/datazilla/webapp/static/js/b2g_apps/apps-summary-min.js
[localhost] out: create mode 100644 datazilla.allizom.org/datazilla/datazilla/webapp/templates/apps.summary.html
[2013-01-28 13:33:28] Finished commit_www (0.759s)
Assignee: server-ops-webops → cturra
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [triaged 20130128][push interrupt]
Thanks for pushing that out! Found a typo and switched the revision links to go to the commit instead of the tree, please push to stage again.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
:jeads - repushed as requested :)
Status: REOPENED → RESOLVED
Closed: 12 years ago12 years ago
Resolution: --- → FIXED
I found a bug related to highlighting series when hovering points on the graph.  Only occurs when the datapoints on the graph are close together.  Please push to stage again.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
:jeads - i have pushed this to stage once again for you. this time i won't mark the bug as r/fixed until you confirm everything looks right :)
Thanks! Looks good https://datazilla.allizom.org/b2g/

Please add the following line to datazilla/datazilla/settings/local.py in the production environment.

ALLOWED_PROJECTS = os.environ.get("ALLOWED_PROJECTS", "b2g|jetperf|pushlog|stoneridge|talos|test")

and go ahead and push the new repository to production.
:jeads - push to prod complete. i am going to mark this bug as r/fixed, but do go ahead and re-open or hit me up directly on irc if something looks off.


[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-01-29 13:53:58] Running rsync_project
[2013-01-29 13:53:58] [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-01-29 13:53:59] [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.564s)
[2013-01-29 13:53:59] Finished rsync_project (1.564s)
[2013-01-29 13:53:59] Running commit_www
[2013-01-29 13:53:59] [localhost] running: cd /data/datazilla/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['datazilla.mozilla.org']'
[2013-01-29 13:54:00] [localhost] finished: cd /data/datazilla/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['datazilla.mozilla.org']' (0.552s)
[localhost] out: [master a5fb733] deploy [datazilla.mozilla.org]
[localhost] out: 24 files changed, 1552 insertions(+), 52 deletions(-)
[localhost] out: create mode 100644 datazilla.mozilla.org/datazilla/datazilla/webapp/apps/summary/b2g_app_urls.py
[localhost] out: create mode 100644 datazilla.mozilla.org/datazilla/datazilla/webapp/static/css/apps-summary-min.css
[localhost] out: create mode 100644 datazilla.mozilla.org/datazilla/datazilla/webapp/static/css/apps.css
[localhost] out: create mode 100644 datazilla.mozilla.org/datazilla/datazilla/webapp/static/js/b2g_apps/AppsPage.js
[localhost] out: create mode 100644 datazilla.mozilla.org/datazilla/datazilla/webapp/static/js/b2g_apps/GraphControlsComponent.js
[localhost] out: create mode 100644 datazilla.mozilla.org/datazilla/datazilla/webapp/static/js/b2g_apps/PerformanceGraphComponent.js
[localhost] out: create mode 100644 datazilla.mozilla.org/datazilla/datazilla/webapp/static/js/b2g_apps/ReplicateGraphComponent.js
[localhost] out: create mode 100644 datazilla.mozilla.org/datazilla/datazilla/webapp/static/js/b2g_apps/apps-summary-min.js
[localhost] out: create mode 100644 datazilla.mozilla.org/datazilla/datazilla/webapp/templates/apps.summary.html
[2013-01-29 13:54:00] Finished commit_www (0.552s)
Status: REOPENED → RESOLVED
Closed: 12 years ago12 years ago
Resolution: --- → FIXED
Blocks: 898392
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.