refactor(ci): move reusable integration test workflows to dtvem/.github#173
Merged
Merged
Conversation
Move 24 reusable integration test workflows to dtvem/.github to reduce clutter in the GitHub Actions UI. The top-level workflows remain here: - Integration Tests (integration-test.yml) - Integration Tests - All Migrations (integration-test-migrations.yml) - Integration Tests - Runtimes (integration-test-runtimes.yml) These now reference workflows in dtvem/.github/.github/workflows/ using the format: dtvem/.github/.github/workflows/<name>.yml@main Moved workflows (24): - integration-test-node.yml, integration-test-python.yml, integration-test-ruby.yml - integration-test-migrations-node.yml, integration-test-migrations-python.yml, integration-test-migrations-ruby.yml - 18 individual migration test workflows (integration-test-migrate-*)
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.
Summary
dtvem/.githubdtvem/.github/.github/workflows/<name>.yml@mainWorkflows Remaining in dtvem/dtvem (13)
Top-level workflows that can be manually invoked:
integration-test.yml- Integration Tests (weekly + manual)integration-test-migrations.yml- Integration Tests - All Migrationsintegration-test-runtimes.yml- Integration Tests - Runtimesbuild.yml,commit-lint.yml,contributors.yml,deploy-manifests.ymlgenerate-manifests-from-r2.yml,mirror-all.yml,mirror-sync.ymlpreview-changelog.yml,release.yml,script-lint.ymlWorkflows Moved to dtvem/.github (24)
Reusable workflows called by the top-level integration test workflows:
integration-test-node.yml,integration-test-python.yml,integration-test-ruby.ymlintegration-test-migrations-node.yml,integration-test-migrations-python.yml,integration-test-migrations-ruby.ymlintegration-test-migrate-*workflowsTest Plan
dtvem/.github