Skip to content

build(deps): bump openssl from 0.10.66 to 0.10.70 in /acond #88

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

build(deps): bump openssl from 0.10.66 to 0.10.70 in /acond #88

Workflow file for this run

name: CICD-MongoDB
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-MongoDB
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- name: Enable MongoDB docker
run: |
source scripts/start-happypath.sh
ATD_MEMSZ=8g run_workload -d test -i mongo -j '.writableFS=true | .uids+=[999] | .entrypoint+=["mongod"]'