Compiler performance smoke tests are currently broken #78654
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
continuous integration
performance
Description
the swift-ci job that run when you invoke
@swift-ci Please smoke test compiler performance
appears to currently be broken (and likely has been for some time). as shown here, at least one of the projects in the suite is trying to check out a non-existent commit from the target repository, which causes the job to fail.a potential fix is to adjust each configuration to ensure the commits reference release tags in the repo (which hopefully should 'always' exist).
Reproduction
invoke the job on an open PR to see the issue
Expected behavior
the job should successfully check out the performance testing suite targets (and ideally run to completion)
Environment
n/a
Additional information
No response
The text was updated successfully, but these errors were encountered: