From owner-freebsd-testing@freebsd.org Fri Apr 8 08:56:31 2016 Return-Path: Delivered-To: freebsd-testing@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 335A0B07991 for ; Fri, 8 Apr 2016 08:56:31 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-io0-x235.google.com (mail-io0-x235.google.com [IPv6:2607:f8b0:4001:c06::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F191C1F20; Fri, 8 Apr 2016 08:56:30 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: by mail-io0-x235.google.com with SMTP id o126so102188966iod.0; Fri, 08 Apr 2016 01:56:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc; bh=KvBUezFXRsSwmy2Oamh6BYxGpccmA8FgLC+iPgOQQBU=; b=TKFhxYdGkqphYLu04cQT4kM4+uCTzM0O9HQ+NLqe3LibsLaMVcFsVF39X/Y6i20/Gi DsvVm2J6QYrpTe3gsS9ZgZswNVv9syACynvKhx7izMrYD9dzkwwu2tZ6CWbRxmMucboI epuOhSIIZbg+lm7Le+z39sz12sHbKFXV8oZfKFduPBg/9Ns0dggjCTMjoNtb93dBBmD6 t9qG7J1fZqa7BnOd20rw1hvpp7KjuZ9rwW/MSda8JC8owKNHKRTnVw1BpuUvT1DH4CsD K129wuPIAnawo3yW9kuKozT6p/DChje3XnT8GvhpmiILEHqVpveJsp1NZeE/UGrVakoW ucWw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc; bh=KvBUezFXRsSwmy2Oamh6BYxGpccmA8FgLC+iPgOQQBU=; b=Q1NGHjExXusIGtunUfmHZj89e1rDfCdUuyT55bShvQ31mg5WBY25NCxX4RTI3ELZy1 KBy80NhLNzyRMQMasSE1UzDRanUYikR2nyjjTiWSspU4zECcdJZ3f0mGfOg/E2Z928EA a6hM8X7PRZd8KDbXNMsOeSYIIfv4EJveNDC+0OVquL6KVON406i/heeqB6kFwaVeEnpt qHZ8a6tvrcmB8z1Q/gcFJso9lRD8K6r6092jWReykzMBMBHR0myvqjgSgidWkG94DiUC Xd71jZIlhDTeGIS1N0BI0ZYd7gk0XuC4qvIScr9Qvl0Xjll1tBr57fjU3STMDv3miBa3 F6VQ== X-Gm-Message-State: AD7BkJK7a0Ti76VSmWsfaK+qdUCEj/K85VWQ6Dwnxm3JM6P5oUnL8SAibGRECOqjyS70F2JGVIw/eD20bNJshQ== MIME-Version: 1.0 X-Received: by 10.107.143.23 with SMTP id r23mr7961537iod.54.1460105790335; Fri, 08 Apr 2016 01:56:30 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.50.225.172 with HTTP; Fri, 8 Apr 2016 01:56:30 -0700 (PDT) In-Reply-To: <20160405195603.GA49583@FreeBSD.cs.nctu.edu.tw> References: <20160405195603.GA49583@FreeBSD.cs.nctu.edu.tw> Date: Fri, 8 Apr 2016 01:56:30 -0700 X-Google-Sender-Auth: miq-Rq6EBnEe7RgDnSQ220X0eaY Message-ID: Subject: Re: Why is FreeBSD-HEAD disabled in Jenkins? From: Craig Rodrigues To: Li-Wen Hsu Cc: "jenkins-admin@freebsd.org" , "freebsd-testing@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Apr 2016 08:56:31 -0000 On Tue, Apr 5, 2016 at 12:56 PM, Li-Wen Hsu wrote: > > It is not disabled. It looks the repository checking is set against to > https://github.com/freebsd/freebsd-ci.git but not our svn src head: > > https://jenkins.freebsd.org/job/FreeBSD_HEAD/scmPollLog/ > > I'll check if I can fix this this week. > Polling is working properly for this build. However, because this is a Pipeline job, if there is no workspace from a previous build, then polling won't work. I complained about this: https://groups.google.com/d/msg/jenkinsci-users/-TKlj8y4hrk/76iTTK8KEQAJ but was told "that's how it works". So, it is necessary to manually kick off a build, and then automatic polling will work in subsequent builds, and you don't have to touch it. I'm not sure why this build was in this state, but I manually kicked off a build, and subsequent builds for FreeBSD_HEAD now seem to be polling the SCM properly and working. -- Craig