Skip to content

Commit 7178bd9

Browse files
authored
chore: nuke the validation (#553)
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.
2 parents 598bdb9 + 8633849 commit 7178bd9

File tree

6 files changed

+0
-827
lines changed

6 files changed

+0
-827
lines changed

.github/workflows/build-and-push-cronjob-image.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
- main
88
paths:
99
- cron-jobs/import-images/**
10-
- cron-jobs/packit-service-validation/**
1110

1211
jobs:
1312
build-and-push:
@@ -20,7 +19,6 @@ jobs:
2019
matrix:
2120
include:
2221
- image: import-images
23-
- image: packit-service-validation
2422

2523
env:
2624
path: cron-jobs/${{ matrix.image }}/

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,3 @@ secrets/fedora-source-git/stg/*
1515

1616
# used in move_stable script
1717
move_stable_repositories
18-
19-
# secrets for validation
20-
cron-jobs/packit-service-validation/secrets

cron-jobs/packit-service-validation/Containerfile

Lines changed: 0 additions & 9 deletions
This file was deleted.

cron-jobs/packit-service-validation/Makefile

Lines changed: 0 additions & 8 deletions
This file was deleted.

cron-jobs/packit-service-validation/README.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)