Revert "[sdk] Use fallback sdk versions for e2e testing."

This reverts commit 2f2ff33a1e0bdfebc6fa5027f84fb6df0dd87b67.

Reason for revert: This change inadvertently allowed sdks without uploaded companion images to roll, resulting in breaking SDKs landing in OOT repos.

Original change's description:
> [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>

Bug: 315215967, 324151081
Change-Id: I5ff3104204f3c90587376917779151b0944af475
Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia-infra-bazel-rules/+/992275
Fuchsia-Auto-Submit: Darren Chan <chandarren@google.com>
Reviewed-by: Trevor Young <trev@google.com>
Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com>
2 files changed
tree: e5e905bc951daea3bee0792fed00adc14c0b2505
  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.