New issue
Advanced search Search tips

Issue 693651 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Feb 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug

Blocking:
issue 693350



Sign in to add a comment

[WPT Export] Make WPT Export script only use github remote, not mirror

Project Member Reported by jeffcarp@chromium.org, Feb 17 2017

Issue description

This will eliminate the chance of the two falling out of sync. See  bug 693350  for more context.
 
Status: Fixed (was: Assigned)
Project Member

Comment 3 by bugdroid1@chromium.org, Feb 23 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/e7ac71359c14375a24763f56bdc75ffd2e15513a

commit e7ac71359c14375a24763f56bdc75ffd2e15513a
Author: qyearsley <qyearsley@chromium.org>
Date: Thu Feb 23 19:12:46 2017

Use HTTPS URL for GitHub web-platform-tests repo.

Using SSH requires setting up SSH credentials, including (as far as I
understand), having an SSH private key on the machine running the script,
and having a SSH public key registered with an account.

If possible, using HTTPS for everything might be simpler.

According to Jeff in https://chromium-review.googlesource.com/c/444149/,
using HTTPS may require adding the GitHub password for
chromium-wpt-export-bot to credentials.json on the slave in order for
it to push to WPT; I haven't confirmed this yet (but currently I believe
that this is not the case).

BUG= 693651 

Review-Url: https://codereview.chromium.org/2707183004
Cr-Commit-Position: refs/heads/master@{#452575}

[modify] https://crrev.com/e7ac71359c14375a24763f56bdc75ffd2e15513a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/common.py
[modify] https://crrev.com/e7ac71359c14375a24763f56bdc75ffd2e15513a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/local_wpt_unittest.py

Components: Blink>Infra>Ecosystem
Components: -Blink>Infra>Predictability

Sign in to add a comment