Skip to content

Commit

Permalink
[cicd] Add redis docker cicd test (#74)
Browse files Browse the repository at this point in the history
Signed-off-by: Ma, Liang <[email protected]>
  • Loading branch information
billionairiam authored Jan 5, 2024
1 parent 596c632 commit dcf50a8
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/cicd-redis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: CICD-Redis

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-Redis
steps:
- uses: actions/checkout@v3
- 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"]'

0 comments on commit dcf50a8

Please sign in to comment.