Skip to content

Bump github.com/pulumi/pulumi-aws/sdk/v6 from 6.66.2 to 6.71.0 #5236

Bump github.com/pulumi/pulumi-aws/sdk/v6 from 6.66.2 to 6.71.0

Bump github.com/pulumi/pulumi-aws/sdk/v6 from 6.66.2 to 6.71.0 #5236

Workflow file for this run

name: test-infra-definition
on: [push]
permissions: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Let's try to get more free space and avoid `System.IO.IOException: No space left on device` error
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Build
run: go build ./...
- name: Install orchestrion
run: |
go install github.com/DataDog/orchestrion@v1.1.0
orchestrion pin
- name: Test
run: orchestrion go test -v $(go list ./... | grep -v /integration-tests) # We do not run integration-tests here because they require more tooling (Pulumi, invoke, ..). They will be run in a dedicated job
env:
DD_CIVISIBILITY_ENABLED: true
DD_CIVISIBILITY_AGENTLESS_ENABLED: true
DD_ENV: ci
DD_API_KEY: ${{ secrets.DATADOG_API_KEY }}