Difference between revisions of "CSIT/Jobs"

From fd.io
Jump to: navigation, search
Line 3: Line 3:
 
==CSIT Jobs Listing==
 
==CSIT Jobs Listing==
 
# task: verify vpp code changes as they come - functional tests
 
# task: verify vpp code changes as they come - functional tests
#* job: [https://jenkins.fd.io/view/vpp/job/vpp-csit-verify-virl/ vpp-csit-verify-virl]
+
#* job: [https://jenkins.fd.io/view/vpp/job/vpp-csit-verify-virl-master/ vpp-csit-verify-virl-master]
 
#* triggers: gerrit change commit, "recheck" patch comment
 
#* triggers: gerrit change commit, "recheck" patch comment
 
#* vpp code: vpp master branch PLUS gerrit change under test
 
#* vpp code: vpp master branch PLUS gerrit change under test
Line 10: Line 10:
 
#* status: WORKING
 
#* status: WORKING
 
# task: verify vpp code changes as they come - performance short tests
 
# task: verify vpp code changes as they come - performance short tests
#* job: [https://jenkins.fd.io/view/vpp/job/vpp-csit-verify-hw-perf-short/ vpp-csit-verify-hw-perf-short]
+
#* job: [https://jenkins.fd.io/view/vpp/job/vpp-csit-verify-hw-perf-test-short/ vpp-csit-verify-hw-perf-test-short]
 
#* triggers: "verify-perf-short" patch comment
 
#* triggers: "verify-perf-short" patch comment
 
#* vpp code: vpp master branch PLUS gerrit change under test
 
#* vpp code: vpp master branch PLUS gerrit change under test
Line 17: Line 17:
 
#* status: WORKING
 
#* status: WORKING
 
# task: verify vpp code changes as they come - performance long tests
 
# task: verify vpp code changes as they come - performance long tests
#* job: [https://jenkins.fd.io/view/vpp/job/vpp-csit-verify-hw-perf-long/ vpp-csit-verify-hw-perf-long]
+
#* job: [https://jenkins.fd.io/view/vpp/job/vpp-csit-verify-hw-perf-test-long/ vpp-csit-verify-hw-perf-test-long]
 
#* triggers: "verify-perf-long" patch comment
 
#* triggers: "verify-perf-long" patch comment
 
#* vpp code: vpp master branch PLUS gerrit change under test
 
#* vpp code: vpp master branch PLUS gerrit change under test
Line 24: Line 24:
 
#* status: WORKING
 
#* status: WORKING
 
# task: verify vpp code changes as they come - performance all tests
 
# task: verify vpp code changes as they come - performance all tests
#* job: [https://jenkins.fd.io/view/vpp/job/vpp-csit-verify-hw-perf-all/ vpp-csit-verify-hw-perf-all]
+
#* job: [https://jenkins.fd.io/view/vpp/job/vpp-csit-verify-hw-perf-test-all/ vpp-csit-verify-hw-perf-test-all]
 
#* triggers: "verify-perf-all" patch comment
 
#* triggers: "verify-perf-all" patch comment
 
#* vpp code: vpp master branch PLUS gerrit change under test
 
#* vpp code: vpp master branch PLUS gerrit change under test
Line 31: Line 31:
 
#* status: WORKING
 
#* status: WORKING
 
# task: identify vpp-master-verified vpp build for csit-* jobs and provide trending reports – semiweekly
 
# task: identify vpp-master-verified vpp build for csit-* jobs and provide trending reports – semiweekly
#* job: csit-vpp-master-verify-semiweekly
+
#* job: [https://jenkins.fd.io/view/csit/job/csit-vpp-master-verify-semiweekly/ csit-vpp-master-verify-semiweekly]
 
#* triggers: periodic semiweekly
 
#* triggers: periodic semiweekly
 
#* vpp code: latest build from nexus repository (deposited by vpp-merge-master job)
 
#* vpp code: latest build from nexus repository (deposited by vpp-merge-master job)
#** https://nexus.fd.io/content/repositories/fd.io.dev/io/fd/vpp/vpp/*
+
#** https://nexus.fd.io/content/repositories/fd.io.dev/io/fd/vpp/vpp/
 
#** on success: update vpp-master-verified vpp build reference in csit bootstrap scripts
 
#** on success: update vpp-master-verified vpp build reference in csit bootstrap scripts
 
#* csit code: csit-verified-tag
 
#* csit code: csit-verified-tag
Line 55: Line 55:
 
#* status: WORKING
 
#* status: WORKING
 
# task: verify csit code against vpp-master-verified vpp build – weekly
 
# task: verify csit code against vpp-master-verified vpp build – weekly
#* job: csit-vpp-verify-weekly
+
#* job: [https://jenkins.fd.io/view/csit/job/csit-vpp-verify-weekly/ csit-vpp-verify-weekly]
 
#* triggers: periodic weekly
 
#* triggers: periodic weekly
 
#* vpp code: vpp-master-verified vpp build
 
#* vpp code: vpp-master-verified vpp build

Revision as of 11:20, 6 June 2016

CSIT Jobs Listing

  1. task: verify vpp code changes as they come - functional tests
    • job: vpp-csit-verify-virl-master
    • triggers: gerrit change commit, "recheck" patch comment
    • vpp code: vpp master branch PLUS gerrit change under test
    • csit code: csit-verified-tag
    • testbed: LF VIRL compute nodes
    • status: WORKING
  2. task: verify vpp code changes as they come - performance short tests
    • job: vpp-csit-verify-hw-perf-test-short
    • triggers: "verify-perf-short" patch comment
    • vpp code: vpp master branch PLUS gerrit change under test
    • csit code: csit-verified-tag
    • testbed: LF HW compute nodes
    • status: WORKING
  3. task: verify vpp code changes as they come - performance long tests
    • job: vpp-csit-verify-hw-perf-test-long
    • triggers: "verify-perf-long" patch comment
    • vpp code: vpp master branch PLUS gerrit change under test
    • csit code: csit-verified-tag
    • testbed: LF HW compute nodes
    • status: WORKING
  4. task: verify vpp code changes as they come - performance all tests
    • job: vpp-csit-verify-hw-perf-test-all
    • triggers: "verify-perf-all" patch comment
    • vpp code: vpp master branch PLUS gerrit change under test
    • csit code: csit-verified-tag
    • testbed: LF HW compute nodes
    • status: WORKING
  5. task: identify vpp-master-verified vpp build for csit-* jobs and provide trending reports – semiweekly
  6. task: verify csit code changes as they come - functional tests
    • job: csit-vpp-functional-virl
    • triggers: gerrit change commit, "recheck" patch comment
    • vpp code: vpp-master-verified vpp build
    • csit code: csit master branch PLUS gerrit change
    • testbed: LF VIRL compute nodes
    • status: WORKING
  7. task: verify csit code changes as they come - performance tests
    • job: csit-vpp-perf-hw-all
    • triggers: gerrit change commit, "recheck" patch comment
    • vpp code: vpp-master-verified vpp build
    • csit code: csit master branch PLUS gerrit change
    • testbed: LF HW compute nodes
    • status: WORKING
  8. task: verify csit code against vpp-master-verified vpp build – weekly
    • job: csit-vpp-verify-weekly
    • triggers: periodic weekly
    • vpp code: vpp-master-verified vpp build
    • csit code: csit master branch
      • on success: update csit-verified-tag
    • testbed: LF VIRL and LF HW compute nodes
    • status: OPEN