summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2023-05-02 21:01:48 +0000
committerGerrit Code Review <gerrit@onap.org>2023-05-02 21:01:48 +0000
commit296672b6ab621bc6bcaa174dd4546d9ff5b35e6e (patch)
tree63556861a4d7bc317d25c3fd730eda1fa18bd7dd
parent94fa4d9d7794b0ad939e2b1a05163bde3830f68e (diff)
parent378a76f8e3f44b6630fda5bc54149f5b5042fdfa (diff)
Merge "Fix: Update Gerrit Verify GHA"
-rw-r--r--.github/workflows/gerrit-verify.yaml20
1 files changed, 3 insertions, 17 deletions
diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml
index 7ef90b2ec..eefd27609 100644
--- a/.github/workflows/gerrit-verify.yaml
+++ b/.github/workflows/gerrit-verify.yaml
@@ -78,22 +78,6 @@ jobs:
- name: Run static analysis and format checkers
run: pipx run tox -e pre-commit
- tox:
- needs: prepare
- runs-on: ubuntu-latest
- steps:
- - uses: lfit/checkout-gerrit-change-action@v0.2
- with:
- gerrit-refspec: ${{ inputs.GERRIT_REFSPEC }}
- delay: "0s"
- - uses: actions/setup-python@v4
- id: setup-python
- with:
- python-version: "3.11"
- - name: Run tests
- run: >-
- TOX_SKIP_ENV=pre-commit pipx run tox
-
jjb-validation:
needs: prepare
runs-on: ubuntu-latest
@@ -106,6 +90,8 @@ jobs:
id: setup-python
with:
python-version: "3.11"
+ - name: Clone git submodules
+ run: git submodule update --init
- name: Run JJB Verify
run: |
python -m pip install --upgrade pip
@@ -124,7 +110,7 @@ jobs:
vote:
if: ${{ always() }}
- needs: [prepare, pre-commit, tox, jjb-validation]
+ needs: [prepare, pre-commit, jjb-validation]
runs-on: ubuntu-latest
steps:
- uses: technote-space/workflow-conclusion-action@v3