Skip to content

Commit

Permalink
Add repository url as build parameter
Browse files Browse the repository at this point in the history
Keep https://github.com/tiiuae/ci-test-automation/
as the default value.

Signed-off-by: Samuli Leivo <[email protected]>
  • Loading branch information
leivos-unikie committed Nov 29, 2024
1 parent 2764a7b commit 6586cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/x-ghaf-hw-test.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

////////////////////////////////////////////////////////////////////////////////

def REPO_URL = 'https://github.com/tiiuae/ci-test-automation/'
def TMP_IMG_DIR = './image'
def CONF_FILE_PATH = '/etc/jenkins/test_config.json'

////////////////////////////////////////////////////////////////////////////////

properties([
parameters([
string(name: 'REPO_URL', defaultValue: 'https://github.com/tiiuae/ci-test-automation/', description: 'Select ci-test-automation repository. Allow testing also with a forked repository'),
string(name: 'IMG_URL', defaultValue: 'https://ghaf-jenkins-controller-dev.northeurope.cloudapp.azure.com/artifacts/ghaf-release-pipeline/build_8-commit_5c270677069b96cc43ae2578a72ece272d7e1a37/packages.aarch64-linux.nvidia-jetson-orin-nx-debug/sd-image/nixos-sd-image-24.11.20240802.c488d21-aarch64-linux.img.zst', description: 'Target image url'),
string(name: 'BRANCH', defaultValue: 'main', description: 'ci-test-automation branch to checkout'),
string(name: 'TEST_TAGS', defaultValue: '', description: 'Target test tags device need to match with given image URL!(combination of device and tag(s) or just a tag e.g.: bootANDorin-nx, SP-T65, SP-T45ORSP-T60 etc..)'),
Expand Down

0 comments on commit 6586cfd

Please sign in to comment.