Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to use our new Chromium mirror (uplift to 1.7) #9304

Closed
wants to merge 5 commits into from

Conversation

@bsclifton bsclifton self-assigned this Apr 17, 2020
@bsclifton bsclifton added the CI/skip label Apr 17, 2020
@bsclifton
Copy link
Member Author

bsclifton commented Apr 17, 2020

Trying to fix git cache on servers first (to avoid needing this)- let's not merge this please

@bsclifton
Copy link
Member Author

bsclifton commented Apr 18, 2020

Closing as I believe I found a fix. See https://bravesoftware.slack.com/archives/CA5FPHWLF/p1587189601497800 for more information

@bsclifton bsclifton closed this Apr 18, 2020
@bsclifton bsclifton reopened this Apr 21, 2020
linhkikuchi and others added 4 commits Apr 8, 2020
update chromium src to use brave-chromium
auto-generate the chromium repo url if it is not specified
@bsclifton bsclifton force-pushed the bsc-new-chromium-repo-1.7.x branch from 61de2b4 to 48b824e Apr 21, 2020
simplify init/sync and make them compatible with GIT_CACHE_DIR
@bsclifton bsclifton removed the CI/skip label Apr 21, 2020
@bsclifton bsclifton changed the title WIP: update to use our new Chromium mirror (uplift to 1.7) Update to use our new Chromium mirror (uplift to 1.7) Apr 21, 2020
@bsclifton bsclifton requested review from mihaiplesa and bridiver Apr 21, 2020
@bsclifton bsclifton added this to the 1.9.x - Nightly milestone Apr 21, 2020
@bsclifton bsclifton requested a review from linhkikuchi Apr 21, 2020
@bsclifton
Copy link
Member Author

bsclifton commented Apr 21, 2020

Windows ran into a problem during init. Other platforms look OK

10:14:23  [0:06:20] Cloning into 'C:\.7.x\src\third_party\_gclient_webrtc_tbqvqu'...
10:14:23  [0:06:21] done.
10:14:23  [0:06:21] Finished running: git rev-parse --verify FETCH_HEAD
10:14:23  [0:06:21] fatal: git upload-pack: not our ref 7502134e7e428aaa5c42c8f18c87e8cfda7f87a4
10:14:23  [0:06:21] fatal: remote error: upload-pack: not our ref 7502134e7e428aaa5c42c8f18c87e8cfda7f87a4
10:14:23  [0:06:22] fatal: git upload-pack: not our ref 7502134e7e428aaa5c42c8f18c87e8cfda7f87a4
10:14:23  [0:06:22] fatal: remote error: upload-pack: not our ref 7502134e7e428aaa5c42c8f18c87e8cfda7f87a4
10:14:23  [0:06:23] fatal: git upload-pack: not our ref 7502134e7e428aaa5c42c8f18c87e8cfda7f87a4
10:14:23  [0:06:23] fatal: remote error: upload-pack: not our ref 7502134e7e428aaa5c42c8f18c87e8cfda7f87a4
10:14:23  [0:06:25] fatal: git upload-pack: not our ref 7502134e7e428aaa5c42c8f18c87e8cfda7f87a4
10:14:23  [0:06:25] fatal: remote error: upload-pack: not our ref 7502134e7e428aaa5c42c8f18c87e8cfda7f87a4
10:14:23  [0:06:29] _____ Conflicting directory found in C:\.7.x\src\third_party\webrtc. Moving to C:\.7.x\_bad_scm\src\third_party\webrtcl1pqxb.
10:14:23  [0:06:29] 
10:14:23  [0:06:29] 
10:14:23  ________ running 'git -c core.deltaBaseCacheLimit=2g clone --no-checkout --progress --shared C:\Users\Administrator\cache\webrtc.googlesource.com-src 
10:14:23  C:\.7.x\src\third_party\_gclient_webrtc_dtwkwg' in 'C:\.7.x'
10:14:23  
10:14:23  [0:06:29] Cloning into 'C:\.7.x\src\third_party\_gclient_webrtc_dtwkwg'...
10:14:23  [0:06:29] done.
10:14:23  [0:06:30] Finished running: git rev-parse --verify FETCH_HEAD
10:14:23  [0:06:30] fatal: git upload-pack: not our ref 7502134e7e428aaa5c42c8f18c87e8cfda7f87a4
10:14:23  [0:06:30] fatal: remote error: upload-pack: not our ref 7502134e7e428aaa5c42c8f18c87e8cfda7f87a4
10:14:23  [0:06:30] fatal: git upload-pack: not our ref 7502134e7e428aaa5c42c8f18c87e8cfda7f87a4
10:14:23  [0:06:30] fatal: remote error: upload-pack: not our ref 7502134e7e428aaa5c42c8f18c87e8cfda7f87a4
10:14:23  [0:06:32] fatal: git upload-pack: not our ref 7502134e7e428aaa5c42c8f18c87e8cfda7f87a4
10:14:23  [0:06:32] fatal: remote error: upload-pack: not our ref 7502134e7e428aaa5c42c8f18c87e8cfda7f87a4
10:14:23  [0:06:34] fatal: git upload-pack: not our ref 7502134e7e428aaa5c42c8f18c87e8cfda7f87a4
10:14:23  [0:06:34] fatal: remote error: upload-pack: not our ref 750
10:14:23  2134e7e428aaa5c42c8f18c87e8cfda7f87a4
10:14:23  ----------------------------------------
10:14:23  Error: Command 'git -c core.deltaBaseCacheLimit=2g fetch origin 7502134e7e428aaa5c42c8f18c87e8cfda7f87a4' returned non-zero exit status 128 in C:\.7.x\src\third_party\webrtc

https://ci.brave.com/job/brave-browser-build-pr/job/PR-9304/3/execution/node/245/log/

@bridiver
Copy link
Collaborator

bridiver commented Apr 21, 2020

why are we uplifting this?

@bridiver
Copy link
Collaborator

bridiver commented Apr 21, 2020

it would need this as well #9343 and I don't think we've had this in master long enough to uplift it

@bsclifton bsclifton mentioned this pull request Apr 21, 2020
0 of 29 tasks complete
@bsclifton
Copy link
Member Author

bsclifton commented Apr 21, 2020

Closing out in favor of a smaller PR, similar to #9359

@bsclifton bsclifton closed this Apr 21, 2020
@bsclifton bsclifton deleted the bsc-new-chromium-repo-1.7.x branch Apr 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

4 participants
You can’t perform that action at this time.