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

Feature/airflow version #478

Merged
merged 6 commits into from
Oct 4, 2023
Merged

Feature/airflow version #478

merged 6 commits into from
Oct 4, 2023

Conversation

ggsdc
Copy link
Member

@ggsdc ggsdc commented Oct 4, 2023

Modified Python version to be 3.10 on Dockerfiles
Modified Airflow version to be 2.7.1
Workflows get run if they change

Upgraded airflow to 2.7.1
Run workflows on workflow change just in case
@ggsdc ggsdc added enhancement New feature or request major change Changes that require major changes to the codebase dependencies Pull requests that update a dependency file labels Oct 4, 2023
@ggsdc ggsdc requested a review from ampuerin October 4, 2023 09:00
@ggsdc ggsdc self-assigned this Oct 4, 2023
@ggsdc ggsdc changed the base branch from master to development October 4, 2023 09:00
@codecov
Copy link

codecov bot commented Oct 4, 2023

Codecov Report

Merging #478 (d6f294b) into development (ddb6154) will increase coverage by 0.78%.
Report is 26 commits behind head on development.
The diff coverage is 87.26%.

@@               Coverage Diff               @@
##           development     #478      +/-   ##
===============================================
+ Coverage        78.69%   79.48%   +0.78%     
===============================================
  Files              228      262      +34     
  Lines            12526    14538    +2012     
===============================================
+ Hits              9857    11555    +1698     
- Misses            2669     2983     +314     
Flag Coverage Δ
client-tests 78.26% <80.00%> (+1.44%) ⬆️
dags-tests 82.34% <100.00%> (-0.26%) ⬇️
server-tests 84.05% <87.82%> (-0.18%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
cornflow-dags/DAG/rostering/solvers/mip_model.py 97.11% <100.00%> (ø)
cornflow-dags/DAG/tsp/__init__.py 100.00% <100.00%> (ø)
cornflow-dags/DAG/tsp/solvers/__init__.py 100.00% <ø> (ø)
cornflow-server/cornflow/app.py 94.92% <100.00%> (+0.23%) ⬆️
cornflow-server/cornflow/cli/__init__.py 100.00% <100.00%> (ø)
cornflow-server/cornflow/cli/migrations.py 34.21% <100.00%> (ø)
cornflow-server/cornflow/cli/service.py 14.39% <100.00%> (ø)
...rnflow-server/cornflow/cli/tools/endpoint_tools.py 100.00% <100.00%> (ø)
cornflow-server/cornflow/cli/tools/models_tools.py 92.39% <100.00%> (ø)
...flow-server/cornflow/cli/tools/schema_generator.py 98.38% <ø> (ø)
... and 85 more

... and 11 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@ggsdc ggsdc merged commit 00e5582 into development Oct 4, 2023
30 of 32 checks passed
@ggsdc ggsdc deleted the feature/airflow_version branch October 4, 2023 13:58
@ggsdc ggsdc mentioned this pull request Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request major change Changes that require major changes to the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants