Rename URM helpers and credentials to Artifactory naming in CI and build config [databricks]#14678
Rename URM helpers and credentials to Artifactory naming in CI and build config [databricks]#14678NvTimLiu wants to merge 2 commits intoNVIDIA:mainfrom
Conversation
…ild config Signed-off-by: timl <[email protected]>
Greptile SummaryThis PR renames all Confidence Score: 5/5Safe to merge — purely a variable/env rename with no logic changes; all occurrences updated consistently. All changed files are CI/build scripts with no Scala/Java/Python logic changes. The rename from URM_* to ART_* is applied uniformly across all 11 files. The only previously-noted concern (Jenkins credential store ID jenkins/Jenkinsfile-blossom.premerge — confirm the Jenkins credential store ID matches the expected name after migration. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Jenkins Pipeline\nJenkinsfile-blossom.premerge] -->|ART_URL\nART_CREDS| B[Maven Settings\nsettings.xml]
A -->|ART_URL\nART_CREDS| C[Ivy Settings\nivysettings.xml]
A -->|ART_URL| D[Dockerfile\nDockerfile-blossom.integration.rocky]
A -->|ART_URL| E[hybrid_execution.sh]
A -->|ART_URL| F[version-def.sh]
A -->|ART_URL| G[spark-nightly-build.sh]
A -->|ART_URL| H[databricks/deploy.sh]
A -->|ART_URL| I[scripts/prioritize-commits.sh]
B -->|ART_URL| J[dist/build/\npackage-parallel-worlds.py]
B -->|ART_URL| K[dist/maven-antrun/\nbuild-parallel-worlds.xml]
Reviews (2): Last reviewed commit: "Update license header" | Re-trigger Greptile |
Signed-off-by: timl <[email protected]>
To fix: #14677
Documentation
Testing
(Please provide the names of the existing tests in the PR description.)
Performance