From 9b69860bcdd5fb6c19461aa490f7a6babe1db3ec Mon Sep 17 00:00:00 2001 From: Maciej Perkowski Date: Fri, 24 Jun 2022 11:13:46 +0200 Subject: [PATCH 1/2] asga --- scripts/requirements-run-test.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/requirements-run-test.txt b/scripts/requirements-run-test.txt index be1e906aabfc3..63b7c2894f637 100644 --- a/scripts/requirements-run-test.txt +++ b/scripts/requirements-run-test.txt @@ -16,3 +16,5 @@ cbor>=1.0.0 # use for sanitycheck psutil + +asgasg From 7c9ec60a13b9160cd108653f09b4bad146855279 Mon Sep 17 00:00:00 2001 From: Maciej Perkowski Date: Fri, 24 Jun 2022 11:15:12 +0200 Subject: [PATCH 2/2] asgasg --- .github/workflows/compliance.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/compliance.yml b/.github/workflows/compliance.yml index b1edfa993fcdc..a54c5f49cbfe9 100644 --- a/.github/workflows/compliance.yml +++ b/.github/workflows/compliance.yml @@ -33,6 +33,7 @@ jobs: git config --global user.email "you@example.com" git config --global user.name "Your Name" git rebase origin/${BASE_REF} + echo "\n\n\n BASE REF: ${BASE_REF} " ./scripts/ci/check_compliance.py -m Codeowners -m Devicetree -m Gitlint -m Identity -m Nits -m pylint -m checkpatch -m Kconfig -c origin/${BASE_REF}.. || true - name: upload-results