From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.61]) by mx.groups.io with SMTP id smtpd.web09.3853.1572515696503050144 for ; Thu, 31 Oct 2019 02:54:56 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=HMMc6uRB; spf=pass (domain: redhat.com, ip: 205.139.110.61, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1572515695; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ihNtAPlFOePAFXSUD5cSUHr0VcSfE53zi3l+9R22zIM=; b=HMMc6uRBInpIHV+v+SLuvv3Zl1b/OH6fY2iGGE2nEgOubG6Iym8zcUXSsV/2ebcTtJaCe3 BlUNxZ8jz/vG+suQtsCBajJFHmQO2pMECAEMbFYTZMrp6v6B5RVSJlGFNSU6qelIixR3nO h+9F4f7zmBn/0TpCZt6ZHs8aPA6fVyY= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-60-FWWWSk7dOxGM9oggxIrNkg-1; Thu, 31 Oct 2019 05:54:46 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 84D5C107ACC0; Thu, 31 Oct 2019 09:54:44 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-117-6.ams2.redhat.com [10.36.117.6]) by smtp.corp.redhat.com (Postfix) with ESMTP id A6D855C21B; Thu, 31 Oct 2019 09:54:40 +0000 (UTC) Subject: Re: [edk2-devel] [Patch v3 00/22] Enable Phase 1 of EDK II CI To: devel@edk2.groups.io, michael.d.kinney@intel.com Cc: Sean Brogan , Bret Barkelew , Liming Gao , Bob Feng , Andrew Fish , Leif Lindholm , Jian J Wang , Xiaoyu Lu , Ray Ni , Hao A Wu , Jiaxin Wu , Siyuan Fu , Jiewen Yao , Chao Zhang , Zhichao Gao , Eric Dong References: <20191029195517.20028-1-michael.d.kinney@intel.com> From: "Laszlo Ersek" Message-ID: Date: Thu, 31 Oct 2019 10:54:39 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20191029195517.20028-1-michael.d.kinney@intel.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-MC-Unique: FWWWSk7dOxGM9oggxIrNkg-1 X-Mimecast-Spam-Score: 0 Content-Language: en-US Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 10/29/19 20:54, Michael D Kinney wrote: > Active branch for testing/evaluation: > * https://github.com/tianocore/edk2-staging/tree/edk2-ci > * To test, fork edk2-staging repo, create a branch with a change, and sub= mit > a pull request targeting edk2-staging/edk2-ci. NOTE: the default branc= h for > the edk2-staging is 'about'. You must select the 'edk2-ci' branch when= =20 > a pull request is opened. Set the 'push' label to require commit if al= l > checks pass. The edk2-staging repository has been added as a "git remote" to my local edk2 clone for a long while now. Using the local identifier "staging". (This makes perfect sense as edk2-staging is itself a fork of edk2, with branches that are supposed to be rebased to edk2/master periodically.) Furthermore, the identifier by which I refer to the remote at is "lersek". I've now run the following commands: $ git fetch staging $ git checkout -b ci-test-1 staging/edk2-ci [modify "SampleFile.txt"] $ git add -p $ git commit $ git push lersek ci-test-1 Questions: (a) How can I submit a pull request for the staging repo's edk2-ci branch using the command line (and set the "push" label)? (b) How can I submit a PR for the staging repo's edk2-ci branch (regardless of command line vs. WebUI usage) against my repository? When I go to the WebUI, the PR view does not offer "tianocore/edk2-staging" as "base repository", it only offers "tianocore/edk2". I thought I'd be able to pick any destination repository at all. By the instruction "fork edk2-staging repo", did you mean we should fork edk2-staging *on github*? (Using the WebUI?) Thanks! Laszlo