Skip to content

Commit

Permalink
Change resource url
Browse files Browse the repository at this point in the history
  • Loading branch information
val500 committed Jul 18, 2024

Verified

This commit was signed with the committer’s verified signature.
Robbepop Robin Freyler
1 parent 8a469fc commit fd6c29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/testflinger_agent/agent.py
Original file line number Diff line number Diff line change
@@ -220,7 +220,7 @@ def process_jobs(self):
logger.info("Starting job %s", job.job_id)
event_emitter.emit_event(
TestEvent.JOB_START,
f"{self.client.server}/job/{job.job_id}/events",
f"{self.client.server}/jobs/{job.job_id}",
)
rundir = os.path.join(
self.client.config.get("execution_basedir"), job.job_id

0 comments on commit fd6c29d

Please sign in to comment.