Skip to content

Adding new extra Dimension to include the environment in the metrics and environment filed in the logs #3508

Adding new extra Dimension to include the environment in the metrics and environment filed in the logs

Adding new extra Dimension to include the environment in the metrics and environment filed in the logs #3508

Workflow file for this run

name: ci-python
on:
push:
tags:
- v*
branches:
- master
- azext-aro-*
pull_request:
permissions:
contents: read
jobs:
validate-python:
runs-on: ubuntu-latest
container:
image: registry.access.redhat.com/ubi9/python-311:latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: validate
run: |
make test-python
hack/ci-utils/isClean.sh