From 0bb932732e4ea78ca3605e524bc5653476dee794 Mon Sep 17 00:00:00 2001 From: Mikhail Goncharov Date: Tue, 7 Mar 2023 16:16:13 +0100 Subject: [PATCH] Libfuzzer tests are flaky, disabling them for now --- scripts/buildkite/sample_build.py | 9 +++------ scripts/run_cmake_config.yaml | 1 + 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/scripts/buildkite/sample_build.py b/scripts/buildkite/sample_build.py index 79e62f8..ab4f58c 100644 --- a/scripts/buildkite/sample_build.py +++ b/scripts/buildkite/sample_build.py @@ -3,8 +3,6 @@ import json import argparse import requests -# print(json.loads(re.json())) - if __name__ == '__main__': parser = argparse.ArgumentParser(description='Run sample build on buildkite.') parser.add_argument('--dryrun', action='store_true') @@ -18,14 +16,13 @@ if __name__ == '__main__': 'ph_log_level': 'DEBUG', #'ph_skip_linux': 'skip', #'ph_linux_agents': '{"queue": "linux-google-test"}', - 'ph_linux_agents': '{"queue": "linux"}', + 'ph_linux_agents': '{"queue": "linux-test"}', # 'ph_linux_agents': '{"queue": "linux-clang15-test"}', # 'ph_skip_windows': 'skip', - 'ph_windows_agents': f'{{"name": "win-dev", "queue": "windows-test"}}', - # 'ph_windows_agents': f'{{"queue": "windows"}}', + #'ph_windows_agents': f'{{"name": "win-dev", "queue": "windows-test"}}', + 'ph_windows_agents': '{"queue": "windows-test"}', # 'ph_scripts_refspec': 'windows-vscmd', 'ph_projects': 'all', - 'ph_skip_windows': 'skip', # 'ph_windows_agents': f'{{"name": "", "queue": "{queue}"}}', }}) print(d) diff --git a/scripts/run_cmake_config.yaml b/scripts/run_cmake_config.yaml index 9d04c4e..5691d55 100644 --- a/scripts/run_cmake_config.yaml +++ b/scripts/run_cmake_config.yaml @@ -22,6 +22,7 @@ arguments: - '-D CMAKE_BUILD_TYPE=Release' - '-D LLVM_ENABLE_ASSERTIONS=ON' - '-D LLVM_BUILD_EXAMPLES=ON' + - '-D COMPILER_RT_BUILD_LIBFUZZER=OFF' # Libfuzzer tests are flaky. - '-D LLVM_LIT_ARGS="-v --xunit-xml-output test-results.xml"' linux: # CCACHE is enabled in script iff environment variable `CCACHE_DIR` is set