From: Ernesto Puerta Date: Mon, 3 Aug 2020 18:18:55 +0000 (+0200) Subject: ceph-dashboard-pr-backend: delete X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1632%2Fhead;p=ceph-build.git ceph-dashboard-pr-backend: delete As it's been overridden by ceph-api. Signed-off-by: Ernesto Puerta --- diff --git a/ceph-dashboard-pr-backend/build/build b/ceph-dashboard-pr-backend/build/build deleted file mode 100644 index 2339ce12c..000000000 --- a/ceph-dashboard-pr-backend/build/build +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash -e -n_build_jobs=$(get_nr_build_jobs) -n_test_jobs=$(($(nproc) / 4)) -export CHECK_MAKEOPTS="-j${n_test_jobs} -N -Q" -export BUILD_MAKEOPTS="-j${n_build_jobs}" -export FOR_MAKE_CHECK=1 -timeout 2h ./src/script/run-make.sh \ - --cmake-args '-DWITH_TESTS=OFF -DENABLE_GIT_VERSION=OFF' -sleep 5 -ps -ef | grep ceph || true diff --git a/ceph-dashboard-pr-backend/config/definitions/ceph-dashboard-pr-backend.yml b/ceph-dashboard-pr-backend/config/definitions/ceph-dashboard-pr-backend.yml deleted file mode 100644 index 13aa3fd4b..000000000 --- a/ceph-dashboard-pr-backend/config/definitions/ceph-dashboard-pr-backend.yml +++ /dev/null @@ -1,69 +0,0 @@ -- job: - name: ceph-dashboard-pr-backend - project-type: freestyle - defaults: global - concurrent: true - node: huge && bionic && x86_64 && !xenial && !trusty - display-name: 'ceph: dashboard Pull Requests backend' - quiet-period: 5 - block-downstream: false - block-upstream: false - retry-count: 3 - properties: - - build-discarder: - days-to-keep: 15 - num-to-keep: 300 - artifact-days-to-keep: -1 - artifact-num-to-keep: -1 - - github: - url: https://github.com/ceph/ceph/ - - rebuild: - auto-rebuild: true - - parameters: - - string: - name: sha1 - description: "commit id or a refname, like 'origin/pr/72/head'" - - triggers: - - github-pull-request: - allow-whitelist-orgs-as-admins: true - org-list: - - ceph - white-list-target-branches: - - master - - octopus - - nautilus - trigger-phrase: 'jenkins test dashboard backend' - skip-build-phrase: '^jenkins do not test.*' - only-trigger-phrase: false - github-hooks: true - permit-all: true - auto-close-on-fail: false - status-context: "ceph dashboard backend API tests" - started-status: "running ceph dashboard backend API tests" - success-status: "ceph dashboard backend API tests succeeded" - failure-status: "ceph dashboard backend API tests failed" - - scm: - - git: - url: https://github.com/ceph/ceph.git - branches: - - ${sha1} - refspec: +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/* - browser: auto - timeout: 20 - skip-tag: true - shallow-clone: true - wipe-workspace: true - - builders: - - shell: - !include-raw: - - ../../../scripts/build_utils.sh - - ../../build/build - - ../../../scripts/dashboard/install-backend-api-test-deps.sh - - shell: "cd src/pybind/mgr/dashboard; timeout 7200 ./run-backend-api-tests.sh" - - wrappers: - - ansicolor