Bump CI image
This commit is contained in:
@@ -6,13 +6,13 @@ version: 2.1
|
|||||||
parameters:
|
parameters:
|
||||||
tools-cache-version:
|
tools-cache-version:
|
||||||
type: string
|
type: string
|
||||||
default: "v8"
|
default: "v9"
|
||||||
|
|
||||||
# default execution env.s
|
# default execution env.s
|
||||||
executors:
|
executors:
|
||||||
main-env:
|
main-env:
|
||||||
docker:
|
docker:
|
||||||
- image: ucbbar/chipyard-ci-image:03650a2
|
- image: ucbbar/chipyard-ci-image:1d51bb90
|
||||||
environment:
|
environment:
|
||||||
JVM_OPTS: -Xmx3200m # Customize the JVM maximum heap limit
|
JVM_OPTS: -Xmx3200m # Customize the JVM maximum heap limit
|
||||||
|
|
||||||
@@ -41,7 +41,7 @@ commands:
|
|||||||
- save_cache:
|
- save_cache:
|
||||||
key: << parameters.tools-version >>-installed-<< pipeline.parameters.tools-cache-version >>-{{ checksum "../<< parameters.tools-version >>.hash" }}
|
key: << parameters.tools-version >>-installed-<< pipeline.parameters.tools-cache-version >>-{{ checksum "../<< parameters.tools-version >>.hash" }}
|
||||||
paths:
|
paths:
|
||||||
- "/home/riscvuser/<< parameters.tools-version >>-install"
|
- "/root/<< parameters.tools-version >>-install"
|
||||||
|
|
||||||
ssh-checkout:
|
ssh-checkout:
|
||||||
description: "Add SSH key and checkout code"
|
description: "Add SSH key and checkout code"
|
||||||
@@ -95,7 +95,7 @@ commands:
|
|||||||
- save_cache:
|
- save_cache:
|
||||||
key: << parameters.group-key >>-{{ .Branch }}-{{ .Revision }}
|
key: << parameters.group-key >>-{{ .Branch }}-{{ .Revision }}
|
||||||
paths:
|
paths:
|
||||||
- "/home/riscvuser/project"
|
- "/root/project"
|
||||||
|
|
||||||
run-tests:
|
run-tests:
|
||||||
description: "Run a set of tests"
|
description: "Run a set of tests"
|
||||||
@@ -190,7 +190,7 @@ jobs:
|
|||||||
- save_cache:
|
- save_cache:
|
||||||
key: extra-tests-{{ .Branch }}-{{ .Revision }}
|
key: extra-tests-{{ .Branch }}-{{ .Revision }}
|
||||||
paths:
|
paths:
|
||||||
- "/home/riscvuser/project/tests"
|
- "/root/project/tests"
|
||||||
|
|
||||||
prepare-chipyard-cores:
|
prepare-chipyard-cores:
|
||||||
executor: main-env
|
executor: main-env
|
||||||
|
|||||||
Reference in New Issue
Block a user