acond: fix issue 76 - Encounter apr_sockaddr_info_get() failed for vm… #115
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CICD-PostGreSQL | |
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-PostGreSQL | |
steps: | |
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 | |
- name: Enable PostGreSQL docker | |
run: | | |
source scripts/start-happypath.sh | |
ATD_MEMSZ=8g run_workload -d test -i postgres -j '.writableFS=true | .uids+=[999, 101] | .entrypoint+=["postgres"] | .env+=["POSTGRES_PASSWORD=mysecretpassword"]' |