[roll] Roll infra/recipes [rust_llvm_trigger] Check both rust and llvm revision when scheduling new build

Before this patch, this builder only uses llvm_revision as the key to check if
a pending job was already scheduled and avoid repeated scheduling. This patch
updates the builder to use both rust revision and llvm revision when scheduling
a job. This behavior is required for building rust toolchain against integration
clang prebuilts.

Original-Bug: 372548313
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1244486
Original-Revision: 4ffc331fbf86a966aa4cfff05941460ee2b5338f
GitOrigin-RevId: 010588ce115048662eb601c76999c8cf2e707159
Change-Id: I85b51c5cf34b9f5d7634eabf86b78550a40cd23c
1 file changed
tree: 84f2a539bd1b7d3c9c9f899227df8a1d8de9ccd4
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.