Skip to content

build(deps): bump openssl from 0.10.60 to 0.10.66 in /acond #84

build(deps): bump openssl from 0.10.60 to 0.10.66 in /acond

build(deps): bump openssl from 0.10.60 to 0.10.66 in /acond #84

Workflow file for this run

name: CICD-Redis
on:
push:
branches: [ "*" ]
paths-ignore:
- 'doc/**'
pull_request:
branches: [ "*" ]
paths-ignore:
- 'doc/**'
env:
CARGO_TERM_COLOR: always
permissions:
contents: read
jobs:
CICD:
runs-on: self-hosted
name: CICD-Redis
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- name: Enable Redis docker
run: |
source scripts/start-happypath.sh
ATD_MEMSZ=8g run_workload -d test -i redis -j '.writableFS=true | .uids+=[999] | .entrypoint+=["redis-server"]'