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

Remove weekly workflow #714

Merged
merged 1 commit into from
Jul 2, 2024
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
6 changes: 1 addition & 5 deletions .github/workflows/ci-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ concurrency:
env:
cache-version: 1

# CI tests with the Cybozu internal use version plus the latest and one previous MySQL version.
# Other MySQL supported versions tested weekly.
# see: weekly.yaml
#
# NOTE: Current Cybozu internal use version is 8.0.28.
# CI tests with supported MySQL version.
jobs:
dbtest:
name: Integration tests with MySQL
Expand Down
64 changes: 0 additions & 64 deletions .github/workflows/weekly.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions DEVELOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ To run these tests, use the following make targets respectively:
3. `make envtest`
4. Read [`e2e/README.md`](e2e/README.md)

MOCO supports multiple MySQL versions.
The three MySQL versions always used by CI are Cybozu internal use version, the latest, and one version before the latest.
Other supported MySQL versions will be [tested only in Weekly](.github/workflows/weekly.yaml).

## Generated files

Some files in the repository are auto-generated.
Expand Down
Loading