summaryrefslogtreecommitdiff
path: root/cbuildbot/stages/artifact_stages_unittest.py
diff options
context:
space:
mode:
authorMike Frysinger <vapier@chromium.org>2014-09-12 03:39:28 -0400
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-09-25 22:49:54 +0000
commit6f601fe168ac6cff40fd3040e5a2d234120adc93 (patch)
tree7fff99c2ba6db0c2b3bd108b0397f4423ee8e44b /cbuildbot/stages/artifact_stages_unittest.py
parent35bce769ec62d046d2c73447903c72d6d8dc9e99 (diff)
downloadchromite-6f601fe168ac6cff40fd3040e5a2d234120adc93.tar.gz
overlays: look up boards by repo_name rather than path
Refactored the unittests too to build up a local tree of files to test against. This way the public/private logic can be verified regardless of the manifest you have. BUG=chromium:407604 TEST=`./cbuildbot/run_tests` works w/private & w/public manifest TEST=`cros_list_overlays` is unchanged TEST=`cros_list_overlays --board amd64-generic` is unchanged (pub only) TEST=`cros_list_overlays --board parrot` is unchanged (pub & priv) TEST=`cros_list_overlays --board parrot_ivb` is unchanged (variant pub & priv) TEST=`cros_list_overlays --board samus` is unchanged (priv only) Change-Id: I983a4c8651226ad9d70291e6d70939afe9754ded Reviewed-on: https://chromium-review.googlesource.com/218234 Reviewed-by: Gabe Black <gabeblack@chromium.org> Commit-Queue: Mike Frysinger <vapier@chromium.org> Tested-by: Mike Frysinger <vapier@chromium.org>
Diffstat (limited to 'cbuildbot/stages/artifact_stages_unittest.py')
-rwxr-xr-xcbuildbot/stages/artifact_stages_unittest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cbuildbot/stages/artifact_stages_unittest.py b/cbuildbot/stages/artifact_stages_unittest.py
index ea52785ce..ff1dd96cc 100755
--- a/cbuildbot/stages/artifact_stages_unittest.py
+++ b/cbuildbot/stages/artifact_stages_unittest.py
@@ -551,7 +551,7 @@ class UploadTestArtifactsStageTest(build_stages_unittest.AllConfigsTestCase):
def testAllConfigs(self):
"""Test all major configurations"""
- self.RunAllConfigs(self.RunTestsWithBotId)
+ self.RunAllConfigs(self.RunTestsWithBotId, skip_missing=True)
# TODO: Delete ArchivingMock once ArchivingStage is deprecated.