Skip to content

Commit

Permalink
Adapt to new release.
Browse files Browse the repository at this point in the history
This release includes perceval-finos, and build_grimoirelab
needs to be updated for that.

Some minor changes to the configuration for mordred, tweaking
timings, and to the menu, to include new panels.

Signed-off-by: Jesus M. Gonzalez-Barahona <jgb@gsyc.es>
  • Loading branch information
jgbarah committed Mar 29, 2019
1 parent 6a922ab commit 9d22f55
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
4 changes: 4 additions & 0 deletions docker/menu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,10 @@
panel: panels/json/jenkins_jobs.json
- name: Nodes
panel: panels/json/jenkins_nodes.json
- name: Categories
panel: panels/json/jenkins_job_categories.json
- name: Export
panel: panels/json/jenkins_export.json
- name: Mozilla Club
source: mozillaclub
icon: default.png
Expand Down
10 changes: 6 additions & 4 deletions docker/mordred-dashboard.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Update incrementally, forever
update = true
# Don't start a new update earlier than (since last update, seconds)
min_update_delay = 50
min_update_delay = 300
# Produce debugging data for the logs
debug = true

Expand All @@ -28,13 +28,15 @@ affiliate = True
# How to match to unify
matching = [email]
# How long to sleep before running again, for identities tasks
sleep_for = 10
sleep_for = 100

[panels]
# Dashboard: default time frame
kibiter_time_from= "now-1y"
kibiter_time_from = "now-1y"
# Dashboard: default index pattern
kibiter_default_index= "git"
kibiter_default_index = "git"
# GitHub repos panels
github-repos = true

[phases]
collection = true
Expand Down
2 changes: 1 addition & 1 deletion utils/build_grimoirelab
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ all_repos = {
'perceval-finos': [{'name': 'perceval-finos', 'dir': '',
'repo_url': 'http://github.com/Bitergia/grimoirelab-perceval-finos',
'version_file': 'setup.py',
'check_run': 'perceval finos --help'}],
'check_run': 'perceval finosmeetings --help'}],
'kingarthur': [{'name': 'kingarthur', 'dir': '',
'repo_url': 'http://github.com/chaoss/grimoirelab-kingarthur',
'version_file': os.path.join('arthur', '_version.py'),
Expand Down

0 comments on commit 9d22f55

Please sign in to comment.