From da028ad0ed6cf6ed48179f0323d3aefcbdefde0b Mon Sep 17 00:00:00 2001 From: Sangwook Ha Date: Tue, 4 Oct 2022 15:54:58 -0700 Subject: [PATCH] CI: Remove dluxapps CSIT jobs dluxapps is getting archived and all the other dluxapps jobs have been removed (I9faf15dbc76b3c5). Remove the CSIT jobs, too. Ref: https://lists.opendaylight.org/g/TSC/message/14309 Change-Id: If04df8141bb0b8028a1c2db804c164f43ab96c00 Signed-off-by: Sangwook Ha --- jjb/dluxapps/dluxapps-csit-yangman.yaml | 29 ------------------------- 1 file changed, 29 deletions(-) delete mode 100644 jjb/dluxapps/dluxapps-csit-yangman.yaml diff --git a/jjb/dluxapps/dluxapps-csit-yangman.yaml b/jjb/dluxapps/dluxapps-csit-yangman.yaml deleted file mode 100644 index a861c3babb..0000000000 --- a/jjb/dluxapps/dluxapps-csit-yangman.yaml +++ /dev/null @@ -1,29 +0,0 @@ ---- -- project: - name: dluxapps-csit-yangman - jobs: - - inttest-csit-1node - - inttest-csit-verify-1node - - # The project name - project: "dluxapps" - disable-job: true - - # The functionality under test - functionality: "yangman" - - # Project branches - stream: - - master: - branch: "master" - jre: "openjdk11" - - install: - - all: - scope: "all" - - # Features to install - install-features: "odl-dluxapps-yangman" - - # Robot custom options - robot-options: "" -- 2.36.6