Skip to content

Commit ac18bf8

Browse files
🌱 ci: use smaller repo for gitlab e2e tests to avoid timeouts (#4924)
The previous repo had 500k+ commits, where as this new one has 1% as many (~4k). Signed-off-by: Spencer Schrock <[email protected]>
1 parent 6ad2b70 commit ac18bf8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

clients/gitlabrepo/graphql_e2e_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ var _ = Describe("E2E TEST: gitlabrepo.graphqlHandler", func() {
2828

2929
Context("E2E TEST: Confirm query result - GitLab", func() {
3030
It("Should have sufficient number of merge requests", func() {
31-
repo, err := MakeGitlabRepo("gitlab.com/gitlab-org/gitlab")
31+
repo, err := MakeGitlabRepo("gitlab.com/gitlab-org/api/client-go")
3232
Expect(err).Should(BeNil())
3333

3434
glRepo, ok := repo.(*Repo)
@@ -50,7 +50,7 @@ var _ = Describe("E2E TEST: gitlabrepo.graphqlHandler", func() {
5050

5151
Context("E2E TEST: Validate query cost - GitLab", func() {
5252
It("Should not have increased for HEAD query", func() {
53-
repo, err := MakeGitlabRepo("gitlab.com/gitlab-org/gitlab")
53+
repo, err := MakeGitlabRepo("gitlab.com/gitlab-org/api/client-go")
5454
Expect(err).Should(BeNil())
5555

5656
glRepo, ok := repo.(*Repo)

0 commit comments

Comments
 (0)