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

Migrate CI tests to GH actions #9605

Merged
merged 2 commits into from
Jan 4, 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
76 changes: 0 additions & 76 deletions prow/jobs/kyma-project/warden/warden-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,44 +97,6 @@ presubmits: # runs on PRs
- name: signify-secret
secret:
secretName: signify-dev-secret
- name: pre-warden-module-build
annotations:
description: "warden module build job"
owner: "otters"
labels:
prow.k8s.io/pubsub.project: "sap-kyma-prow"
prow.k8s.io/pubsub.runID: "pre-warden-module-build"
prow.k8s.io/pubsub.topic: "prowjobs"
preset-sa-kyma-push-images: "true"
skip_if_only_changed: '^docs/|\.md$'
skip_report: false
decorate: true
cluster: untrusted-workload
max_concurrency: 10
branches:
- ^main$
- ^release-.*$
spec:
containers:
- image: "europe-docker.pkg.dev/kyma-project/prod/testimages/buildpack-go:v20231228-b1e22a33"
securityContext:
privileged: false
seccompProfile:
type: RuntimeDefault
allowPrivilegeEscalation: false
command:
- "make"
args:
- "ci-module-build"
env:
- name: MODULE_REGISTRY
value: "europe-docker.pkg.dev/kyma-project/dev/unsigned"
- name: MODULE_SHA
value: "PR-${PULL_NUMBER}"
resources:
requests:
memory: 3Gi
cpu: 2

postsubmits: # runs on main
kyma-project/warden:
Expand Down Expand Up @@ -236,42 +198,4 @@ postsubmits: # runs on main
- name: signify-secret
secret:
secretName: signify-dev-secret
- name: post-warden-module-build
annotations:
description: "warden module build job"
owner: "otters"
labels:
prow.k8s.io/pubsub.project: "sap-kyma-prow"
prow.k8s.io/pubsub.runID: "post-warden-module-build"
prow.k8s.io/pubsub.topic: "prowjobs"
preset-sa-kyma-push-images: "true"
skip_if_only_changed: '^docs/|\.md$'
skip_report: false
decorate: true
cluster: trusted-workload
max_concurrency: 10
branches:
- ^main$
- ^release-.*$
spec:
containers:
- image: "europe-docker.pkg.dev/kyma-project/prod/testimages/buildpack-go:v20231228-b1e22a33"
securityContext:
privileged: false
seccompProfile:
type: RuntimeDefault
allowPrivilegeEscalation: false
command:
- "make"
args:
- "ci-module-build"
env:
- name: MODULE_REGISTRY
value: "europe-docker.pkg.dev/kyma-project/prod/unsigned"
- name: MODULE_SHA
value: "${PULL_BASE_SHA}"
resources:
requests:
memory: 3Gi
cpu: 2

39 changes: 0 additions & 39 deletions prow/jobs/kyma-project/warden/warden-lint.yaml

This file was deleted.

119 changes: 0 additions & 119 deletions prow/jobs/kyma-project/warden/warden-verify.yaml

This file was deleted.

Loading