From 68d46185f09d31e424a9e01830f7679ed59a55da Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Tue, 24 Oct 2023 14:09:11 -0400 Subject: [PATCH 1/3] testing11 --- .github/workflows/integrated-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integrated-test.yml b/.github/workflows/integrated-test.yml index f392adffea..b91f81e618 100644 --- a/.github/workflows/integrated-test.yml +++ b/.github/workflows/integrated-test.yml @@ -25,7 +25,7 @@ permissions: jobs: - integration-tests: #testing + integration-tests: #test runs-on: ubuntu-latest steps: - name: Install xpath From fca12d9ec84854b5c07bcd8266abda0913dc8f92 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Tue, 24 Oct 2023 15:01:12 -0400 Subject: [PATCH 2/3] testing11 --- .github/workflows/pr-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-ci.yml b/.github/workflows/pr-ci.yml index 92df5d707e..8afa2c5a1b 100644 --- a/.github/workflows/pr-ci.yml +++ b/.github/workflows/pr-ci.yml @@ -208,7 +208,7 @@ jobs: with: script: | const runURL = `https://github.com/${context.repo.owner}/${context.repo.repo}/actions/runs/${{ github.run_id }}`; - const commentBody = `build-and-test: All tests pass ✅. \n[View Actions Run](${runURL}).`; + const commentBody = both build and itest completed successfully ✅. \n[View Actions Run](${runURL}).`; github.rest.issues.createComment({ issue_number: context.issue.number, owner: context.repo.owner, From 5405b151d8c59f59e168f9fb1c4cded68bd774d1 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Tue, 24 Oct 2023 15:30:12 -0400 Subject: [PATCH 3/3] testing11 --- .github/workflows/ci-build-image.yml | 4 ---- .github/workflows/integrated-test.yml | 13 +++++++++---- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci-build-image.yml b/.github/workflows/ci-build-image.yml index 920d0632a1..db57103d3d 100644 --- a/.github/workflows/ci-build-image.yml +++ b/.github/workflows/ci-build-image.yml @@ -10,10 +10,6 @@ on: build-arch: required: true type: string - skip-itests: - required: false - type: boolean - default: false run-tests-only: required: false type: boolean diff --git a/.github/workflows/integrated-test.yml b/.github/workflows/integrated-test.yml index b91f81e618..79d4e49723 100644 --- a/.github/workflows/integrated-test.yml +++ b/.github/workflows/integrated-test.yml @@ -13,11 +13,15 @@ on: required: true type: string pr-number: - required: false - type: string + required: false + type: string sha-value: - required: false - type: string + required: false + type: string + skip-itests: + required: false + type: boolean + default: false permissions: contents: read @@ -27,6 +31,7 @@ permissions: jobs: integration-tests: #test runs-on: ubuntu-latest + if: ${{ !inputs.skip-itests }} steps: - name: Install xpath run: |