Skip to content

Commit ea81810

Browse files
[YOLO] Update pipeline Test functional by framework - multisteps (#1453)
1 parent 50d26b8 commit ea81810

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

.harness/pipelines/test_functional_by_framework_multisteps/input_sets/default_on_pr_input.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ inputSet:
55
projectIdentifier: datarobotusermodels
66
pipeline:
77
identifier: Test_functional_by_framework_multisteps
8+
variables:
9+
- name: target_repo
10+
type: String
11+
value: datarobot-user-models
12+
- name: target_branch
13+
type: String
14+
value: <+trigger.sourceBranch>
15+
- name: envs_parent_folders_to_include
16+
type: String
17+
value: ""
18+
- name: force_requirements_upgrade
19+
type: String
20+
value: "false"
821
properties:
922
ci:
1023
codebase:

.harness/reusable_build_images.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,11 @@ pipeline:
4141
spec:
4242
shell: Bash
4343
command: |-
44-
echo "Hello"
44+
echo "Reading environments to populate list of images to build"
4545
pwd
4646
ls -la
47+
git log -2
48+
4749
IFS=',' read -ra DIR_ARRAY <<< "<+pipeline.variables.envs_folders>"
4850
4951
json_array="[]"

.harness/test_functional_by_framework_multisteps.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ pipeline:
6363
connectorRef: account.dockerhub_datarobot_read
6464
shell: Sh
6565
command: |-
66+
git log -2
6667
matrix_values=$(python3 ./harness_scripts/functional_by_framework_multistep/generate_testlist.py ./tests/functional/test_per_framework.json ./)
6768
echo ${matrix_values}
6869
outputVariables:

0 commit comments

Comments
 (0)