[roll] Roll infra/recipes [recipes] Check for empty results_dir string when constructing path

When processing a skipped shard, an empty string is passed
as the results_dir. Using config_types.Path.join() resulted in no errors, but it has been deprecated. The preferred function, config_types.Path.joinpath(), doesn't work on an empty string, so now we validate that results_dir isn't an empty string.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1040563
Original-Revision: a304a93e3b5b624fc6af21d5ad6e353d6cfe403c
GitOrigin-RevId: 8e622f0fb2689085026cef28ca59cb5bf3467341
Change-Id: I6504593eb35ffc05a40ff1e2069257440f9bbfaa
1 file changed
tree: 94e4cc729ff390ad6961f1b9eeb88f72607f71a9
  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 via the IRC channel #fuchsia on Freenode.

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.