Skip to content

Commit

Permalink
Run just the one test
Browse files Browse the repository at this point in the history
  • Loading branch information
zregvart committed Oct 3, 2024
1 parent bae6264 commit 28d20d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .tekton/tasks/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ spec:
type: string
steps:
- name: e2e-test
image: quay.io/redhat-user-workloads/konflux-qe-team-tenant/konflux-e2e/konflux-e2e-tests:1fb19f641a803d3803ce90014eb3b56a46a04af2
image: quay.io/zregvart_redhat/konflux-e2e-tests:latest
command: ["/konflux-e2e/konflux-e2e.test"]
# a la infra-deployment updates, when PRs merge in e2e-tests, PRs will be opened
# against build-definitions to update this tag
args: [
"--ginkgo.label-filter=build-templates-e2e",
"--ginkgo.label-filter=test-me",
"--ginkgo.no-color",
"--ginkgo.v",
"--ginkgo.timeout=2h"
Expand Down

0 comments on commit 28d20d9

Please sign in to comment.