Skip to content

Commit

Permalink
Merge pull request #132 from aali309/test
Browse files Browse the repository at this point in the history
test
  • Loading branch information
aali309 committed Feb 20, 2024
2 parents 8eac9ed + ebdd26d commit ab9b2db
Show file tree
Hide file tree
Showing 3 changed files with 345 additions and 348 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
check-before-build:
runs-on: ubuntu-latest
if: github.repository_owner == 'cryostatio' && github.event.issue.pull_request && (startsWith(github.event.comment.body, '/build_test') || startsWith(github.event.comment.body, '/retest'))
if: github.event.issue.pull_request && (startsWith(github.event.comment.body, '/build_test') || startsWith(github.event.comment.body, '/retest'))
permissions:
pull-requests: write
steps:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/push-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ on:
jobs:
code-analysis:
uses: ./.github/workflows/ci-code-analysis.yml
if: github.repository_owner == 'cryostatio'
with:
checkout-repo: ${{ github.event.pull_request.head.repo.full_name }}
checkout-ref: ${{ github.event.pull_request.head.ref }}
Expand All @@ -25,15 +24,13 @@ jobs:
uses: ./.github/workflows/ci-build-image.yml
permissions:
pull-requests: write
if: github.repository_owner == 'cryostatio'
with:
build-arch: amd64

build-and-test-arm64:
uses: ./.github/workflows/ci-build-image.yml
permissions:
pull-requests: write
if: github.repository_owner == 'cryostatio'
with:
build-arch: arm64

Expand Down Expand Up @@ -88,3 +85,4 @@ jobs:
password: ${{ secrets.REGISTRY_PASSWORD }}
- name: Print image URL
run: echo "Image pushed to ${{ steps.push-to-quay.outputs.registry-paths }}"
#test
Loading

0 comments on commit ab9b2db

Please sign in to comment.