File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 # debian:bullseye
2828 image : debian@sha256:3b6053ca925336c804e2d3f080af177efcdc9f51198a627569bfc7c7e730ef7e
2929 steps :
30+ - name : Common bazel setup
31+ uses : bazel-contrib/setup-bazel@f3f50ea6791b9b0f4c4eeabba4507422426462f5 # aka 0.9.1
32+ with :
33+ bazelisk-cache : true # Avoid downloading Bazel every time.
34+ disk-cache : ${{ github.workflow }} # Store build cache per workflow.
35+ repository-cache : true # Share repository cache between workflows.
3036 - name : Check for dockerenv file
3137 run : (ls /.dockerenv && echo 'Found dockerenv') || (echo 'No dockerenv')
3238 - name : setup apt
5662 container :
5763 image : debian@sha256:3b6053ca925336c804e2d3f080af177efcdc9f51198a627569bfc7c7e730ef7e
5864 steps :
65+ - name : Common bazel setup
66+ uses : bazel-contrib/setup-bazel@f3f50ea6791b9b0f4c4eeabba4507422426462f5 # aka 0.9.1
67+ with :
68+ bazelisk-cache : true # Avoid downloading Bazel every time.
69+ disk-cache : ${{ github.workflow }} # Store build cache per workflow.
70+ repository-cache : true # Share repository cache between workflows.
5971 - name : Checkout repository
6072 uses : actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675 # aka v2
6173 - name : Setup apt
7890 e2e-tests-orchestration :
7991 runs-on : ubuntu-22.04
8092 steps :
93+ - name : Common bazel setup
94+ uses : bazel-contrib/setup-bazel@f3f50ea6791b9b0f4c4eeabba4507422426462f5 # aka 0.9.1
95+ with :
96+ bazelisk-cache : true # Avoid downloading Bazel every time.
97+ disk-cache : ${{ github.workflow }} # Store build cache per workflow.
98+ repository-cache : true # Share repository cache between workflows.
8199 - name : Free space
82100 run : |
83101 echo "disk space before cleanup:"
You can’t perform that action at this time.
0 commit comments