Add artifacts-page grabpl command (#51894)

This commit is contained in:
Dimitris Sotirakis
2022-07-07 11:00:28 -04:00
committed by GitHub
parent 849134b5dd
commit 5cbb7003c0
4 changed files with 56 additions and 4 deletions
+12
View File
@@ -1173,6 +1173,18 @@ def verify_gen_cue_step(edition):
],
}
def artifacts_page_step():
return {
'name': 'artifacts-page',
'image': build_image,
'depends_on': [
'grabpl',
],
'commands': [
'./bin/grabpl artifacts-page',
],
}
def end_to_end_tests_deps(edition):
if disable_tests:
return []