File tree Expand file tree Collapse file tree 1 file changed +20
-23
lines changed Expand file tree Collapse file tree 1 file changed +20
-23
lines changed Original file line number Diff line number Diff line change 1818 DEBUG : " 1"
1919
2020jobs :
21- # bootstrap:
22- # runs-on: ubuntu-22.04
23- # timeout-minutes: 60
24- # env:
25- # DEVENV_FETCH_BRANCH: master
26- # SNTY_DEVENV_BRANCH:
27- # "${{ github.event.pull_request && github.head_ref || github.ref_name }}"
28- # steps:
29- # - uses: actions/checkout@v4
30- # - name: install
31- # run: |
32- # set -u
33- # : should be able to be run from anywhere:
34- # repo=$PWD
35- # mv install-devenv.sh /tmp
36- # cd /tmp
37- # ./install-devenv.sh < $repo/ci/install-devenv-checks.sh
38- # - name: bootstrap sentry
39- # run: ./ci/devenv-bootstrap.sh
21+ bootstrap :
22+ runs-on : ubuntu-22.04
23+ timeout-minutes : 30
24+ env :
25+ DEVENV_FETCH_BRANCH : master
26+ SNTY_DEVENV_BRANCH :
27+ " ${{ github.event.pull_request && github.head_ref || github.ref_name }}"
28+ steps :
29+ - uses : actions/checkout@v4
30+ - name : install
31+ run : |
32+ set -u
33+ : should be able to be run from anywhere:
34+ repo=$PWD
35+ mv install-devenv.sh /tmp
36+ cd /tmp
37+ ./install-devenv.sh < $repo/ci/install-devenv-checks.sh
38+ - name : bootstrap sentry
39+ run : ./ci/devenv-bootstrap.sh
4040
4141 bootstrap-macos :
42- # This job takes half an hour and costs a lot of money.
43- # Let's just run on main commits.
44- # if: ${{ github.ref == 'refs/heads/main' }}
4542 runs-on : macos-15
46- timeout-minutes : 60
43+ timeout-minutes : 30
4744 env :
4845 DEVENV_FETCH_BRANCH : master
4946 SNTY_DEVENV_BRANCH :
You can’t perform that action at this time.
0 commit comments