[Release] change default expiration to 2 days in order to prevent custodian kill it early morning (#17215)

Co-authored-by: Jiao Dong <jiaodong@anyscale.com>
This commit is contained in:
Jiao 2021-07-20 17:03:14 -07:00 committed by GitHub
parent 877076160e
commit f4f702c595
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -9,9 +9,9 @@ python:
conda_packages: []
post_build_cmds:
- 'rm -r wrk || true && git clone https://github.com/wg/wrk.git /tmp/wrk && cd /tmp/wrk && make -j && sudo cp wrk /usr/local/bin'
- pip uninstall -y numpy ray || true
- sudo rm -rf /home/ray/anaconda3/lib/python3.7/site-packages/numpy
- pip3 install numpy || true
- pip3 install -U {{ env["RAY_WHEELS"] | default("ray") }}
- pip3 install -U ray[all] gym[atari]
- 'rm -r wrk || true && git clone https://github.com/wg/wrk.git /tmp/wrk && cd /tmp/wrk && make -j && sudo cp wrk /usr/local/bin'

View file

@ -21,4 +21,4 @@ aws:
- Key: anyscale-user
Value: '{{env["ANYSCALE_USER"]}}'
- Key: anyscale-expiration
Value: '{{env["EXPIRATION_1D"]}}'
Value: '{{env["EXPIRATION_2D"]}}'

View file

@ -21,4 +21,4 @@ aws:
- Key: anyscale-user
Value: '{{env["ANYSCALE_USER"]}}'
- Key: anyscale-expiration
Value: '{{env["EXPIRATION_1D"]}}'
Value: '{{env["EXPIRATION_2D"]}}'

View file

@ -21,4 +21,4 @@ aws:
- Key: anyscale-user
Value: '{{env["ANYSCALE_USER"]}}'
- Key: anyscale-expiration
Value: '{{env["EXPIRATION_1D"]}}'
Value: '{{env["EXPIRATION_2D"]}}'