From e57046d32906bb183a1c3484d0fd7173e35afd40 Mon Sep 17 00:00:00 2001 From: Alexei Fedotov Date: Tue, 22 Oct 2024 17:33:00 +0200 Subject: [PATCH 1/2] Add repo test --- .github/workflows/coverity.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 0a82bebbf..a494bbbb4 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -137,7 +137,9 @@ jobs: tar zcf cov-int.tgz cov-int - name: Create coverity artifact + if: github.repository == 'leshikus/mlir-extensions' run: | + exit 1 cd $HOME curl -X POST \ -d version="$version" \ @@ -152,7 +154,9 @@ jobs: echo "build_id=$build_id" | tee -a $GITHUB_ENV - name: Upload coverity build + if: github.repository == 'leshikus/mlir-extensions' run: | + exit 1 cd $HOME curl -X PUT \ --header 'Content-Type: application/json' \ From 513c1187f834376a0ba13fd223b44e3230ec8875 Mon Sep 17 00:00:00 2001 From: Alexei Fedotov Date: Tue, 22 Oct 2024 20:02:12 +0200 Subject: [PATCH 2/2] Add repo test, r1 --- .github/workflows/coverity.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index a494bbbb4..c20d16bb5 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -137,9 +137,8 @@ jobs: tar zcf cov-int.tgz cov-int - name: Create coverity artifact - if: github.repository == 'leshikus/mlir-extensions' + if: github.repository == 'intel/mlir-extensions' run: | - exit 1 cd $HOME curl -X POST \ -d version="$version" \ @@ -154,9 +153,8 @@ jobs: echo "build_id=$build_id" | tee -a $GITHUB_ENV - name: Upload coverity build - if: github.repository == 'leshikus/mlir-extensions' + if: github.repository == 'intel/mlir-extensions' run: | - exit 1 cd $HOME curl -X PUT \ --header 'Content-Type: application/json' \