Skip to content

Commit

Permalink
Update integration.yaml (#174)
Browse files Browse the repository at this point in the history
# Description

Please provide a brief description of the changes made in this pull
request.

## Related Issue

If this pull request is related to any issue, please mention it here.
Additionally, make sure that the issue is assigned to you before
submitting this pull request.

## Checklist

- [ ] I have read the [contributing
documantation](https://retina.sh/docs/contributing).
- [ ] I signed and signed-off the commits (`git commit -S -s ...`)
- [ ] I have correctly attributed the author(s) of the code.
- [ ] I have tested the changes locally.
- [ ] I have followed the project's style guidelines.
- [ ] I have updated the documentation, if necessary.
- [ ] I have added tests, if applicable.

## Screenshots (if applicable)

Please add any relevant screenshots or GIFs to showcase the changes
made.

## Additional Notes

Add any additional notes or context about the pull request here.

---

Please refer to the [CONTRIBUTING.md](../CONTRIBUTING.md) file for more
information on how to contribute to this project.

Signed-off-by: Jacques I Massa <[email protected]>
  • Loading branch information
jimassa authored Mar 28, 2024
1 parent b427b53 commit 8cffcf5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name: Build images and run E2E tests.

on:
pull_request:
merge_group:
types: [checks_requested]
workflow_dispatch:

permissions:
Expand Down Expand Up @@ -154,6 +154,7 @@ jobs:
IMAGE_REGISTRY=acnpublic.azurecr.io \
e2e:
if: ${{ github.event_name == 'merge_group' }}
name: Run E2E Tests
runs-on: ubuntu-latest
needs: [manifests]
Expand Down Expand Up @@ -182,4 +183,4 @@ jobs:
run: |
set -euo pipefail
export AZURE_SUBSCRIPTION_ID=${{ secrets.AZURE_SUBSCRIPTION }}
go test -v ./test/e2e/scenarios/retina/*.go -timeout 30m -tags=e2e -count=1 -args -image-tag=$(make version) -image-registry=acnpublic.azurecr.io -image-namespace=${{ github.repository}}
go test -v ./test/e2e/scenarios/retina/*.go -timeout 30m -tags=e2e -count=1 -args -image-tag=$(make version) -image-registry=acnpublic.azurecr.io -image-namespace=${{ github.repository}}

0 comments on commit 8cffcf5

Please sign in to comment.