Skip to content

Conversation

@HJLebbink
Copy link
Member

No description provided.

@HJLebbink HJLebbink requested a review from Copilot October 30, 2025 18:22
@HJLebbink HJLebbink self-assigned this Oct 30, 2025
@HJLebbink HJLebbink added the cleanup-rewrite Used in release doc generation label Oct 30, 2025
@HJLebbink HJLebbink force-pushed the update-build-workflows branch from 6375a79 to 9da8a4d Compare October 30, 2025 18:23
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR refactors the CI/CD setup by removing the tests/start-server.sh script and replacing it with two separate GitHub Actions workflow files: one for OSS MinIO testing and one for AIStor MinIO testing. The server startup logic is now inline in each workflow, allowing different server sources and credentials to be used for each variant.

Key Changes:

  • Deleted the shared tests/start-server.sh script
  • Created ci-aistor.yml workflow for testing against AIStor MinIO server with license-based authentication
  • Updated ci-oss.yml workflow to inline the server startup commands and use OSS MinIO server

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
tests/start-server.sh Removed shared server startup script to enable variant-specific server configurations
.github/workflows/ci-oss.yml Renamed to "MinIO OSS Rust Library" and inlined OSS MinIO server startup in both test jobs
.github/workflows/ci-aistor.yml New workflow for testing against AIStor MinIO with license credentials from GitHub secrets

@HJLebbink HJLebbink force-pushed the update-build-workflows branch 5 times, most recently from 13c6abe to e9bf5f1 Compare October 30, 2025 21:58
@HJLebbink HJLebbink force-pushed the update-build-workflows branch from e9bf5f1 to 4cb02ca Compare November 10, 2025 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cleanup-rewrite Used in release doc generation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant