Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch perf to studies #1243

Merged
merged 5 commits into from
Oct 28, 2024
Merged

Switch perf to studies #1243

merged 5 commits into from
Oct 28, 2024

Conversation

atuchin-m
Copy link
Collaborator

@atuchin-m atuchin-m commented Oct 28, 2024

The PR:

  • switches perf filter trials generator from seed.json to studies/
  • archives seed.json

@atuchin-m atuchin-m self-assigned this Oct 28, 2024
@atuchin-m atuchin-m requested a review from a team as a code owner October 28, 2024 13:02
@@ -23,9 +24,6 @@ jobs:
- name: Install requirements
run: pip install -r seed/requirements.txt

- name: Serialize seed
run: python seed/serialize.py seed/seed.json

- name: Generate testing_fieldtrials.json (HEAD)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's rename this workflow file to be something like test-testing-fieldtrials-gen.yml, and also rename name: Test Python Generator to a better suitable name.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done.

@@ -4,6 +4,7 @@ on:
pull_request:
paths:
- 'seed/**'
- 'studies/**'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's also add - 'src/**'

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added.

@atuchin-m atuchin-m requested a review from goodov October 28, 2024 14:28
@atuchin-m atuchin-m added this pull request to the merge queue Oct 28, 2024
Merged via the queue into main with commit 6b8ba27 Oct 28, 2024
7 checks passed
@atuchin-m atuchin-m deleted the switch-perf-to-studies branch October 28, 2024 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants