diff options
author | Anil Belur <abelur@linuxfoundation.org> | 2023-04-14 21:54:49 +1000 |
---|---|---|
committer | Anil Belur <abelur@linuxfoundation.org> | 2023-04-18 12:39:13 +1000 |
commit | 7b3203a0a6bc91724dbccb65f9b0c7dbab18a06e (patch) | |
tree | ba05bb4346cf790697ac0acc2aa386dc39eed778 /jjb/policy | |
parent | fe6776226cd032a9b9459fb4ef6d99fd18970e83 (diff) |
Refactor!: JJB code comply with updates to v5.x
Update global-jjb v0.86.0, this updates the minimal
version of JJB to v5.0.2.
Issue-ID: CIMAN-33
Change-Id: I26089604b401a8b486d752a4780b1981788d19ad
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Diffstat (limited to 'jjb/policy')
-rw-r--r-- | jjb/policy/policy-csit-jobs.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/jjb/policy/policy-csit-jobs.yaml b/jjb/policy/policy-csit-jobs.yaml index ee37054d4..e36b6d2af 100644 --- a/jjb/policy/policy-csit-jobs.yaml +++ b/jjb/policy/policy-csit-jobs.yaml @@ -1,6 +1,6 @@ - job-template: name: '{project-name}-{stream}-project-csit-{functionality}' - disabled: '{disabled}' + disabled: false project-type: freestyle build-node: 'ubuntu1804-docker-8c-8g' node: '{build-node}' @@ -56,7 +56,7 @@ - job-template: name: '{project-name}-{stream}-project-csit-verify-{functionality}' - disabled: '{disabled}' + disabled: false project-type: freestyle build-node: 'ubuntu1804-docker-8c-8g' @@ -115,7 +115,7 @@ - job-template: name: '{project-name}-{stream}-project-k8s-csit-{functionality}' - disabled: '{disabled}' + disabled: false project-type: freestyle build-node: 'ubuntu1804-docker-8c-8g' node: '{build-node}' @@ -172,7 +172,7 @@ - job-template: name: '{project-name}-{stream}-project-k8s-csit-verify-{functionality}' - disabled: '{disabled}' + disabled: false project-type: freestyle build-node: 'ubuntu1804-docker-8c-8g' |