-
Notifications
You must be signed in to change notification settings - Fork 375
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'psych-fix' into test-psych
* psych-fix: Attempt to fix psych test flakiness DEBUG-2334 respect maxFieldCount in probe specification (#4142) Revert "Run the cucumber test in unbundled environment" (#4143) Update guard rails and doc (Excluding 3.4 installation) Lower declared requirements Use CentOS 7 images for SSI DEBUG-2334 require ostruct for OpenStruct dependency (#4135) DEBUG-2334 Set duration to 0 for DI line probes (#4134)
- Loading branch information
Showing
29 changed files
with
327 additions
and
458 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
FROM ghcr.io/datadog/images-rb/engines/ruby:2.7-centos-gcc |
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
FROM ghcr.io/datadog/images-rb/engines/ruby:3.0-centos-gcc |
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
FROM ghcr.io/datadog/images-rb/engines/ruby:3.1-centos-gcc |
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
FROM ghcr.io/datadog/images-rb/engines/ruby:3.2-centos-gcc |
Oops, something went wrong.