Update execute-tests.yaml
This commit is contained in:
parent
0aeba2909b
commit
c6805fc246
5
.github/workflows/execute-tests.yaml
vendored
5
.github/workflows/execute-tests.yaml
vendored
@ -23,7 +23,6 @@ env:
|
|||||||
BROMITE_SHA: ${{ github.event.inputs.sha }}
|
BROMITE_SHA: ${{ github.event.inputs.sha }}
|
||||||
REMOVEDOCKERSUPPORT: true
|
REMOVEDOCKERSUPPORT: true
|
||||||
USELOCALIMAGE: true
|
USELOCALIMAGE: true
|
||||||
VPYTHON_VIRTUALENV_ROOT: /home/lg/vpython_root
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
get_image:
|
get_image:
|
||||||
@ -59,9 +58,7 @@ jobs:
|
|||||||
# set workspace paths
|
# set workspace paths
|
||||||
PATH=$WORKSPACE/chromium/src/third_party/llvm-build/Release+Asserts/bin:$WORKSPACE/depot_tools/:/usr/local/go/bin:$WORKSPACE/mtool/bin:$PATH
|
PATH=$WORKSPACE/chromium/src/third_party/llvm-build/Release+Asserts/bin:$WORKSPACE/depot_tools/:/usr/local/go/bin:$WORKSPACE/mtool/bin:$PATH
|
||||||
cd $WORKSPACE
|
cd $WORKSPACE
|
||||||
|
|
||||||
mkdir $VPYTHON_VIRTUALENV_ROOT
|
|
||||||
|
|
||||||
# copy artifacts
|
# copy artifacts
|
||||||
#cd chromium/src
|
#cd chromium/src
|
||||||
#mkdir -p out/bromite
|
#mkdir -p out/bromite
|
||||||
|
Loading…
Reference in New Issue
Block a user