| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Currently our make target for "unused-imports" check is optional and a
"suggestion". As we now also use pylint to check for missing imports and code
issues, we will now make the unused import check mandatory.
This improves overall code quality.
|
|
wait and retry
|
|
Split smoketest and add VPP tests per PR, but before merging for
the `package-smoketest.yml`
|
|
|
|
T7613: pr mirror workflow manual run option added with closed choice
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Consensus amongst the developers was to rather move the hard PR check to
a soft check in form of an automated review by a Bot using GitHub actions.
|
|
|
|
|
|
default github token
|
|
|
|
T7247: removed pr number input for target repo mirror workflow call
|
|
|
|
Instead of trying to fix - what we call - "Schroedingers build environment"
in the outside world calling this package build, we should rather fix the
Makefile/build system..
|
|
|
|
|
|
|
|
|
|
|
|
Integrated per PR smoketests require the build/manifest.json file to retrieve
additional information to be validated inside the runnning image under test.
|
|
|
|
|
|
workflows
|
|
|
|
|
|
|
|
Change vyos mirror URL
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GitHub: T6560: action must be run on forked repo
|
|
|
|
n order to properly build and test the code that is to be "merged in",
we need to run this action on the source branch of the PR (pull_request) and
not the target branch of the PR (pull_request_target)
|
|
|