-
Notifications
You must be signed in to change notification settings - Fork 10
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
chore(nginx): support nginx 1.27.4 and 1.26.3 #169
Conversation
Looks like it's still having some issues with the python packages |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #169 +/- ##
=======================================
Coverage 71.87% 71.87%
=======================================
Files 44 44
Lines 6190 6190
Branches 899 899
=======================================
Hits 4449 4449
Misses 1305 1305
Partials 436 436 |
@@ -287,7 +287,7 @@ jobs: | |||
command: git clone https://github.com/DataDog/system-tests.git | |||
name: clone system-tests repo | |||
- run: | |||
command: sudo apt-get install python3.12-venv | |||
command: "sudo apt update -y \nsudo apt install -y python3.12-venv\n" |
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.
nit: Can we use &&
instead of \n
?
Will these matching tarballs be added to the v1.5.0 release? Or will this be a 1.5.1? |
Will be |
@Xanotis I updated Tracing onlyTracing + Appsec |
Thanks! |
No description provided.