[sdk] Use fallback sdk versions for e2e testing.

The E2E testing flow triggered by fuchsia.git's bazel sdk builder
overrides the bazel sdk used by a project via `package_overrides.json`.

However, the overridden bazel sdk is not released and thus does not
have product bundles associated with its sdk version, breaking the
product bundle resolving flow when resolving the test manifest.

Resolve this by falling back on the version tags in
@fuchsia_infra//manifests:bazel_sdk.resolved.

Fixed: 315215967
Change-Id: Icdee9030e53a3755f9de7f627bdd2fc29ad745bb
Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia-infra-bazel-rules/+/984314
Reviewed-by: Chase Latta <chaselatta@google.com>
Commit-Queue: Darren Chan <chandarren@google.com>
2 files changed
tree: 19a96bf55f0b03f6efbfbe9f7f58fe9679069ebb
  1. cipd/
  2. config/
  3. infra/
  4. manifests/
  5. scripts/
  6. shac/
  7. tests/
  8. third_party/
  9. .bazelrc
  10. .gitignore
  11. .gitmodules
  12. AUTHORS
  13. BUILD.bazel
  14. CONTRIBUTING.md
  15. LICENSE
  16. OWNERS
  17. PATENTS
  18. README.md
  19. WORKSPACE.bazel
  20. workspace.bzl
README.md

Fuchsia Infra Bazel Rules

This repository provides tools and Bazel rules for helping projects integrate with Fuchsia's CI infrastructure.