Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
camino
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
pnm-public
camino
Commits
7788ce9e
Commit
7788ce9e
authored
9 months ago
by
BITARD Michaël
Committed by
MAUBERT Vincent
9 months ago
Browse files
Options
Downloads
Patches
Plain Diff
chore(tests): améliore la résilience des tests d'intégration (
!1491
)
parent
1023f954
No related branches found
No related tags found
1 merge request
!1491
chore(tests): améliore la résilience des tests d'intégration
Pipeline
#403705
failed
9 months ago
Stage: prepare
Stage: test
Stage: build
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+0
-1
0 additions, 1 deletion
.gitlab-ci.yml
.gitlab/ci/api.yml
+3
-1
3 additions, 1 deletion
.gitlab/ci/api.yml
packages/api/vitest.integration.config.ts
+1
-1
1 addition, 1 deletion
packages/api/vitest.integration.config.ts
with
4 additions
and
3 deletions
.gitlab-ci.yml
+
0
−
1
View file @
7788ce9e
default
:
default
:
tags
:
[
global
,
shared
]
tags
:
[
global
,
shared
]
interruptible
:
true
interruptible
:
true
tags
:
[
global
,
shared
]
stages
:
stages
:
-
prepare
-
prepare
...
...
This diff is collapsed.
Click to expand it.
.gitlab/ci/api.yml
+
3
−
1
View file @
7788ce9e
...
@@ -20,7 +20,9 @@ api/test/integration:
...
@@ -20,7 +20,9 @@ api/test/integration:
-
name
:
postgis/postgis:16-3.4
-
name
:
postgis/postgis:16-3.4
alias
:
postgres
alias
:
postgres
stage
:
test
stage
:
test
script
:
make test/api-integration
script
:
-
./.gitlab/wait-for-it.sh -h ${PGHOST} -p ${PGPORT} -t 30 -- echo 'done'
-
make test/api-integration
api/type
:
api/type
:
extends
:
.prepare-node-run
extends
:
.prepare-node-run
stage
:
test
stage
:
test
...
...
This diff is collapsed.
Click to expand it.
packages/api/vitest.integration.config.ts
+
1
−
1
View file @
7788ce9e
...
@@ -13,7 +13,7 @@ export default defineConfig({
...
@@ -13,7 +13,7 @@ export default defineConfig({
},
},
setupFiles
:
path
.
resolve
(
__dirname
,
'
./tests/vitestSetup.ts
'
),
setupFiles
:
path
.
resolve
(
__dirname
,
'
./tests/vitestSetup.ts
'
),
testTimeout
:
10000
,
testTimeout
:
10000
,
hookTimeout
:
30
000
,
hookTimeout
:
45
000
,
env
:
testEnv
,
env
:
testEnv
,
},
},
})
})
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment