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 .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Install orchestrion
run: |
go install github.com/DataDog/orchestrion@v1.1.0
go install github.com/DataDog/orchestrion@v1.4.0
orchestrion pin

- name: Test
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ integration-testing:
- chmod 400 $E2E_PRIVATE_KEY_PATH
- ssh-add $E2E_PRIVATE_KEY_PATH
- pip install -r requirements.txt
- go install github.com/DataDog/orchestrion@v1.1.0
- go install github.com/DataDog/orchestrion@v1.4.0
- orchestrion pin
- export DD_CIVISIBILITY_ENABLED=true
- export DD_CIVISIBILITY_AGENTLESS_ENABLED=true
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ RUN DDA_VERSION="$(curl -s https://raw.githubusercontent.com/DataDog/datadog-age
go install gotest.tools/gotestsum@latest

# Install Orchestrion for native Go Test Visibility support
RUN go install github.com/DataDog/orchestrion@v1.0.1
RUN go install github.com/DataDog/orchestrion@v1.4.0

RUN rm -rf /tmp/test-infra

Expand Down
Loading