Skip to content

Commit

Permalink
Keep running the same tasks in nyc_taxis (elastic#278)
Browse files Browse the repository at this point in the history
elastic/rally-tracks#127 adds
`force-merge/refresh/wait-until-merges-finish` tasks for ad-hoc
investigations related to the cost of force-merge.

In this commit we explicitly skip the first two tasks to ensure nightlies keep
running the same tasks as they used to. Not running `wait-until-merges-finish`
was a bug and we want it executed on nightlies.
  • Loading branch information
dliappis committed Jun 17, 2020
1 parent 9bff33c commit 4249093
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions night_rally/resources/race-configs-group-1.json
Expand Up @@ -370,7 +370,8 @@
}
},
"car": "4gheap",
"node-count": 3
"node-count": 3,
"exclude-tasks": "force-merge,refresh-after-force-merge"
},
{
"name": "nyc_taxis-append-4g-1node",
Expand All @@ -383,7 +384,8 @@
"segment_memory"
],
"challenge": "append-no-conflicts",
"car": "4gheap"
"car": "4gheap",
"exclude-tasks": "force-merge,refresh-after-force-merge"
},
{
"name": "nyc_taxis-appendsorted-4g-1node",
Expand All @@ -395,7 +397,8 @@
"track-params": {
"number_of_replicas": 0
},
"car": "4gheap"
"car": "4gheap",
"exclude-tasks": "force-merge,refresh-after-force-merge"
}
]
}
Expand All @@ -422,7 +425,8 @@
}
},
"car": "4gheap",
"node-count": 3
"node-count": 3,
"exclude-tasks": "force-merge,refresh-after-force-merge"
},
{
"name": "nyc_taxis-append-4g-1node",
Expand All @@ -435,7 +439,8 @@
"segment_memory"
],
"challenge": "append-no-conflicts",
"car": "4gheap"
"car": "4gheap",
"exclude-tasks": "force-merge,refresh-after-force-merge"
},
{
"name": "nyc_taxis-appendsorted-4g-1node",
Expand All @@ -447,7 +452,8 @@
"track-params": {
"number_of_replicas": 0
},
"car": "4gheap"
"car": "4gheap",
"exclude-tasks": "force-merge,refresh-after-force-merge"
}
]
},
Expand All @@ -472,7 +478,8 @@
"x-pack": [
"security"
],
"node-count": 3
"node-count": 3,
"exclude-tasks": "force-merge,refresh-after-force-merge"
},
{
"name": "nyc_taxis-append-4g-1node",
Expand All @@ -485,7 +492,8 @@
"car": "4gheap",
"x-pack": [
"security"
]
],
"exclude-tasks": "force-merge,refresh-after-force-merge"
},
{
"name": "nyc_taxis-ml-4g-1node",
Expand Down

0 comments on commit 4249093

Please sign in to comment.