加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/SeleniumHQ/selenium
克隆/下载
.gitpod.yml 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
Diego Molina 提交于 2024-02-19 17:47 . [build] Updating GitPod config
image:
file: ./scripts/gitpod/.gitpod.Dockerfile
tasks:
- name: Supervisor (VNC and noVNC)
command: /usr/bin/supervisord --configuration /etc/supervisord.conf &
- name: Set cache path and warm it up
init: |
echo "build --repository_cache=/workspace/.cache/bazel-repo" >> /workspace/selenium/.bazelrc.local
echo "test --repository_cache=/workspace/.cache/bazel-repo" >> /workspace/selenium/.bazelrc.local
echo "build --disk_cache=/workspace/.cache/bazel-disk" >> /workspace/selenium/.bazelrc.local
echo "test --disk_cache=/workspace/.cache/bazel-disk" >> /workspace/selenium/.bazelrc.local
echo "build --jobs=10" >> /workspace/selenium/.bazelrc.local
echo "test --jobs=10" >> /workspace/selenium/.bazelrc.local
ports:
- name: VNC
description: Port where VNC server is listening
port: 5900
onOpen: ignore
- name: XVFB
description: Port where XVFB server is listening
port: 6099
onOpen: ignore
- name: noVNC
description: Port where the noVNC view is available
port: 7900
onOpen: notify
- name: Build and test ports
description: Other ports opened while building or testing
port: 8000-65535
onOpen: ignore
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化