From 6e8f439dcee072661d7c70ffe779a53f9c47f4f4 Mon Sep 17 00:00:00 2001 From: Harald Schafer Date: Fri, 9 Jul 2021 16:32:04 -0700 Subject: [PATCH] upload original old-commit-hash: f60d169bb4fc56110ffc420395a1fb7d28b45094 --- selfdrive/test/update_ci_routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/test/update_ci_routes.py b/selfdrive/test/update_ci_routes.py index cb8f8b6648..e25172be9d 100755 --- a/selfdrive/test/update_ci_routes.py +++ b/selfdrive/test/update_ci_routes.py @@ -4,7 +4,7 @@ import subprocess from azure.storage.blob import BlockBlobService from selfdrive.test.test_routes import routes as test_car_models_routes -from selfdrive.test.process_replay.test_processes import segments as replay_segments +from selfdrive.test.process_replay.test_processes import original_segments as replay_segments from xx.chffr.lib import azureutil # pylint: disable=import-error from xx.chffr.lib.storage import _DATA_ACCOUNT_PRODUCTION, _DATA_ACCOUNT_CI, _DATA_BUCKET_PRODUCTION # pylint: disable=import-error