From e7749a223dcfd06fb74cd4df08416846d7d5e271 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 4 Jul 2024 19:11:27 +0200 Subject: [PATCH] ci: preview; DO NOT MERGE --- .github/workflows/linters.yml | 2 +- .github/workflows/patch.yml | 2 ++ .github/workflows/server-tests-mariadb.yml | 4 ++-- .github/workflows/server-tests-postgres.yml | 2 ++ 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index c7caa4cbab2a..fb5530c299bb 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -33,7 +33,7 @@ jobs: cache: pip - name: Download Semgrep rules - run: git clone --depth 1 https://github.com/frappe/semgrep-rules.git frappe-semgrep-rules + run: git clone --depth 1 https://github.com/blaggacao/semgrep-rules.git frappe-semgrep-rules - name: Download semgrep run: pip install semgrep diff --git a/.github/workflows/patch.yml b/.github/workflows/patch.yml index deca0073b895..a41562c5b05e 100644 --- a/.github/workflows/patch.yml +++ b/.github/workflows/patch.yml @@ -96,6 +96,8 @@ jobs: env: DB: mariadb TYPE: server + FRAPPE_USER: blaggacao + FRAPPE_BRANCH: feat/document-caster - name: Run Patch Tests run: | diff --git a/.github/workflows/server-tests-mariadb.yml b/.github/workflows/server-tests-mariadb.yml index 67f58564342a..7535cc47e9c0 100644 --- a/.github/workflows/server-tests-mariadb.yml +++ b/.github/workflows/server-tests-mariadb.yml @@ -116,8 +116,8 @@ jobs: env: DB: mariadb TYPE: server - FRAPPE_USER: ${{ github.event.inputs.user }} - FRAPPE_BRANCH: ${{ github.event.inputs.branch }} + FRAPPE_USER: blaggacao + FRAPPE_BRANCH: feat/document-caster - name: Run Tests run: 'cd ~/frappe-bench/ && bench --site test_site run-parallel-tests --app erpnext --total-builds 4 --build-number ${{ matrix.container }}' diff --git a/.github/workflows/server-tests-postgres.yml b/.github/workflows/server-tests-postgres.yml index 7b2d52acd19c..614cdfeec361 100644 --- a/.github/workflows/server-tests-postgres.yml +++ b/.github/workflows/server-tests-postgres.yml @@ -103,6 +103,8 @@ jobs: env: DB: postgres TYPE: server + FRAPPE_USER: blaggacao + FRAPPE_BRANCH: feat/document-caster - name: Run Tests run: cd ~/frappe-bench/ && bench --site test_site run-parallel-tests --app erpnext --use-orchestrator