Skip to content

Commit

Permalink
DOP-4414 testing job prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar committed Mar 15, 2024
1 parent bed862c commit 304cc33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/controllers/v2/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,10 @@ export const triggerSmokeTestAutomatedBuild = async (event: APIGatewayEvent): Pr
);
}

const jobPrefix = repoInfo?.prefix ? repoInfo['prefix'][env] : '';
const jobPrefix = 'testing';
// repoInfo?.prefix ? repoInfo['prefix'][env] : '';
//add commit hash to jobPrefix here?
// const ammendedJobPrefix = body.after ? jobPrefix + body.after : jobPrefix;
// const prefix = ammendedJobPrefix;
// const prefix = jobPrefix + "/" + body.workflow_run.head_sha;

const payload = await createPayload(repoName, true, jobPrefix, repoBranchesRepository, repoInfo, repoOwner);

Expand Down

0 comments on commit 304cc33

Please sign in to comment.