Skip to content

Commit b240ac0

Browse files
committed
set deb release artifacts as always required
1 parent 340bbc1 commit b240ac0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/praktika/native_jobs.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,9 @@ def check_affected_jobs():
383383

384384
affected_artifacts = []
385385
unaffected_jobs_with_artifacts = {}
386-
all_required_artifacts = set()
386+
# NOTE (strtgbb): We always want the build artifacts for our report.
387+
# If we make FinishCIReport a praktika job, we can remove this.
388+
all_required_artifacts = set(["DEB_AMD_RELEASE", "DEB_ARM_RELEASE"])
387389

388390
for job in workflow.jobs:
389391
# Skip native Praktika jobs

0 commit comments

Comments
 (0)