Skip to content

Commit 0f7bc36

Browse files
authored
[RAPTOR-12602] update test pipeline (#1477)
1 parent 1fd2959 commit 0f7bc36

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed
Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
inputSet:
22
name: default_on_pr_input
3+
tags: {}
34
identifier: default_on_pr_input
45
orgIdentifier: Custom_Models
56
projectIdentifier: datarobotusermodels
@@ -10,6 +11,9 @@ inputSet:
1011
type: String
1112
value: datarobot-user-models
1213
- name: target_branch
14+
type: String
15+
value: <+trigger.targetBranch>
16+
- name: source_branch
1317
type: String
1418
value: <+trigger.sourceBranch>
1519
- name: envs_parent_folders_to_include
@@ -18,10 +22,3 @@ inputSet:
1822
- name: force_requirements_upgrade
1923
type: String
2024
value: "false"
21-
properties:
22-
ci:
23-
codebase:
24-
build:
25-
type: PR
26-
spec:
27-
number: <+trigger.prNumber>

.harness/test_functional_by_framework_multisteps.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ pipeline:
1515
- name: target_repo
1616
type: String
1717
value: <+pipeline.variables.target_repo>
18-
- name: target_repo_branch
18+
- name: target_repo_source_branch
19+
type: String
20+
value: <+pipeline.variables.source_branch>
21+
- name: target_repo_target_branch
1922
type: String
2023
value: <+pipeline.variables.target_branch>
2124
- name: envs_parent_folders
@@ -230,6 +233,11 @@ pipeline:
230233
required: true
231234
value: <+input>
232235
- name: target_branch
236+
type: String
237+
description: Target branch (master, release/10.2)
238+
required: false
239+
value: <+input>
240+
- name: source_branch
233241
type: String
234242
description: ""
235243
required: false

0 commit comments

Comments
 (0)