-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[WIP/Testing] Import service discovery CI test #6851
base: master
Are you sure you want to change the base?
Conversation
A JIRA Issue ID is missing from your branch name, PR title and PR description! 🦄 Your branch: test/service-discovery Your PR title: [WIP/Testing] Import service discovery CI test Your PR description: null If this is your first time contributing to this repository - welcome! Please refer to jira-lint to get started. Without the JIRA Issue ID in your branch name you would lose out on automatic updates to JIRA via SCM; some GitHub status checks might fail. Valid sample branch names:‣ feature/shiny-new-feature--mojo-10' |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
API Changes no api changes detected |
PR Code Suggestions ✨Explore these optional code suggestions:
|
|
PR Type
Tests, Enhancement
Description
Added a new CI test setup for service discovery.
Introduced
Taskfile.yml
for managing test tasks and environment.Configured
docker-compose.yml
for service discovery testing.Added
tyk.conf
for gateway configuration in service discovery tests.Changes walkthrough 📝
README.md
Documented service discovery test setup and tasks
ci/tests/service-discovery/README.md
Taskfile.yml
Added task management for service discovery tests
ci/tests/service-discovery/Taskfile.yml
docker-compose.yml
Configured Docker Compose for service discovery
ci/tests/service-discovery/docker-compose.yml
tyk
service with necessary configurations.tyk.conf
Added gateway configuration for service discovery
ci/tests/service-discovery/tyk.conf