Skip to content

Commit

Permalink
workflow tests - branch fixed (#5884)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkonieczny authored Oct 1, 2024
1 parent f222ec3 commit bfb3940
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions test/junit/crd-workflow/smoke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
content:
git:
uri: https://github.com/kubeshop/testkube
revision: workflow-tests-junit # TODO: update
revision: main
paths:
- test/junit/junit5-project
container:
Expand All @@ -35,7 +35,7 @@ spec:
content:
git:
uri: https://github.com/kubeshop/testkube
revision: workflow-tests-junit # TODO: update
revision: main
paths:
- test/junit/junit5-project
container:
Expand All @@ -62,7 +62,7 @@ spec:
content:
git:
uri: https://github.com/kubeshop/testkube
revision: workflow-tests-junit # TODO: update
revision: main
paths:
- test/junit/junit5-project
container:
Expand Down
6 changes: 3 additions & 3 deletions test/pytest/crd-workflow/smoke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
content:
git:
uri: https://github.com/kubeshop/testkube
revision: workflow-tests-junit # TODO: update
revision: main
paths:
- test/pytest/pytest-project
container:
Expand All @@ -34,7 +34,7 @@ spec:
content:
git:
uri: https://github.com/kubeshop/testkube
revision: workflow-tests-junit # TODO: update
revision: main
paths:
- test/pytest/pytest-project
container:
Expand Down Expand Up @@ -64,7 +64,7 @@ spec:
content:
git:
uri: https://github.com/kubeshop/testkube
revision: workflow-tests-junit # TODO: update
revision: main
paths:
- test/pytest/pytest-project
container:
Expand Down

0 comments on commit bfb3940

Please sign in to comment.