Browse Source

pin to commit 95c232b for https://github.com/ceph/s3-tests.git

pull/7231/head
chrislu 2 months ago
parent
commit
99f0176286
  1. 8
      .github/workflows/s3tests.yml

8
.github/workflows/s3tests.yml

@ -37,6 +37,8 @@ jobs:
run: | run: |
git clone https://github.com/ceph/s3-tests.git git clone https://github.com/ceph/s3-tests.git
cd s3-tests cd s3-tests
# Pin to commit before recent versioning test changes that may not be compatible
git checkout 95c232b # Before PR #687 and #690 changes
pip install -r requirements.txt pip install -r requirements.txt
pip install tox pip install tox
pip install -e . pip install -e .
@ -330,6 +332,8 @@ jobs:
run: | run: |
git clone https://github.com/ceph/s3-tests.git git clone https://github.com/ceph/s3-tests.git
cd s3-tests cd s3-tests
# Pin to commit before recent versioning test changes that may not be compatible
git checkout 95c232b # Before PR #687 and #690 changes
pip install -r requirements.txt pip install -r requirements.txt
pip install tox pip install tox
pip install -e . pip install -e .
@ -455,6 +459,8 @@ jobs:
run: | run: |
git clone https://github.com/ceph/s3-tests.git git clone https://github.com/ceph/s3-tests.git
cd s3-tests cd s3-tests
# Pin to commit before recent versioning test changes that may not be compatible
git checkout 95c232b # Before PR #687 and #690 changes
pip install -r requirements.txt pip install -r requirements.txt
pip install tox pip install tox
pip install -e . pip install -e .
@ -678,6 +684,8 @@ jobs:
run: | run: |
git clone https://github.com/ceph/s3-tests.git git clone https://github.com/ceph/s3-tests.git
cd s3-tests cd s3-tests
# Pin to commit before recent versioning test changes that may not be compatible
git checkout 95c232b # Before PR #687 and #690 changes
pip install -r requirements.txt pip install -r requirements.txt
pip install tox pip install tox
pip install -e . pip install -e .

Loading…
Cancel
Save