From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 55072 invoked by alias); 13 Jun 2016 16:14:38 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 55056 invoked by uid 89); 13 Jun 2016 16:14:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=sergiodj@redhat.com, sergiodjredhatcom, boxes X-HELO: mail-oi0-f43.google.com Received: from mail-oi0-f43.google.com (HELO mail-oi0-f43.google.com) (209.85.218.43) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 13 Jun 2016 16:14:27 +0000 Received: by mail-oi0-f43.google.com with SMTP id d132so111351855oig.1 for ; Mon, 13 Jun 2016 09:14:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=sYDYpt38FXzrSAe8OHSYtACiD4PebgHsMc/D03je/xE=; b=X7ZIug3G10mpEQkI44zxR5ZI9oCCB5gkoocZlSp2UUX/ge8d7YSy4coADkMdppXes6 H75uZEOBQZu8Aje1SPrcZIHBrTSYRNLIKqqp7Gpp2AD9jmLgqbZkwcmKR0mV5wlm+v7s n0xLcA2DH89Snl6gmib/fnlEYoYUt3NVR+j8Pccbl8i6lktPKBE3KnzDh3mh3wgqMKOu VHfRTF+s72XiABt6zmILNtSF7veHJKqLKp6OUNSJA6Jm8qWW0HDLluC8sJ7efWCwye/A 5b3xKMY93WHCiIXTUr7DOXIJvoaB7j98vEixF2t0BzrxRmj8psdR+0vSgcXHN8KLuSH1 nLRw== X-Gm-Message-State: ALyK8tKM60dS8caZK6iUtBTX9/4JUavcJUl98dukk0A45IKcj/PPVIE0rBSxeMrZsufEQH6qpMPP/M0EtkKlww== X-Received: by 10.202.189.87 with SMTP id n84mr6803637oif.142.1465834465511; Mon, 13 Jun 2016 09:14:25 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.68.4 with HTTP; Mon, 13 Jun 2016 09:14:25 -0700 (PDT) In-Reply-To: <87eg81umf9.fsf@redhat.com> References: <87eg81umf9.fsf@redhat.com> From: Yao Qi Date: Mon, 13 Jun 2016 16:14:00 -0000 Message-ID: Subject: Re: AArch64 GDB buildbot To: Sergio Durigan Junior Cc: GDB Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-06/txt/msg00017.txt.bz2 On Mon, Jun 13, 2016 at 4:40 PM, Sergio Durigan Junior wrote: > >> Please tell me where can I get config.json and master.cfg. >> I'd like to set aarch64-linux gdb buildbot slave. > > They're at , b= ut > nevermind about them. Just tell me how many parallel jobs we can > trigger (i.e., make -jN), and I can configure it. > How about 4? >> Note that I am not the admin of these aarch64 boxes, so I >> can't create a user for buildbot. > > OK, so I assume you will run the buildslave using your user, right? > Right. > You will need a password to connect the buildslave to the buildmaster; > I'll send it in private soon. > Thanks. I want to run gdb tests for aarch64-linux in four modes, {unix,native-gdbserver} x {aarch64, arm}. In "arm", the test case is compi= led by arm-linux compiler, but GDB and GDBserver is still aarch64 program. --=20 Yao (=E9=BD=90=E5=B0=A7)