1 Star 0 Fork 0

YalandHong/gem5old

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
cloudbuild_presubmit.yaml 1006 Bytes
一键复制 编辑 原始数据 按行查看 历史
steps:
- name: 'gcr.io/cloud-builders/docker'
entrypoint: 'bash'
args:
- '-c'
- |
docker pull gcr.io/$PROJECT_ID/ubuntu-18.04_all-dependencies:latest \
|| exit 0
- name: 'gcr.io/cloud-builders/docker'
args: ['build',
'-t',
'gcr.io/$PROJECT_ID/ubuntu-18.04_all-dependencies:latest',
'--cache-from',
'gcr.io/$PROJECT_ID/ubuntu-18.04_all-dependencies:latest',
'util/dockerfiles/ubuntu-18.04_all-dependencies']
- name: 'gcr.io/$PROJECT_ID/ubuntu-18.04_all-dependencies:latest'
entrypoint: 'scons'
args: ['build/NULL/unittests.opt', '-j', '4']
- name: 'gcr.io/$PROJECT_ID/ubuntu-18.04_all-dependencies:latest'
dir: 'tests'
entrypoint: 'python'
args: ['main.py', 'run', '-j', '4', '-t', '8', '--length', 'quick']
images: ['gcr.io/$PROJECT_ID/ubuntu-18.04_all-dependencies:latest']
options:
machineType: 'N1_HIGHCPU_8'
timeout: 18000s # 5 Hours
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/YalandHong/gem5old.git
[email protected]:YalandHong/gem5old.git
YalandHong
gem5old
gem5old
stable

搜索帮助