add depends on

This commit is contained in:
Swikriti Tripathi
2022-07-20 16:29:27 +05:45
parent a6069760ef
commit a0ec85dc16

View File

@@ -284,6 +284,7 @@ def yarnCache(ctx):
restoreBuildArtifactCache(ctx, "web-dist", "webTestRunner") +
yarnInstallUITests() +
rebuildBuildArtifactCache(ctx, "tests-yarn", "webTestRunner/tests/acceptance/.yarn"),
"depends_on": getPipelineNames(buildCacheWeb(ctx)),
"trigger": {
"ref": [
"refs/heads/master",