Skip to content

Commit

Permalink
[cicd] Enable MongoDB docker in cicd test (intel#77)
Browse files Browse the repository at this point in the history
Signed-off-by: Ma, Liang <[email protected]>
  • Loading branch information
billionairiam authored Jan 10, 2024
1 parent f64ed80 commit 7f1383f
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/cicd-mongo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: CICD-MongoDB

on:
push:
branches: [ "main" ]
paths-ignore:
- 'doc/**'
pull_request:
branches: [ "main" ]
paths-ignore:
- 'doc/**'

env:
CARGO_TERM_COLOR: always

jobs:
CICD:

runs-on: self-hosted
name: CICD-MongoDB
steps:
- uses: actions/checkout@v3
- 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"]'

0 comments on commit 7f1383f

Please sign in to comment.