Skip to content

Commit

Permalink
Update .gitlab suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
stxue1 committed Jul 17, 2023
1 parent 5b1c0c2 commit 9b2cb3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ variables:
DEBIAN_FRONTEND: "noninteractive"
TOIL_OWNER_TAG: "shared"
MAIN_PYTHON_PKG: "python3.9"
# used to tell pytest which tests to be run by specifying markers
# allows partitioning of tests to prevent duplicate running of tests
# currently specifies special tests that are not ran by quick_test_offline
# Used to tell pytest which tests to be run by specifying markers,
# Allows partitioning of tests to prevent duplicate running of tests in different jobs.
# Currently specifies special tests that are not run by quick_test_offline.
MARKER: "tes or integrative or encryption or kubernetes or mesos or server_mode or fetchable_appliance or appliance or slow or docker or cwl or singularity or rsync3"
before_script:
# Log where we are running, in case some Kubernetes hosts are busted. IPs are assigned per host.
Expand Down

0 comments on commit 9b2cb3c

Please sign in to comment.