Skip to content

Commit

Permalink
add duplicate testrunner for now
Browse files Browse the repository at this point in the history
  • Loading branch information
erikayasuda committed Sep 23, 2024
1 parent 8404342 commit 17f2ce9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitlab/tests/contrib.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
include:
- local: .gitlab/tests.yml

.testrunner:
image: $TESTRUNNER_IMAGE
# DEV: we have a larger pool of amd64 runners, prefer that over arm64
tags: [ "arch:amd64" ]
timeout: 20m
before_script:
- pyenv global 3.12 3.7 3.8 3.9 3.10 3.11 3.13-dev
- export _CI_DD_AGENT_URL=http://${HOST_IP}:8126/

algoliasearch:
extends: .test_base_riot_snapshot
variables:
Expand Down

0 comments on commit 17f2ce9

Please sign in to comment.