diff options
-rw-r--r-- | jjb/ci-AGL-verify/ci-platform-jjb.yaml | 2 | ||||
-rw-r--r-- | jjb/snapshot-jjb-container/snapshot-jjb-container.yaml | 8 | ||||
-rw-r--r-- | jjb/test-lava/test-lava.yaml | 36 |
3 files changed, 23 insertions, 23 deletions
diff --git a/jjb/ci-AGL-verify/ci-platform-jjb.yaml b/jjb/ci-AGL-verify/ci-platform-jjb.yaml index eced1eec..5f95948e 100644 --- a/jjb/ci-AGL-verify/ci-platform-jjb.yaml +++ b/jjb/ci-AGL-verify/ci-platform-jjb.yaml @@ -544,4 +544,4 @@ - shell: | #set echo "#### CIBT +1 ####" - ssh -p 29418 agl-jobbuilder@gerrit.automotivelinux.org gerrit review ${{GERRIT_CHANGE_NUMBER}},${{GERRIT_PATCHSET_NUMBER}} --label ci-image-boot-test=+1 -n NONE --message='CI-Image-Boot-Test\ finished' || true + ssh -p 29418 agl-jobbuilder@gerrit.automotivelinux.org gerrit review ${{GERRIT_CHANGE_NUMBER}},${{GERRIT_PATCHSET_NUMBER}} --verified +1 --label ci-image-build=+1 --label ci-image-boot-test=+1 -n NONE --message='CI-Image-Boot-Test\ finished' || true diff --git a/jjb/snapshot-jjb-container/snapshot-jjb-container.yaml b/jjb/snapshot-jjb-container/snapshot-jjb-container.yaml index 2490fcc3..a733c09d 100644 --- a/jjb/snapshot-jjb-container/snapshot-jjb-container.yaml +++ b/jjb/snapshot-jjb-container/snapshot-jjb-container.yaml @@ -1,7 +1,8 @@ +--- - project: name: snapshot-jjb-container jobs: - - snapshot-jjb-container-weekly + - snapshot-jjb-container-weekly - job-template: name: 'snapshot-jjb-container-weekly' @@ -24,7 +25,6 @@ builders: - shell: - !include-raw-escape: include-createcontainer.sh + !include-raw-escape: include-createcontainer.sh - shell: - !include-raw-escape: include-rsync-container.sh - + !include-raw-escape: include-rsync-container.sh diff --git a/jjb/test-lava/test-lava.yaml b/jjb/test-lava/test-lava.yaml index e30a8962..4f0a20c0 100644 --- a/jjb/test-lava/test-lava.yaml +++ b/jjb/test-lava/test-lava.yaml @@ -1,7 +1,8 @@ +--- - project: name: test-lava jobs: - - test-lava + - test-lava - job-template: name: 'test-lava' @@ -48,10 +49,10 @@ artifact-days-to-keep: -1 artifact-num-to-keep: 5 -# triggers: -# - gerrit-trigger-patch-submitted-silent: -# name: 'AGL/AGL-repo' -# branch: 'refs/tags/chinook/**' + # triggers: + # - gerrit-trigger-patch-submitted-silent: + # name: 'AGL/AGL-repo' + # branch: 'refs/tags/chinook/**' wrappers: - agl-infra-wrappers: @@ -66,16 +67,15 @@ builders: - shell: - !include-raw-escape: - - ../common/include-agl-header.sh - - ../common/include-agl-repo.sh - - ../common/include-agl-select.sh - - ../common/include-agl-source-aglsetup.sh - - ../common/include-agl-auto-conf.sh - - ../common/include-agl-limit-parallelism.sh - - ../common/include-agl-cat-auto-conf.sh - - ../common/include-agl-bitbake-image.sh - - ../common/include-agl-run-test-prepare.sh - - ../common/include-agl-run-test-rsync-changeid.sh - - ../common/include-agl-run-test-short.sh - + !include-raw-escape: + - ../common/include-agl-header.sh + - ../common/include-agl-repo.sh + - ../common/include-agl-select.sh + - ../common/include-agl-source-aglsetup.sh + - ../common/include-agl-auto-conf.sh + - ../common/include-agl-limit-parallelism.sh + - ../common/include-agl-cat-auto-conf.sh + - ../common/include-agl-bitbake-image.sh + - ../common/include-agl-run-test-prepare.sh + - ../common/include-agl-run-test-rsync-changeid.sh + - ../common/include-agl-run-test-short.sh |