From 99f01762865cc82526f0d51b6a4e44b96cbced60 Mon Sep 17 00:00:00 2001 From: chrislu Date: Sun, 14 Sep 2025 18:51:51 -0700 Subject: [PATCH] pin to commit 95c232b for https://github.com/ceph/s3-tests.git --- .github/workflows/s3tests.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/s3tests.yml b/.github/workflows/s3tests.yml index 068cd3938..6b3ce33c0 100644 --- a/.github/workflows/s3tests.yml +++ b/.github/workflows/s3tests.yml @@ -37,6 +37,8 @@ jobs: run: | git clone https://github.com/ceph/s3-tests.git 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 tox pip install -e . @@ -330,6 +332,8 @@ jobs: run: | git clone https://github.com/ceph/s3-tests.git 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 tox pip install -e . @@ -455,6 +459,8 @@ jobs: run: | git clone https://github.com/ceph/s3-tests.git 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 tox pip install -e . @@ -678,6 +684,8 @@ jobs: run: | git clone https://github.com/ceph/s3-tests.git 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 tox pip install -e .