Draft
Conversation
ef2389c to
559a549
Compare
559a549 to
5f3dced
Compare
Add WB_REPOSITORY and WB_BRANCH parameters to allow testing with custom WaterButler branches. When specified, the workflow clones the repository, merges the branch into develop, and builds a Docker image locally. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0c40b9e to
7f37806
Compare
- 取りまとめ: ダッシュボードのプロジェクトクリック前にpage.reloadとto_be_visible待機を追加 - 機関ストレージ: 機関リストページ送りの終端チェック、GRDMトップページの条件分岐を追加
7f37806 to
113acc1
Compare
- setup_minio.sh: s3compatsigv4 addonのsettings.jsonにもMinIOサービスを登録 - generate_ci_config.sh: --s3compatsigv4 / --s3compatsigv4-inst フラグを追加 - run_tests.py: run_s3compatsigv4_tests() と run_s3compatsigv4_institutional_storage_tests() を新設 - e2e-test.yml: user-minioグループにs3compatsigv4を追加、admin-minioグループを新設、 MinIOバケット生成・設定生成フラグの追加
setup_minio_buckets.shは2つの異なるバケット名を要求するが、 同じバケット名を渡していたため mc mb が重複エラーで失敗していた。 2つ目のバケット名を別名(inst2)に変更。
s3_bucket = #None → s3_bucket = None 不正なPython行 (Server Side Encryption: False = NO) をコメントに修正
This was referenced Feb 25, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ticket
https://redmine.devops.rcos.nii.ac.jp/issues/56471
Purpose
AWS Signature Version 4 認証に対応した新しいストレージアドオン「S3 Compatible Storage (SigV4)」のE2Eテストを追加します。
Changes
関連プルリクエスト
機能を有効にするために同時にリリースが必要なプルリクエスト:
E2Eテストノートブック
取りまとめ-S3CompatSigV4.ipynb(新規): S3CompatSigV4アドオンの総合テスト取りまとめノートブック。ユーザー設定でのストレージ接続・ファイル基本操作を2つのS3互換サービスで実施テスト手順-管理者機能-S3CompatSigV4-機関ストレージ.ipynb(新規): 管理者画面での機関ストレージ設定テスト。S3CompatSigV4を機関ストレージとして設定し、プロジェクト作成・ファイルアップロードを確認scripts/grdm.py
select→wayf_list_idp)expect(...).to_be_visible()で要素の表示を待機するよう改善.github/workflows/e2e-test.yml
WB_REPOSITORY/WB_BRANCHパラメータを追加し、RDM-waterbutlerのカスタムブランチからDockerイメージをビルドしてテストできるように対応背景
一部のS3互換ストレージサービス(新しいバージョンのMinIOなど)では、Signature Version 4 による認証が必須となっています。既存の s3compat アドオンでは対応できないため、新規アドオンとして実装しました。
テスト
E2Eテストの概要
ユーザー設定テスト (
取りまとめ-S3CompatSigV4.ipynb)機関ストレージテスト (
テスト手順-管理者機能-S3CompatSigV4-機関ストレージ.ipynb)Side effects
なし
QA Notes
Custom Test Configuration