Skip to content

Commit

Permalink
[infra] Temporary revert bad_build_check until most of the targets ge…
Browse files Browse the repository at this point in the history
…t fixed. (#831)

Need to take a closer look at the following issues:
- #815
- #816
- #817
- #818
- #819
- #820
- #821
- #822
- #823
- #824
- #825
- #826
- #827
- #828
- #829
- #830
  • Loading branch information
Dor1s authored and oliverchang committed Sep 6, 2017
1 parent e63a5c3 commit 718db91
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions infra/gcb/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,6 @@ def get_build_steps(project_yaml, dockerfile_path):

env.append('OUT=' + out)

# To disable running of all fuzz targets while doing |test_all| step.
env.append('SKIP_TEST_TARGET_RUN=1')

workdir = workdir_from_dockerfile(dockerfile_path)
if not workdir:
workdir = '/src'
Expand All @@ -209,17 +206,6 @@ def get_build_steps(project_yaml, dockerfile_path):
'rm -r /out && cd /src && cd {1} && mkdir -p {0} && compile && rm -rf /work && rm -rf /src'.format(out, workdir),
],
},
# test binaries
{'name': 'gcr.io/oss-fuzz-base/base-runner',
'env': env,
'args': [
'bash',
'-c',
# Verify that fuzzers have been built properly and are not broken.
# TODO(mmoroz): raise a notification if not passing the tests.
'test_all'
]
},
# zip binaries
{'name': image,
'args': [
Expand Down

0 comments on commit 718db91

Please sign in to comment.