Skip to content

Commit

Permalink
[CI] Make the technical lint jobs run at pipeline start (DataDog#31435)
Browse files Browse the repository at this point in the history
  • Loading branch information
amenasria authored Nov 27, 2024
1 parent a768373 commit 9907ab2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .gitlab/lint/technical_linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
stage: lint
image: registry.ddbuild.io/ci/datadog-agent-buildimages/deb_x64$DATADOG_AGENT_BUILDIMAGES_SUFFIX:$DATADOG_AGENT_BUILDIMAGES
tags: ["arch:amd64"]
needs: []

lint_licenses:
extends: .lint
Expand Down Expand Up @@ -46,19 +47,16 @@ lint_components:

lint_python:
extends: .lint
needs: []
script:
- inv -e linter.python

lint_update_go:
extends: .lint
needs: []
script:
- inv -e linter.update-go

validate_modules:
extends: .lint
needs: []
script:
- inv -e modules.validate
- inv -e modules.validate-used-by-otel

0 comments on commit 9907ab2

Please sign in to comment.