Skip to content

Commit

Permalink
[CI] Remove lint step from unity/pr-head step (#17155)
Browse files Browse the repository at this point in the history
* [CI] Remove lint step from `unity/pr-head` step

This step should only be performed as part of the `lint/pr-head` CI
step.  It was included as part of the unity-specific CI steps prior to
merging of unity into main.  It is no longer necessary as part of
`unity/pr-head`.

* Revert the task_extra_lint.sh removal
  • Loading branch information
Lunderberg authored Jul 16, 2024
1 parent 51d7c5e commit 73078f1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ci/jenkins/unity_jenkinsfile.groovy
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -210,14 +210,6 @@ def lint(node_type) {
)
skip_ci = should_skip_ci(env.CHANGE_ID)
skip_slow_tests = should_skip_slow_tests(env.CHANGE_ID)
sh(
script: "${docker_run} ${ci_lint} ./tests/scripts/task_lint.sh",
label: 'Run lint',
)
sh(
script: "${docker_run} ${ci_lint} ./tests/scripts/unity/task_extra_lint.sh",
label: 'Run extra lint',
)
}
}
}
Expand Down

0 comments on commit 73078f1

Please sign in to comment.