-
Notifications
You must be signed in to change notification settings - Fork 102
Integration tests for N1C metrics #1210
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
base: main
Are you sure you want to change the base?
Conversation
// osVersion := Env(tb, "OS_VERSION") | ||
buildTarget := Env(tb, "BUILD_TARGET") | ||
dockerfilePath := Env(tb, "DOCKERFILE_PATH") | ||
// containerRegistry := Env(tb, "CONTAINER_NGINX_IMAGE_REGISTRY") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This code block is all commented out
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I ran into an issue with setting up the container for agent with NGINX Plus so I commented out the code for now until I can sort it.
Proposed changes
This PR aims to add integration tests for N1C metrics.
Checklist
Before creating a PR, run through this checklist and mark each as complete.
CONTRIBUTING
documentmake install-tools
and have attached any dependency changes to this pull requestREADME.md
)