File tree Expand file tree Collapse file tree 8 files changed +12
-4
lines changed Expand file tree Collapse file tree 8 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1313jobs :
1414 # PasswordAuthenticator
1515 build :
16+ timeout-minutes : 60
1617 runs-on : ubuntu-latest
1718 services :
1819 scylladb :
Original file line number Diff line number Diff line change 1414jobs :
1515 build :
1616 runs-on : ubuntu-latest
17+ timeout-minutes : 30
1718 services :
1819 scylladb :
1920 image : scylladb/scylla
Original file line number Diff line number Diff line change 1414jobs :
1515 build :
1616 runs-on : ubuntu-latest
17+ timeout-minutes : 60
1718 steps :
1819 - uses : actions/checkout@v2
1920 - name : Setup 3-node Cassandra cluster
Original file line number Diff line number Diff line change 1313jobs :
1414 release :
1515 runs-on : ubuntu-latest
16+ timeout-minutes : 10
1617 steps :
1718 - name : Checkout
1819 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1212jobs :
1313 build :
1414 runs-on : ubuntu-latest
15+ timeout-minutes : 10
1516 steps :
1617 - name : Checkout
1718 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1515jobs :
1616 build :
1717 runs-on : ubuntu-latest
18+ timeout-minutes : 60
1819 steps :
1920 - uses : actions/checkout@v2
2021 - name : Setup 3-node Scylla cluster
Original file line number Diff line number Diff line change 1313jobs :
1414 build :
1515 runs-on : ubuntu-latest
16+ timeout-minutes : 60
1617 steps :
1718 - uses : actions/checkout@v2
1819 - name : Setup Python 2.7
Original file line number Diff line number Diff line change 1313jobs :
1414 tls :
1515 runs-on : ubuntu-latest
16+ timeout-minutes : 60
1617 services :
1718 scylladb :
1819 image : scylladb/scylla-tls
1920 ports :
2021 - 9042:9042
2122 - 9142:9142
22- options :
23- --health-cmd "cqlsh --debug"
24- --health-interval 5s
23+ options :
24+ --health-cmd "cqlsh --debug"
25+ --health-interval 5s
2526 --health-retries 10
26- env :
27+ env :
2728 working-directory : ./scylla
2829 steps :
2930 - uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments