New issue
Advanced search Search tips

Issue 882231 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Sep 10
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocked on:
issue 729059

Blocking:
issue 314403



Sign in to add a comment

Remove remove_build_metadata step

Project Member Reported by thakis@chromium.org, Sep 9

Issue description

When I removed deterministic_build_blacklist, I broke the remove_build_metadata step:

https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket.appspot.com/8935870544761739680/+/steps/remove_build_metadata/0/stdout

Traceback (most recent call last):
  File "/b/swarming/w/ir/kitchen-workdir/src/tools/determinism/remove_build_metadata.py", line 158, in <module>
    sys.exit(main())
  File "/b/swarming/w/ir/kitchen-workdir/src/tools/determinism/remove_build_metadata.py", line 154, in main
    return remove_metadata(options.build_dir, options.recursive, bitness)
  File "/b/swarming/w/ir/kitchen-workdir/src/tools/determinism/remove_build_metadata.py", line 112, in remove_metadata
    with open(os.path.join(BASE_DIR, 'deterministic_build_blacklist.json')) as f:
IOError: [Errno 2] No such file or directory: '/b/swarming/w/ir/kitchen-workdir/src/tools/determinism/deterministic_build_blacklist.json'
step returned non-zero exit code: 1


It apparently fails silently, so I didn't notice until just now.


But remove_build_metadata.py is the wrong approach anyhow: Instead of writing the wrong bytes in the build and then fixing that up in a post build step, we should just write the right bytes in the first place.

Now that we're on lld on windows, we're also almost there already. remove_build_metadata.py tries to zap timestamps in zip files, but tikuta already made us write zip files without timestamps for everything but remoting already (issue 875279), so it's not really a problem that the step fails and does nothing.

We should just remove the step instead.
 
Blockedon: 729059
On the review, maruel points out that the original point of the script was apks, but that part is no longer needed and was in fact wrong ( bug 729059 ).
Project Member

Comment 3 by bugdroid1@chromium.org, Sep 10

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/tools/build/+/7a854b196207e6652e3de3f70bac92dac16927e1

commit 7a854b196207e6652e3de3f70bac92dac16927e1
Author: Nico Weber <thakis@chromium.org>
Date: Mon Sep 10 11:39:52 2018

Remove remove_build_metadata, build side

Bug:  882231 
Recipe-Nontrivial-Roll: build_limited_scripts_slave
Change-Id: Iec20cda61f271e063eaf4488c352e81ef12cc565
Reviewed-on: https://chromium-review.googlesource.com/1214630
Reviewed-by: Marc-Antoine Ruel <maruel@chromium.org>
Reviewed-by: Sergiy Byelozyorov <sergiyb@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>

[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_win10.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/findit/chromium/test.expected/flaky_tests.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/findit/chromium/test.expected/remove_culprits_for_flaky_failures.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/findit/chromium/test.expected/all_test_failed.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/chromium_trybot.expected/dynamic_swarmed_isolated_script_test_failure_no_result_json.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_debug.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_experimental.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipe_modules/chromium_tests/tests/api/compile_specific_targets.expected/linux_tests.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Deterministic_Linux.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_dbg.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_tsan2.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_linux_chromium_clobber_deterministic_fail.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win32_debug.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux_ubsan_vptr.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipe_modules/webrtc/api.py
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_win7.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux32_rel.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_experimental.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Mac_deterministic.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Deterministic_Android_fail.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/chromium.expected/build_dynamic_isolated_script_test_compile_target_overriden.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/more_configs.expected/full_client_webrtc_Linux__more_configs_.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/findit/chromium/test.expected/findit_culprit_in_first_sub_range.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_win64_debug__win8_.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/chromium_trybot.expected/swarmed_webkit_tests_interrupted.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_branches_mac__beta_.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/chromium.expected/build_dynamic_swarmed_isolated_script_test_compile_target_overidden.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Windows_Clang_deterministic.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win64_debug.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Deterministic_Linux__dbg__fail.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_ubsan_vptr.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Mac_deterministic_fail.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/chromium_trybot.expected/swarming_test_failure.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/findit/chromium/test.expected/use_analyze_set_to_False_for_non_linear_try_job.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_branches_win__beta_.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_android_asan__swarming_.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_linux_chromium_clobber_deterministic.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_win8.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android64__m_nexus5x_.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Deterministic_Android.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_dbg.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_rel.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/findit/chromium/test.expected/use_build_parameter_for_tests_non_json_buildbucket.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Windows_Clang_deterministic_fail.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win32_release__clang_.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_asan.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_linux_trusty.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32__m_nexus5x_.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_clang_rel.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/findit/chromium/flake.expected/flakiness_isolate_only.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/swarming/staging.expected/one_fails.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_win64_debug__win10_.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_arm64_rel.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win32_asan.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/findit/chromium/test.expected/use_abbreviated_revision_in_step_name.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_ubsan.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android64__m_nexus5x__dbg_.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux_tsan_v2.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/findit/chromium/test.expected/use_build_parameter_for_tests.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_dbg.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/findit/chromium/test.expected/unaffected_test_skipped_by_analyze.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/chromium_trybot.expected/dynamic_isolated_script_test_with_args_on_trybot.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_rel.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_debug_forced.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/more_configs.expected/full_tryserver_webrtc_win_more_configs.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/README.recipes.md
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_branches_mac__stable_.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/more_configs.expected/full_tryserver_webrtc_linux_more_configs.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux_msan.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win64_release.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux_asan.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_branches_linux__beta_.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win32_release.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Mac_deterministic__dbg_.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Deterministic_Android__dbg__fail.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_mac_10_11.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/chromium_trybot.expected/dynamic_isolated_script_test_on_trybot_passing.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/findit/chromium/flake.expected/flakiness_webkit_layout_tests.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32__m_nexus5x__failing_archive.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/chromium_trybot.expected/swarming_trigger_failure.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/chromium.expected/dynamic_swarmed_gtest_override_compile_targets.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/findit/chromium/test.expected/findit_consecutive_culprits.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux32_debug.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux_ubsan.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_asan.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/findit/chromium/test.expected/findit_culprit_in_last_sub_range.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Windows_deterministic.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_rel.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_experimental.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/chromium_trybot.expected/dynamic_isolated_script_test_on_trybot_failing.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/chromium.expected/dynamic_swarmed_gtest.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Deterministic_Android__dbg_.json
[delete] https://crrev.com/6f42970b1ed20ee27a11cd5d8074ba3d3af145d9/scripts/slave/recipe_modules/isolate/tests/remove_build_metadata.py
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/swarming/staging.expected/windows.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/chromium.expected/build_dynamic_swarmed_isolated_script_test.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/findit/chromium/test.expected/all_test_passed.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_dbg.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/findit/chromium/test.expected/webkit_layout_tests.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/chromium_trybot.expected/swarmed_layout_tests_too_many_failures_for_retcode.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Mac_deterministic__dbg__fail.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Windows_deterministic_fail.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/findit/chromium/flake.expected/flakiness_swarming_tests.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipe_modules/isolate/api.py
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_rel.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_release.json
[delete] https://crrev.com/6f42970b1ed20ee27a11cd5d8074ba3d3af145d9/scripts/slave/recipe_modules/isolate/tests/remove_build_metadata.expected/failure.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux32_dbg.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Deterministic_Linux__dbg_.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_debug_failing_test.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/chromium_trybot.expected/swarming_test_with_priority_expiration_and_timeout.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_branches_linux__stable_.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/findit/chromium/test.expected/findit_tests_multiple_culprits.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_branches_win__stable_.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/findit/chromium/flake.expected/use_build_parameter_for_tests.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipe_modules/chromium_tests/api.py
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac_asan.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32__m_nexus5x__dbg_.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/chromium.expected/build_dynamic_isolated_script_test.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_release.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_msan.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/findit/chromium/test.expected/swarming_tests.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_rel.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/findit/chromium/test.expected/findit_steps_multiple_culprits.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_memcheck.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/findit/chromium/test.expected/only_one_test_passed.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_android_perf__swarming_.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/swarming/deterministic_build.py
[delete] https://crrev.com/6f42970b1ed20ee27a11cd5d8074ba3d3af145d9/scripts/slave/recipe_modules/isolate/tests/remove_build_metadata.expected/basic.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/chromium_trybot.expected/swarmed_webkit_tests_unexpected_error.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Deterministic_Linux_fail.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_dbg.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_debug.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/findit/chromium/test.expected/builder_as_tester.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/findit/chromium/test.expected/findit_culprit_in_middle_sub_range.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_experimental.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/more_configs.expected/full_client_webrtc_Win__more_configs_.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/swarming/staging.expected/cros.json
[modify] https://crrev.com/7a854b196207e6652e3de3f70bac92dac16927e1/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_asan.json

Project Member

Comment 4 by bugdroid1@chromium.org, Sep 10

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/cab9b3cda0621e1ad8a0ac350ee6641601db9da2

commit cab9b3cda0621e1ad8a0ac350ee6641601db9da2
Author: Nico Weber <thakis@chromium.org>
Date: Mon Sep 10 11:43:15 2018

Remove remove_build_metadata, src side

Depends on https://chromium-review.googlesource.com/c/chromium/tools/build/+/1214630

Bug:  882231 
Change-Id: I3276fb8b2a6742e0c24c38b64b6593f139c940d6
Reviewed-on: https://chromium-review.googlesource.com/1214929
Reviewed-by: Marc-Antoine Ruel <maruel@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#589887}
[delete] https://crrev.com/52fecc3a1bd2bc1fc8c0a555a1956162bbb5bf48/tools/determinism/remove_build_metadata.py

Cc: mar...@chromium.org yyanagisawa@chromium.org dpranke@chromium.org
 Issue 732071  has been merged into this issue.
Status: Fixed (was: Started)

Sign in to add a comment