Closed
Bug 950260
Opened 11 years ago
Closed 11 years ago
Datazilla Repository Update
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Infrastructure & Operations Graveyard
WebOps: Other
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jeads, Assigned: cturra)
References
Details
A new datazilla repository is ready to push to stage. This release includes the following changes:
1.) Adds appropriate Product/Repository defaults for the datazilla project marketapps.
2.) Sets a hard limit to 6 months on the time slider on the homepage regardless of the quantity/age of data in the database.
3.) Adds the new b2g performance test_build attributes ro.build.version.incremental, ro.build.version.release, and ro.build.date.utc to the replicate detail panel in the b2g UI. This required adding vertical scrolling to the detail panel.
4.) Includes a data cycling manage.py command that deletes perftest data > 6 months old. This will be installed as a scheduled job in a subsequent release after manually cycling the talos_perftest_1 data.
Assignee | ||
Comment 1•11 years ago
|
||
i have pushed these changes to stage for you. let me know when you've given this a test and are happy with it going to prod.
[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-12-13 15:38:05] Running rsync_project
[2013-12-13 15:38:05] [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-12-13 15:38:10] [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/ (4.601s)
[2013-12-13 15:38:10] Finished rsync_project (4.601s)
[2013-12-13 15:38:10] Running commit_www
[2013-12-13 15:38:10] [localhost] running: cd /data/datazilla-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['datazilla.allizom.org']'
[2013-12-13 15:38:11] [localhost] finished: cd /data/datazilla-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['datazilla.allizom.org']' (1.440s)
[localhost] out: [master 170731b] deploy [datazilla.allizom.org]
[localhost] out: 11 files changed, 225 insertions(+), 73 deletions(-)
[localhost] out: create mode 100644 datazilla.allizom.org/datazilla/datazilla/controller/admin/management/commands/cycle_data.py
[localhost] out: rewrite datazilla.allizom.org/datazilla/datazilla/webapp/static/css/apps-summary-min.css (85%)
[2013-12-13 15:38:11] Finished commit_www (1.441s)
Assignee: server-ops-webops → cturra
Flags: needinfo?(jeads)
OS: Mac OS X → All
Hardware: x86 → All
Reporter | ||
Comment 2•11 years ago
|
||
I found a bug in the UI and fixed it. Could you please push the repo to stage again?
Flags: needinfo?(jeads) → needinfo?(cturra)
Assignee | ||
Comment 3•11 years ago
|
||
(In reply to Jonathan Eads ( :jeads ) from comment #2)
> I found a bug in the UI and fixed it. Could you please push the repo to
> stage again?
updated as requested. let me know how it looks.
Flags: needinfo?(cturra) → needinfo?(jeads)
Reporter | ||
Comment 4•11 years ago
|
||
Stage looks good! Please go ahead and push this to production. Thanks for the quick turn around.
Flags: needinfo?(jeads)
Assignee | ||
Comment 5•11 years ago
|
||
push to prod complete \o/
[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-12-13 16:29:57] Running rsync_project
[2013-12-13 16:29:57] [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-12-13 16:30:00] [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/ (2.647s)
[2013-12-13 16:30:00] Finished rsync_project (2.647s)
[2013-12-13 16:30:00] Running commit_www
[2013-12-13 16:30:00] [localhost] running: cd /data/datazilla/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['datazilla.mozilla.org']'
[2013-12-13 16:30:01] [localhost] finished: cd /data/datazilla/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['datazilla.mozilla.org']' (1.015s)
[localhost] out: [master a1dcc4a] deploy [datazilla.mozilla.org]
[localhost] out: 11 files changed, 227 insertions(+), 73 deletions(-)
[localhost] out: create mode 100644 datazilla.mozilla.org/datazilla/datazilla/controller/admin/management/commands/cycle_data.py
[localhost] out: rewrite datazilla.mozilla.org/datazilla/datazilla/webapp/static/css/apps-summary-min.css (85%)
[2013-12-13 16:30:01] Finished commit_www (1.016s)
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•