Skip to content

fix: Bump ujson minimum version to 5.10.0 (#787) #595

fix: Bump ujson minimum version to 5.10.0 (#787)

fix: Bump ujson minimum version to 5.10.0 (#787) #595

Workflow file for this run

name: System Tests
on:
push:
branches:
- main
pull_request:
branches:
- "**"
schedule:
- cron: '00 03 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build layer
run: |
ARCH=amd64 PYTHON_VERSION=3.13 ./scripts/build_layers.sh
- uses: actions/upload-artifact@v4
with:
path: .layers/datadog_lambda_py-amd64-3.13.zip
name: binaries
system-tests:

Check failure on line 28 in .github/workflows/system_tests.yml

View workflow run for this annotation

GitHub Actions / System Tests

Invalid workflow file

The workflow is not valid. .github/workflows/system_tests.yml (Line: 28, Col: 3): Error calling workflow 'DataDog/system-tests/.github/workflows/system-tests.yml@main'. The nested job 'parametric' is requesting 'id-token: write', but is only allowed 'id-token: none'. .github/workflows/system_tests.yml (Line: 28, Col: 3): Error calling workflow 'DataDog/system-tests/.github/workflows/system-tests.yml@main'. The nested job 'run_end_to_end' is requesting 'id-token: write', but is only allowed 'id-token: none'.
needs:
- build
uses: DataDog/system-tests/.github/workflows/system-tests.yml@main
secrets:
DD_API_KEY: ${{ secrets.DD_API_KEY }}
TEST_OPTIMIZATION_API_KEY: ${{ secrets.TEST_OPTIMIZATION_API_KEY }}
permissions:
contents: read
packages: write
with:
library: python_lambda
binaries_artifact: binaries
scenarios_groups: tracer_release
skip_empty_scenarios: true
push_to_test_optimization: true