Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
Replace telugu with nvda.
Browse files Browse the repository at this point in the history
telugu's snapset was invalid under Tony's new validation scheme.

nvda is the largest snapset we currently have (10k).
  • Loading branch information
mrtyler committed Jun 12, 2019
1 parent dc30b98 commit a0b8fde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gcp/modules/locust/tasks/flowmanager.py
Expand Up @@ -3,7 +3,7 @@

class FlowmanagerTasks(TaskSet):

_keys = ["carla", "vladimir", "wayne", "omar", "telugu"]
_keys = ["carla", "vladimir", "wayne", "omar", "nvda"]

@task
def post_access_token(self):
Expand Down
2 changes: 1 addition & 1 deletion gcp/modules/locust/tasks/preferences.py
Expand Up @@ -3,7 +3,7 @@

class PreferencesTasks(TaskSet):

_keys = ["carla", "vladimir", "wayne", "omar", "telugu"]
_keys = ["carla", "vladimir", "wayne", "omar", "nvda"]

@task
def get_pref_by_key(self):
Expand Down

0 comments on commit a0b8fde

Please sign in to comment.