-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new docker images to v2 pipeline for integration testing #756
Conversation
remove whitespace
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good just have minor comments on the naming of the new tests
.github/workflows/ci.yml
Outdated
@@ -160,11 +212,17 @@ jobs: | |||
with: | |||
name: nginx-agent-unsigned-snapshots | |||
path: build | |||
- name: Login to Docker Registry | |||
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 | |
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 |
@@ -176,7 +234,7 @@ jobs: | |||
if: success() || failure() | |||
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 | |||
with: | |||
name: integration-test-logs-${{ matrix.container.image }}-${{ matrix.container.version }} | |||
name: integration-test-logs-${{ matrix.container.image }}-${{ matrix.container.version }}-new |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
name: integration-test-logs-${{ matrix.container.image }}-${{ matrix.container.version }}-new | |
name: integration-test-official-images-logs-${{ matrix.container.image }}-${{ matrix.container.version }} |
Proposed changes
Add new docker images from docker registry to the integration testing job
Removed
docker-compose-apk.yml
docker-compose-rpm.yml
docker-compose-deb.yml
in api, features, grpc and install integration tests replaced withdocker-compose.yml
Checklist
Before creating a PR, run through this checklist and mark each as complete.
CONTRIBUTING
documentmake install-tools
and have attached any dependency changes to this pull requestREADME.md
)