Skip to content

Commit

Permalink
remove iterative from looking-glass test (#4424)
Browse files Browse the repository at this point in the history
* remove iterative from looking-glass test
  • Loading branch information
MichaelFu512 authored May 17, 2024
1 parent 4220f75 commit 6c61d6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/evalml_main_airflow_performance_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,34 +54,3 @@ jobs:
"logical_date": "${{ env.DEFAULT_TIMESTAMP }}",
"dag_run_id": "api_evalml_automl_run_tests_generate_report_default_${{ env.DEFAULT_TIMESTAMP }}"
}'
- name: Generate iterative ISO timestamp
run: |
echo "ITERATIVE_TIMESTAMP=$(date +"%Y-%m-%dT%H:%M:%S.%3NZ")" >> $GITHUB_ENV
- name: Run iterative algorithm performance test
id: current_iterative
run: |
curl --location --request POST '${{ secrets.AIRFLOW_BASE_URL }}dags/evalml_automl_run_tests_generate_report/dagRuns' \
-u '${{ secrets.AIRFLOW_USER }}:${{ secrets.AIRFLOW_PASS }}' \
--header 'Content-Type: application/json' \
--data-raw '{
"conf": {
"description": "${{ env.CURRENT_HASH }}_iterative )",
"n_trials": 1,
"pytest_args": {
"automl-algo": "iterative",
"ensembling": false,
"max-batches": 0,
"max-iterations": 0,
"holdout-size": 0.5,
"pred-vs-actual": false
},
"python_version": "3.9",
"scenarios_yaml": "release.yaml",
"evalml_branch_previous": "${{ env.PREVIOUS_HASH }}",
"evalml_branch_new": "${{ env.CURRENT_HASH }}",
"username": "${{ secrets.AIRFLOW_USER }}",
"author": "${{ github.event.head_commit.author.name }}"
},
"logical_date": "${{ env.ITERATIVE_TIMESTAMP }}",
"dag_run_id": "api_evalml_automl_run_tests_generate_report_iterative_${{ env.ITERATIVE_TIMESTAMP }}"
}'
1 change: 1 addition & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Release Notes
* Documentation Changes
* Testing Changes
* Run airflow tests in Python 3.9 :pr:`4391`
* Remove iterative test from airflow runs :pr:`4424`
* Update GH actions to improve handling of potentially unsafe variables :pr:`4417`

.. warning::
Expand Down

0 comments on commit 6c61d6e

Please sign in to comment.