Skip to content

Commit

Permalink
Merge pull request #475 from 0xavi0/ci-s3tests-runner-export
Browse files Browse the repository at this point in the history
ci/s3tests-runner.sh : export CONTAINER_EXTRA_PARAMS
  • Loading branch information
0xavi0 authored Apr 25, 2023
2 parents d2d3eb0 + 9b21dbc commit e8e594b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@ jobs:
uses: actions/checkout@v3
with:
path: s3gw
submodules: true
submodules: false

- name: Checkout ceph
uses: actions/checkout@v3
with:
repository: aquarist-labs/ceph
path: s3gw/ceph

- name: Checkout s3tests
uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions tools/tests/s3tests-runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,8 @@ _main() {
export TMPFILE
export OUTPUT_DIR
export PARALLEL_HOME
export CONTAINER_EXTRA_PARAMS
export LIFE_CYCLE_INTERVAL_PARAM

mkdir -p "$PARALLEL_HOME"
parallel --record-env
Expand Down

0 comments on commit e8e594b

Please sign in to comment.