Skip to content

Commit

Permalink
chore: nuke the validation (#553)
Browse files Browse the repository at this point in the history
Remove all validation related files, since they are no longer present
after moving out the validation code to its own repository:

    https://github.com/packit/validation

All image builds and changes should be done there.
  • Loading branch information
mfocko authored Jan 26, 2024
2 parents 598bdb9 + 8633849 commit 7178bd9
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 827 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-and-push-cronjob-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
- main
paths:
- cron-jobs/import-images/**
- cron-jobs/packit-service-validation/**

jobs:
build-and-push:
Expand All @@ -20,7 +19,6 @@ jobs:
matrix:
include:
- image: import-images
- image: packit-service-validation

env:
path: cron-jobs/${{ matrix.image }}/
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,3 @@ secrets/fedora-source-git/stg/*

# used in move_stable script
move_stable_repositories

# secrets for validation
cron-jobs/packit-service-validation/secrets
9 changes: 0 additions & 9 deletions cron-jobs/packit-service-validation/Containerfile

This file was deleted.

8 changes: 0 additions & 8 deletions cron-jobs/packit-service-validation/Makefile

This file was deleted.

35 changes: 0 additions & 35 deletions cron-jobs/packit-service-validation/README.md

This file was deleted.

Loading

0 comments on commit 7178bd9

Please sign in to comment.