Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitlab/test/e2e/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ go_e2e_test_binaries:
- !reference [.retrieve_linux_go_e2e_deps]
script:
- pushd test/new-e2e
- go install github.com/DataDog/orchestrion@v1.4.0
- go install github.com/DataDog/orchestrion@v1.10.0
- popd
- dda inv -- -e new-e2e-tests.build-binaries --output-dir test-binaries -p $KUBERNETES_CPU_REQUEST --manifest-file-path manifest.json
- dda inv -- -e new-e2e-tests.upload-binaries --output-dir test-binaries --manifest-file-path manifest.json --s3-base-uri $S3_PERMANENT_ARTIFACTS_URI/e2e-pre-build/$CI_PIPELINE_ID
Expand Down
19 changes: 10 additions & 9 deletions test/new-e2e/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ require (
github.com/DataDog/datadog-agent/pkg/trace v0.77.0
github.com/DataDog/datadog-go/v5 v5.8.3
github.com/DataDog/dd-trace-go/v2 v2.8.2
github.com/DataDog/orchestrion v1.4.0
github.com/DataDog/orchestrion v1.10.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep CI's Orchestrion install in sync

When this module is used to build precompiled E2E test binaries, the go_e2e_test_binaries job still installs github.com/DataDog/orchestrion@v1.4.0 before invoking new-e2e-tests.build-binaries (.gitlab/test/e2e/e2e.yml lines 198-201), and that task runs the orchestrion go test -c executable from PATH (tasks/new_e2e_tests.py line 140). As a result, this bump to v1.10.0 is not exercised in the CI path that builds those binaries; update the install command or derive it from this go.mod so the new tool version is actually used.

Useful? React with 👍 / 👎.

github.com/avast/retry-go/v4 v4.7.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.103.3
github.com/digitalocean/go-libvirt v0.0.0-20240812180835-9c6c0a310c6c
Expand Down Expand Up @@ -282,6 +282,7 @@ require (
github.com/DataDog/sketches-go v1.4.8 // indirect
github.com/Masterminds/semver/v3 v3.5.0 // indirect
github.com/alessio/shellescape v1.4.2 // indirect
github.com/antithesishq/antithesis-sdk-go v0.7.0 // indirect
github.com/aws/aws-sdk-go v1.55.8 // indirect
github.com/aws/aws-sdk-go-v2/service/ecr v1.58.4 // indirect
github.com/aws/aws-sdk-go-v2/service/signin v1.2.0 // indirect
Expand Down Expand Up @@ -322,21 +323,22 @@ require (
github.com/lufia/plan9stats v0.0.0-20260216142805-b3301c5f2a88 // indirect
github.com/mdlayher/socket v0.6.0 // indirect
github.com/mdlayher/vsock v1.3.0 // indirect
github.com/minio/highwayhash v1.0.3 // indirect
github.com/minio/highwayhash v1.0.4 // indirect
github.com/minio/simdjson-go v0.4.5 // indirect
github.com/moby/docker-image-spec v1.3.1 // indirect
github.com/moby/moby/api v1.54.2 // indirect
github.com/moby/moby/client v0.4.1 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/nats-io/jwt/v2 v2.7.3 // indirect
github.com/nats-io/nats-server/v2 v2.11.1 // indirect
github.com/nats-io/nats.go v1.41.1 // indirect
github.com/nats-io/nkeys v0.4.10 // indirect
github.com/nats-io/jwt/v2 v2.8.0 // indirect
github.com/nats-io/nats-server/v2 v2.12.4 // indirect
github.com/nats-io/nats.go v1.49.0 // indirect
github.com/nats-io/nkeys v0.4.15 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
github.com/outcaste-io/ristretto v0.2.3 // indirect
github.com/petermattis/goid v0.0.0-20260226131333-17d1149c6ac6 // indirect
github.com/pgavlin/fx/v2 v2.0.12 // indirect
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
github.com/polyfloyd/go-errorlint v1.8.1-0.20250906200200-9b25878c4dea // indirect
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
github.com/pulumi/pulumi-azure-native-sdk/authorization/v2 v2.92.3 // indirect
github.com/pulumi/pulumi-azure-native-sdk/compute/v2 v2.92.3 // indirect
Expand All @@ -353,18 +355,17 @@ require (
github.com/pulumi/pulumi-tls/sdk/v4 v4.11.4 // indirect
github.com/puzpuzpuz/xsync/v3 v3.5.1 // indirect
github.com/rs/zerolog v1.35.1 // indirect
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
github.com/secure-systems-lab/go-securesystemslib v0.11.0 // indirect
github.com/shirou/gopsutil/v4 v4.26.5 // indirect
github.com/spf13/cast v1.10.0 // indirect
github.com/tklauser/go-sysconf v0.3.16 // indirect
github.com/tklauser/numcpus v0.11.0 // indirect
github.com/trailofbits/go-mutexasserts v0.0.0-20250514102930-c1f3d2e37561 // indirect
github.com/twinj/uuid v0.0.0-20151029044442-89173bcdda19 // indirect
github.com/urfave/cli/v2 v2.27.6 // indirect
github.com/urfave/cli/v2 v2.27.7 // indirect
github.com/x448/float16 v0.8.4 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
go.opentelemetry.io/collector/component v1.60.0 // indirect
Expand Down
40 changes: 22 additions & 18 deletions test/new-e2e/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading