diff --git a/pw_env_setup/py/pw_env_setup/cipd_setup/pigweed.json b/pw_env_setup/py/pw_env_setup/cipd_setup/pigweed.json index 319056c7bf..aeebd2292e 100644 --- a/pw_env_setup/py/pw_env_setup/cipd_setup/pigweed.json +++ b/pw_env_setup/py/pw_env_setup/cipd_setup/pigweed.json @@ -216,16 +216,6 @@ "version:2020-08-05" ] }, - { - "path": "infra/3pp/tools/renode/${platform}", - "platforms": [ - "linux-amd64", - "linux-arm64" - ], - "tags": [ - "version:2@renode-1.11.0+20210306gite7897c1" - ] - }, { "path": "infra/3pp/tools/buildifier/${platform}", "platforms": [ diff --git a/pw_presubmit/py/pw_presubmit/pigweed_presubmit.py b/pw_presubmit/py/pw_presubmit/pigweed_presubmit.py index 7b652d27ff..7ff4071d0a 100755 --- a/pw_presubmit/py/pw_presubmit/pigweed_presubmit.py +++ b/pw_presubmit/py/pw_presubmit/pigweed_presubmit.py @@ -852,11 +852,6 @@ def static_analysis(ctx: PresubmitContext): build.ninja(ctx, 'python.lint', 'static_analysis') -def renode_check(ctx: PresubmitContext): - """Placeholder for future check.""" - _LOG.info('%s %s', ctx.root, ctx.output_dir) - - _EXCLUDE_FROM_TODO_CHECK = ( # keep-sorted: start r'.bazelrc$', @@ -960,7 +955,6 @@ def todo_check_with_exceptions(ctx: PresubmitContext): npm_presubmit.npm_test, oss_fuzz_build, # Attempts to duplicate OSS-Fuzz. Currently failing. pw_transfer_integration_test, - renode_check, static_analysis, stm32f429i, todo_check.create(todo_check.BUGS_OR_USERNAMES),