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

Tiny cleanup: Move test pipelines to where others are. Remove unnecessary test packages. #912

Merged
merged 1 commit into from
Jan 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/melange-test-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ jobs:

melange test --arch x86_64 --source-dir ./e2e-tests/test-fixtures \
./e2e-tests/$testfile ${{ matrix.package }} \
--pipeline-dirs ./pkg/test/pipelines \
--repository-append https://packages.wolfi.dev/os \
--keyring-append https://packages.wolfi.dev/os/wolfi-signing.rsa.pub

Expand All @@ -100,10 +99,8 @@ jobs:

melange test --arch x86_64 --source-dir ./e2e-tests/test-fixtures \
./e2e-tests/$testfile \
--pipeline-dirs ./pkg/test/pipelines \
--repository-append https://packages.wolfi.dev/os \
--keyring-append https://packages.wolfi.dev/os/wolfi-signing.rsa.pub \
--test-package-append wolfi-base \
--test-package-append busybox \
--test-package-append python-3

4 changes: 1 addition & 3 deletions e2e-tests/php-8.2-msgpack-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test:
environment:
contents:
packages:
- wolfi-base
- busybox
pipeline:
- runs: |
# Make sure msgpack is correctly loaded and listed by modules
Expand All @@ -32,7 +32,6 @@ subpackages:
environment:
contents:
packages:
- wolfi-base
- busybox
pipeline:
- runs: |
Expand All @@ -44,7 +43,6 @@ subpackages:
environment:
contents:
packages:
- wolfi-base
- busybox
pipeline:
- runs: |
Expand Down
1 change: 0 additions & 1 deletion e2e-tests/py3-pandas-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ test:
contents:
packages:
- busybox
- python-3
pipeline:
- runs: |
python3 ./py3-pandas-test.py
Loading