-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Leverage Existing Artifacts
Yi Zhang edited this page Aug 1, 2022
·
1 revision
Genearlly, one complete CI workflow includes building and testing. Testing depends on the artifacts generated by building. Some changes, like workflow yaml or testing code, have nothing with building. For this case, it would save a lot of time if the CI workflow could run testing directly with previous building artifacts. Because we could skip unnececssary building stage.
Note that previous run's artifacts could only be used in manullay trigggering builds
2. After updating changes, start a new run and select Use specific artifact
. The specific runId could be get from the URL.
So far, this feature is supported in Android workflow
Please use the learning roadmap on the home wiki page for building general understanding of ORT.