fix: CI fixes — tests, lint, env vars, CLI subcommand alignment #41
No reviewers
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_proc!41
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_ci_fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
job_idfield in testLogEntryconstructors (compilation error)#[allow(dead_code)]ongenerate_run_name, collapse nestedif letjob_logsandjob_log_archivefilter byjob_idfield instead of wrongsrc="job_{id}"patternFORGE_TOKENandWEBROOTenv vars to spawnedhero_proc_serverFORGE_TOKEN/FORGEJO_TOKENsecrets tobuild.yamlandtest.yamlrun_createtests: add requirednameparameterTest Results
All unit, integration, CLI, and bash tests pass.
ci: Add Forge and Forgejo tokens to test envto ci: Fix CIjob_logs and job_log_archive queried with src="job_{id}" but the executor inserts logs with src=action_name. Now that LogEntry has a dedicated job_id field, query by that directly. This fixes job log retrieval for all jobs.ci: Fix CIto fix: CI fixes — tests, lint, env vars, CLI subcommand alignment