File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 1212 index-k8s :
1313 if : github.repository == 'sourcegraph/scip' # Skip running on forks
1414 runs-on : ubuntu-latest-4core-ci-scip-graph-team
15- timeout-minutes : 180
15+ timeout-minutes : 30
1616 concurrency :
1717 group : index-k8s
1818 cancel-in-progress : true
2828 - name : Configure git safe.directory
2929 run : git config --global --add safe.directory $GITHUB_WORKSPACE
3030
31- - name : Restore Go cache
32- uses : actions/cache@v5
33- with :
34- path : |
35- ~/.cache/go-build
36- ~/go/pkg/mod
37- key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
38- restore-keys : ${{ runner.os }}-go-
39-
4031 - name : Get src-cli
4132 run : |
4233 curl -L https://sourcegraph.com/.api/src-cli/src_linux_amd64 \
5344 scip-go --version
5445 scip-go --verbose
5546
56- - name : Validate SCIP dump size
47+ - name : Validate SCIP index size
5748 run : |
5849 if [ $(stat -c%s index.scip) -lt 10000000 ]; then
5950 echo "ERROR: SCIP dump suspiciously small (< 10MB)"
You can’t perform that action at this time.
0 commit comments