Skip to content

Commit

Permalink
pw_{env_setup,pw_presubmit}: Remove renode
Browse files Browse the repository at this point in the history
Bug: b/254510918
Change-Id: I24ce8191d98bdf15f90973596a901fc60d86a3c7
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/115233
Pigweed-Auto-Submit: Rob Mohr <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
Reviewed-by: Chad Norvell <[email protected]>
  • Loading branch information
mohrr authored and CQ Bot Account committed Oct 21, 2022
1 parent 51b0e62 commit b5f2fd7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
10 changes: 0 additions & 10 deletions pw_env_setup/py/pw_env_setup/cipd_setup/pigweed.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,16 +216,6 @@
"version:2020-08-05"
]
},
{
"path": "infra/3pp/tools/renode/${platform}",
"platforms": [
"linux-amd64",
"linux-arm64"
],
"tags": [
"version:[email protected]+20210306gite7897c1"
]
},
{
"path": "infra/3pp/tools/buildifier/${platform}",
"platforms": [
Expand Down
6 changes: 0 additions & 6 deletions pw_presubmit/py/pw_presubmit/pigweed_presubmit.py
Original file line number Diff line number Diff line change
Expand Up @@ -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$',
Expand Down Expand Up @@ -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),
Expand Down

0 comments on commit b5f2fd7

Please sign in to comment.