Skip to content

chore(ci): use dd-sts for system-tests test optimization #607

chore(ci): use dd-sts for system-tests test optimization

chore(ci): use dd-sts for system-tests test optimization #607

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:
needs:
- build
uses: DataDog/system-tests/.github/workflows/system-tests.yml@1e5d6b7096279ca43ce4826fda3cc805635b63c1
permissions:
id-token: write
with:
library: python_lambda
binaries_artifact: binaries
scenarios_groups: tracer_release
skip_empty_scenarios: true
push_to_test_optimization: true