Verify CCI path usage (#2110)

This commit is contained in:
Leo Balter 2019-03-26 12:19:15 -04:00 committed by GitHub
parent 95d1ea2141
commit de567d3aa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -31,7 +31,7 @@ execution_steps: &execution_steps
- run: npm install
- *save_cache
- run: ./node_modules/.bin/jsvu --os=linux64 --engines=$hostName
- run: cp -r ~/.jsvu/engines/$hostName r
- run: cp -r ~/.jsvu r
- run: npm test
jobs:
@ -71,7 +71,7 @@ jobs:
working_directory: ~/test262
environment:
hostType: d8
hostPath: r/v8
hostPath: r/engines/v8/v8
hostName: v8
<<: [*execution_steps]
"V8 --harmony: New or modified tests execution":
@ -80,7 +80,7 @@ jobs:
working_directory: ~/test262
environment:
hostType: d8
hostPath: r/v8
hostPath: r/engines/v8/v8
hostName: v8
hostArgs: --harmony
<<: [*execution_steps]
@ -99,7 +99,7 @@ jobs:
working_directory: ~/test262
environment:
hostType: ch
hostPath: r/chakra
hostPath: r/engines/chakra/chakra
hostName: chakra
<<: [*execution_steps]
"JSC: New or modified tests execution":
@ -117,7 +117,7 @@ jobs:
working_directory: ~/test262
environment:
hostType: xs
hostPath: r/xs
hostPath: r/engines/xs/xs
hostName: xs
<<: [*execution_steps]
workflows: