mirror of
https://github.com/tc39/test262.git
synced 2025-07-23 22:15:24 +02:00
Verify CCI path usage (#2110)
This commit is contained in:
parent
95d1ea2141
commit
de567d3aa5
@ -31,7 +31,7 @@ execution_steps: &execution_steps
|
|||||||
- run: npm install
|
- run: npm install
|
||||||
- *save_cache
|
- *save_cache
|
||||||
- run: ./node_modules/.bin/jsvu --os=linux64 --engines=$hostName
|
- run: ./node_modules/.bin/jsvu --os=linux64 --engines=$hostName
|
||||||
- run: cp -r ~/.jsvu/engines/$hostName r
|
- run: cp -r ~/.jsvu r
|
||||||
- run: npm test
|
- run: npm test
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -71,7 +71,7 @@ jobs:
|
|||||||
working_directory: ~/test262
|
working_directory: ~/test262
|
||||||
environment:
|
environment:
|
||||||
hostType: d8
|
hostType: d8
|
||||||
hostPath: r/v8
|
hostPath: r/engines/v8/v8
|
||||||
hostName: v8
|
hostName: v8
|
||||||
<<: [*execution_steps]
|
<<: [*execution_steps]
|
||||||
"V8 --harmony: New or modified tests execution":
|
"V8 --harmony: New or modified tests execution":
|
||||||
@ -80,7 +80,7 @@ jobs:
|
|||||||
working_directory: ~/test262
|
working_directory: ~/test262
|
||||||
environment:
|
environment:
|
||||||
hostType: d8
|
hostType: d8
|
||||||
hostPath: r/v8
|
hostPath: r/engines/v8/v8
|
||||||
hostName: v8
|
hostName: v8
|
||||||
hostArgs: --harmony
|
hostArgs: --harmony
|
||||||
<<: [*execution_steps]
|
<<: [*execution_steps]
|
||||||
@ -99,7 +99,7 @@ jobs:
|
|||||||
working_directory: ~/test262
|
working_directory: ~/test262
|
||||||
environment:
|
environment:
|
||||||
hostType: ch
|
hostType: ch
|
||||||
hostPath: r/chakra
|
hostPath: r/engines/chakra/chakra
|
||||||
hostName: chakra
|
hostName: chakra
|
||||||
<<: [*execution_steps]
|
<<: [*execution_steps]
|
||||||
"JSC: New or modified tests execution":
|
"JSC: New or modified tests execution":
|
||||||
@ -117,7 +117,7 @@ jobs:
|
|||||||
working_directory: ~/test262
|
working_directory: ~/test262
|
||||||
environment:
|
environment:
|
||||||
hostType: xs
|
hostType: xs
|
||||||
hostPath: r/xs
|
hostPath: r/engines/xs/xs
|
||||||
hostName: xs
|
hostName: xs
|
||||||
<<: [*execution_steps]
|
<<: [*execution_steps]
|
||||||
workflows:
|
workflows:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user