Skip to content
Open

test #1613

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
299d386
[cherry-pick] [RAPTOR-13903] Bump moderation lib version again (#1527…
amarmudrankit Jun 24, 2025
225b285
[cherry-pick] [RAPTOR-13924] Remove python311_genai environment (#153…
amarmudrankit Jun 25, 2025
898a61b
[cherry-pick][RAPTOR-14024] set PYTHONUNBUFFERED=1 in vllm env (#1537)
yakov-g Jun 25, 2025
22d933f
[cherry-pick] Migrate opensource envs to chainguard (#1526) (#1538)
yakov-g Jun 25, 2025
25f19f4
[cherry-pick][VUL-11510] Bulk resolved CVEs (#1541) (#1544)
yakov-g Jun 30, 2025
0a4a194
[RAPTOR-14067] bump drum and mlops in all the envs (#1546) (#1547)
yakov-g Jul 1, 2025
dfde9a0
[cherry-pick] [release 11.1] [BUZZOK-26626] [BUZZOK-26641] Update req…
mjnitz02 Jul 1, 2025
383f993
[RAPTOR-14113] bump drum in VLLM env to 1.16.20
yakov-g Jul 3, 2025
0c60ed2
Revert "[RAPTOR-14113] bump drum in VLLM env to 1.16.20"
yakov-g Jul 3, 2025
5aab425
[RAPTOR-14113] bump drum in VLLM env to 1.16.20 (#1553)
yakov-g Jul 3, 2025
fd04539
[cherry-pick] [release 11.1] [VUL-14360][VUL-9146][VUL-11518][VUL-115…
peterzdeb Jul 3, 2025
19ced62
[BUZZOK-26654] Backport pillow CVE to genai agents (#1559)
mjnitz02 Jul 8, 2025
c3eb168
[cherry-pick][RAPTOR-14144] Bump moderation lib version (#1562)
amarmudrankit Jul 9, 2025
f285b21
[cherry-pick] [BUZZOK-26743] Update environment with latest CVE and c…
mjnitz02 Jul 9, 2025
78bd76b
[cherry-pick] [BUZZOK-26753] [BUZZOK-26713] Fix llama-index CVE in ge…
mjnitz02 Jul 10, 2025
91b5d12
[cherry-pick] [BUZZOK-26787] Force remove outdated asyncio package fr…
mjnitz02 Jul 11, 2025
fccae2c
[cherry-pick][RAPTOR-14178] improve harness images build pipeline (#1…
yakov-g Jul 11, 2025
84d58af
[RAPTOR-14205] update pipeline to a new reconcile template version to…
yakov-g Jul 11, 2025
7dd72eb
[RAPTOR-14207] change pipeline identifier to prettify status message …
yakov-g Jul 11, 2025
bc329c5
[RAPTOR-14179] Bump env ver ids for CVE-2025-6069 (#1580)
nullspoon Jul 11, 2025
cf505d4
[cherry-pick][RAPTOR-14202] Fix annoylib compilation (#1586)
amarmudrankit Jul 12, 2025
e5342fd
[APP-4435] Fix CVEs in Apps Dockefiles (#1596)
andriykislitsyn Jul 21, 2025
aae4247
[BUZZOK-26790] Remove asyncio from datarobot moderations (#1601)
amarmudrankit Jul 23, 2025
3bc456f
[RAPTOR-14394] Bump env_info versions (#1612)
nullspoon Aug 4, 2025
d9af7d3
test
yakov-g Aug 4, 2025
2ee8d3d
Reconcile dependencies, updated IDs, tags
svc-harness-git2 Aug 4, 2025
cbeaba1
change2
yakov-g Aug 4, 2025
a650be8
Reconcile dependencies, updated IDs, tags
svc-harness-git2 Aug 4, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 0 additions & 33 deletions .harness/python311_genai_default_pr_input.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions .harness/python311_genai_image_build_default_pr_input.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions .harness/python311_genai_local_default_pr_input.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .harness/python311_genai_local_image_build_default_pr_input.yaml

This file was deleted.

33 changes: 0 additions & 33 deletions .harness/python311_genai_local_on_pr.yaml

This file was deleted.

33 changes: 0 additions & 33 deletions .harness/python311_genai_local_on_push_master.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .harness/python311_genai_publish_to_docker_pr_input.yaml

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions .harness/python311_genai_trivy_scan_pr_input.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions .harness/python311_genai_update_env_version_pr_input.yaml

This file was deleted.

6 changes: 3 additions & 3 deletions .harness/reusable_build_images.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pipeline:
name: WIP REUSABLE PIPELINE to build images
identifier: WIP_build_images
identifier: envs_image_build
projectIdentifier: datarobotusermodels
orgIdentifier: Custom_Models
tags: {}
Expand Down Expand Up @@ -100,7 +100,7 @@ pipeline:
condition: <+pipeline.variables.envs_folders>!=""
- stage:
name: build images
identifier: build_images
identifier: build_img
description: ""
type: CI
spec:
Expand Down Expand Up @@ -136,7 +136,7 @@ pipeline:
strategy:
matrix:
image: <+json.list("images", <+pipeline.stages.get_changes_and_output_images_build_matrix.spec.execution.steps.Build_params_matrix.output.outputVariables.matrix_json>)>
nodeName: <+matrix.image.repository>:<+matrix.image.tag>
nodeName: <+strategy.iteration>-<+matrix.image.repository>:<+matrix.image.tag>
description: |-
This pipeline can be used in other repositories to:
* detect which environments have changed. Environment is a folder with env_info.json
Expand Down
15 changes: 12 additions & 3 deletions .harness/test_functional_by_framework_multisteps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pipeline:
identifier: Reconcile_envVersionIds_requirements
template:
templateRef: org.Execution_Environments_Reconcile_Stage
versionLabel: v1
versionLabel: v2
templateInputs:
type: CI
variables:
Expand All @@ -34,10 +34,10 @@ pipeline:
type: Pipeline
spec:
org: Custom_Models
pipeline: WIP_build_images
pipeline: envs_image_build
project: datarobotusermodels
inputs:
identifier: WIP_build_images
identifier: envs_image_build
variables:
- name: repo
type: String
Expand Down Expand Up @@ -254,3 +254,12 @@ pipeline:
description: Whether to force all requirements update to the latest versions
required: false
value: <+input>.default(false).allowedValues(true,false)
properties:
ci:
codebase:
connectorRef: account.svc_harness_git1
repoName: <+pipeline.variables.target_repo>
build:
type: branch
spec:
branch: <+pipeline.variables.source_branch>
4 changes: 2 additions & 2 deletions .harness/test_functional_general.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pipeline:
shell: Bash
command: |-
./harness_scripts/functional_general/mlops_reporting_entrypoint.sh \
<+secrets.getValue("account.dockerhubdatarobotread2orgread1")>
<+secrets.getValue("org.genai-systems-dockerhub-login")> <+secrets.getValue("org.genai-systems-dockerhub-token")>
resources:
limits:
memory: 3G
Expand Down Expand Up @@ -92,7 +92,7 @@ pipeline:
shell: Bash
command: |
./harness_scripts/functional_general/general_tests_entrypoint.sh \
<+secrets.getValue("account.dockerhubdatarobotread2orgread1")>
<+secrets.getValue("org.genai-systems-dockerhub-login")> <+secrets.getValue("org.genai-systems-dockerhub-token")>
resources:
limits:
memory: 8G
Expand Down
1 change: 0 additions & 1 deletion DRCODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
/model_templates/proxy_model_datarobot @datarobot/genai-systems
/model_templates/triton_onnx_unstructured @datarobot/genai-systems
/public_dropin_environments/java_codegen @datarobot/genai-systems
/public_dropin_environments/python311_genai @datarobot/buzok
/public_dropin_environments/python311_genai_agents @datarobot/buzok
/public_dropin_environments/python3_keras @datarobot/genai-systems @datarobot/core-modeling
/public_dropin_environments/python3_onnx @datarobot/genai-systems
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
. ${script_dir}/../common/common.sh

DOCKER_HUB_SECRET=$1
DOCKER_HUB_USERNAME=$1
DOCKER_HUB_SECRET=$2
if [ -n "$HARNESS_BUILD_ID" ]; then
title "Running within a Harness pipeline."
[ -z $DOCKER_HUB_SECRET ] && echo "Docker HUB secret is expected as an input argument" && exit 1
docker login -u datarobotread2 -p $DOCKER_HUB_SECRET || { echo "Docker login failed"; exit 1; }
docker login -u $DOCKER_HUB_USERNAME -p $DOCKER_HUB_SECRET || { echo "Docker login failed"; exit 1; }
fi

title "Build image for tests"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
. ${script_dir}/../common/common.sh
. ${script_dir}/../../tools/create-and-source-venv.sh

DOCKER_HUB_SECRET=$1
DOCKER_HUB_USERNAME=$1
DOCKER_HUB_SECRET=$2
if [ -n "$HARNESS_BUILD_ID" ]; then
title "Running within a Harness pipeline."
[ -z $DOCKER_HUB_SECRET ] && echo "Docker HUB secret is expected as an input argument" && exit 1
docker login -u datarobotread2 -p $DOCKER_HUB_SECRET || { echo "Docker login failed"; exit 1; }
docker login -u $DOCKER_HUB_USERNAME -p $DOCKER_HUB_SECRET || { echo "Docker login failed"; exit 1; }
fi

title "Preparing to test"
Expand Down
2 changes: 0 additions & 2 deletions jenkins/test_functional_per_framework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ elif [ "$1" = "python3_pmml" ]; then
DOCKER_IMAGE="python3_pmml"
elif [ "$1" = "python3_pytorch" ]; then
DOCKER_IMAGE="python3_pytorch"
elif [ "$1" = "python311_genai" ]; then
DOCKER_IMAGE="python311_genai"
elif [ "$1" = "python3_sklearn" ]; then
DOCKER_IMAGE="python3_sklearn"
elif [ "$1" = "python3_xgboost" ]; then
Expand Down
Loading