Skip to content

Commit

Permalink
Remove vercel and limits test in pipeline (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
pnwpedro authored Apr 1, 2024
1 parent cf0fd5b commit 7446d78
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions concourse/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,20 +98,20 @@ jobs:
AWS_ACCESS_KEY_ID: ((drivers-platform-tests/aws-access-key-id))
AWS_SECRET_ACCESS_KEY: ((drivers-platform-tests/aws-secret-key))

- task: vercel-tests
image: testtools-image
file: testtools-repo/fauna-driver-platform-tests/concourse/tasks/python-vercel-tests.yml
params:
GIT_COMMIT: ((.:git-commit))
FAUNA_SECRET: ((drivers-platform-tests/fauna-secret))
VERCEL_TOKEN: ((drivers-platform-tests/vercel-token))

- task: query-limits-tests
privileged: true
file: fauna-python-repository/concourse/tasks/query-limits-tests.yml
params:
QUERY_LIMITS_DB: limited
QUERY_LIMITS_COLL: limitCollection
# - task: vercel-tests
# image: testtools-image
# file: testtools-repo/fauna-driver-platform-tests/concourse/tasks/python-vercel-tests.yml
# params:
# GIT_COMMIT: ((.:git-commit))
# FAUNA_SECRET: ((drivers-platform-tests/fauna-secret))
# VERCEL_TOKEN: ((drivers-platform-tests/vercel-token))
#
# - task: query-limits-tests
# privileged: true
# file: fauna-python-repository/concourse/tasks/query-limits-tests.yml
# params:
# QUERY_LIMITS_DB: limited
# QUERY_LIMITS_COLL: limitCollection


- name: release
Expand Down

0 comments on commit 7446d78

Please sign in to comment.