From 684bf0c8054bd5670996f9b7f6446405a8c6f9d8 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Mon, 23 Oct 2023 13:56:49 -0400 Subject: [PATCH 1/2] testing4 --- .github/workflows/ci-build-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build-image.yml b/.github/workflows/ci-build-image.yml index a983745a2c..2abfcb1d78 100644 --- a/.github/workflows/ci-build-image.yml +++ b/.github/workflows/ci-build-image.yml @@ -142,7 +142,7 @@ jobs: with: step: save - retest-integration-tests: + retest-integration-tests: #testing runs-on: ubuntu-latest if: ${{ !inputs.skip-itests && inputs.run-tests-only && inputs.pr-number != '' && inputs.sha-value != '' }} steps: From 163bac95e86806c654eaa2e344b60a04ae4ea9b9 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Mon, 23 Oct 2023 14:48:00 -0400 Subject: [PATCH 2/2] testing4 --- .github/workflows/ci-build-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build-image.yml b/.github/workflows/ci-build-image.yml index 2abfcb1d78..fcefab68c9 100644 --- a/.github/workflows/ci-build-image.yml +++ b/.github/workflows/ci-build-image.yml @@ -76,7 +76,7 @@ jobs: uses: s4u/maven-settings-action@v2 with: servers: '[{"id": "github", "username": "dummy", "password": "${env.GITHUB_TOKEN_REF}"}]' - githubServer: false + githubServer: true - uses: skjolber/maven-cache-github-action@v1 with: step: restore @@ -170,7 +170,7 @@ jobs: uses: s4u/maven-settings-action@v2 with: servers: '[{"id": "github", "username": "dummy", "password": "${env.GITHUB_TOKEN_REF}"}]' - githubServer: false + githubServer: true - name: Pull cryostat image run: podman pull ghcr.io/${{ github.repository_owner }}/cryostat:pr-${{ inputs.pr-number }}-${{ inputs.sha-value }}-linux-${{ inputs.build-arch }} - name: Run integration tests