From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.120]) by mx.groups.io with SMTP id smtpd.web12.2599.1573124462730578183 for ; Thu, 07 Nov 2019 03:01:02 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=AWV38k07; spf=pass (domain: redhat.com, ip: 205.139.110.120, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1573124461; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=7KZBJToLf1gkvY6rEVrdvksUXAUSB8VnLHB5KmY5eEo=; b=AWV38k07i46tRPXyt4CcKBfuJS43gYhVixKxKOH0PcLPUUi7TCKQCzrrRzSXoFTZQIKTxL HrLjdpzPnP6q0UvjKVSJYAyGPEvIjyp7RqXeWk/hpoOqQy+JuRddWaGyALQHYQ17hRwFad N0fP/1pm0UdlP1e13NoYAqmTsssGPz4= 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-140-hJa5yqeEM7OGv3UQ95kCEA-1; Thu, 07 Nov 2019 06:00:58 -0500 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 89988107ACC3; Thu, 7 Nov 2019 11:00:57 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (unknown [10.36.118.71]) by smtp.corp.redhat.com (Postfix) with ESMTP id E0CE85D9CD; Thu, 7 Nov 2019 11:00:56 +0000 (UTC) Subject: Re: [edk2-devel] EDK II Maintainers please test the pull request commit gate To: devel@edk2.groups.io, michael.d.kinney@intel.com References: From: "Laszlo Ersek" Message-ID: Date: Thu, 7 Nov 2019 12:00:55 +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: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-MC-Unique: hJa5yqeEM7OGv3UQ95kCEA-1 X-Mimecast-Spam-Score: 0 Content-Language: en-US Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 11/07/19 03:24, Michael D Kinney wrote: > EDK II Maintainers, >=20 > Please take a few minutes to test the GitHub pull > request commit gate feature under review in the > edk2-staging/edk2-ci branch. This will be the only > method to push patches to the edk2 repo in the near > future, and we want all current EDK II Maintainers to > make sure they know how to use this new process on > the edk2-staging repo before it is activated on the > edk2 repo. >=20 > Please perform the following steps: > * Create a personal fork of the edk2-staging repo. Slight but relevant clarification: please create a personal fork of the edk2-staging repo *on GitHub.com*. > * Check out the edk2-ci branch from your personal > fork of the edk2-staging repo > * Create a new branch based on the edk2-ci branch > * Edit the file SampleFile.txt in the root of this > branch and add an Acked-by: tag to=20 > the end of this file. > * Submit a pull request against the Tianocore=20 > edk2-staging/edk2-ci. Set the 'push' label so > the change to SampleFile.txt will be committed > if all checks pass. >=20 > NOTE: Make sure you select the 'edk2-ci' branch. > The default branch for the edk2-staging repo is > the 'about' branch and the pull request will not > work against the 'about' branch. >=20 > * Verify that all checks pass and your change to > SampleFile.txt was merged into the=20 > edk2-staging/edk2-ci branch. >=20 > For those that prefer command line tools over a WebUI, > the command line utility called 'hub' can be used to > submit a pull request and check the status of a pull > request. >=20 > * https://github.com/github/hub > * https://github.com/github/hub/releases > * https://hub.github.com/hub.1.html I've gone through the above (except the personal Acked-by tag) earlier, successfully: https://github.com/tianocore/edk2-staging/pull/99 Thanks! Laszlo