Skip to content

Commit d9c2cc0

Browse files
committed
(PE-42665) Make run_cd4pe_job task public
This commit undoes a previous change that made the `run_cd4pe_job` task private. This hid the task from the PE console, which was desirable so that users would not be able to run it directly, outside of CD. However, with this change, users of PE 2025.6 were also no longer able to give the CD service account user permission to run this task, meaning that all CD jobs would fail. So until we figure out a better long-term solution, this commit makes the task public again. This commit also updates the task description to make it more clear how it is intended to be run, and to discourage users from running it directly.
1 parent 8e232ef commit d9c2cc0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tasks/run_cd4pe_job.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
"private": true,
3-
"description": "Retrieves the Puppet control repo and job script for the specified job instance id.",
2+
"description": "Used by Continuous Delivery pipelines to execute testing jobs on job hardware.",
43
"parameters": {
54
"job_instance_id": {
65
"type": "String[1]",

0 commit comments

Comments
 (0)