Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci/s3tests-runner.sh : export CONTAINER_EXTRA_PARAMS #475

Merged
merged 2 commits into from
Apr 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
m-ildefons marked this conversation as resolved.
Show resolved Hide resolved
export LIFE_CYCLE_INTERVAL_PARAM

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