Skip to content
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

Merged
merged 114 commits into from
Aug 19, 2024

Conversation

oliveromahony
Copy link
Contributor

@oliveromahony oliveromahony commented Jul 24, 2024

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 with docker-compose.yml

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • I have read the CONTRIBUTING document
  • I have run make install-tools and have attached any dependency changes to this pull request
  • If applicable, I have added tests that prove my fix is effective or that my feature works
  • If applicable, I have checked that any relevant tests pass after adding my changes
  • If applicable, I have updated any relevant documentation (README.md)
  • If applicable, I have tested my cross-platform changes on Ubuntu 22, Redhat 8, SUSE 15 and FreeBSD 13

@oliveromahony oliveromahony marked this pull request as ready for review July 24, 2024 14:35
@github-actions github-actions bot added the chore Pull requests for routine tasks label Jul 30, 2024
@aphralG aphralG self-assigned this Aug 7, 2024
Copy link
Collaborator

@dhurley dhurley left a 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 Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
@aphralG aphralG requested a review from dhurley August 8, 2024 14:50
@oCHRISo oCHRISo added the v2.x Issues and Pull Requests related to the major version v2 label Aug 12, 2024
@aphralG aphralG changed the title Add new docker images to pipeline for integration testing Add new docker images to v2 pipeline for integration testing Aug 12, 2024
@@ -160,11 +212,17 @@ jobs:
with:
name: nginx-agent-unsigned-snapshots
path: build
- name: Login to Docker Registry
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
name: integration-test-logs-${{ matrix.container.image }}-${{ matrix.container.version }}-new
name: integration-test-official-images-logs-${{ matrix.container.image }}-${{ matrix.container.version }}

@aphralG aphralG merged commit 9a05ed0 into main Aug 19, 2024
32 checks passed
@aphralG aphralG deleted the integration-tests-using-oss-repo branch August 19, 2024 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Pull requests for routine tasks dependencies documentation Improvements or additions to documentation v2.x Issues and Pull Requests related to the major version v2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants