Skip to content

Commit

Permalink
Rename set_tls_pr_environment
Browse files Browse the repository at this point in the history
Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
  • Loading branch information
bensze01 committed Sep 22, 2023
1 parent 185c87b commit 64a1498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vars/environ.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def set_common_environment() {
env.MAKEFLAGS = '-j2'
}

void set_tls_pr_environment(boolean is_production, String repo='tls') {
void set_pr_environment(boolean is_production, String repo='tls') {
set_common_environment()
env.JOB_TYPE = 'PR'
env.TARGET_REPO = repo
Expand Down
2 changes: 1 addition & 1 deletion vars/mbedtls.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ void run_pr_job(boolean is_production=true, String repo='tls') {
])
}

environ.set_tls_pr_environment(is_production, repo)
environ.set_pr_environment(is_production, repo)
common.maybe_notify_github('PENDING', 'In progress')

if (!common.is_open_ci_env && env.BRANCH_NAME ==~ /gh-readonly-queue\/.*/) {
Expand Down

0 comments on commit 64a1498

Please sign in to comment.