We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 340bbc1 commit b240ac0Copy full SHA for b240ac0
ci/praktika/native_jobs.py
@@ -383,7 +383,9 @@ def check_affected_jobs():
383
384
affected_artifacts = []
385
unaffected_jobs_with_artifacts = {}
386
- all_required_artifacts = set()
+ # 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"])
389
390
for job in workflow.jobs:
391
# Skip native Praktika jobs
0 commit comments