This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a change to branch v2-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.


 discard f10aefa  Bump version to 2.1.3
 discard 5e097c7  Fix task retries when they receive sigkill and have retries 
and properly handle sigterm (#16301)
 discard d5c1617  Add Pytest fixture to create dag and dagrun and use it on 
local task job tests (#16889)
 discard f4d05c6  Fix race condition with dagrun callbacks (#16741)
 discard 940ab17  Add 'queued' to DagRunState (#16854)
 discard a682d1c  Add 'queued' state to DagRun (#16401)
 discard 5bcc620  Move DagFileProcessor and DagFileProcessorProcess out of 
scheduler_job.py (#16581)
 discard ec9b1f3  Fix external elasticsearch logs link (#16357)
 discard 39638a1  Run mini scheduler in LocalTaskJob during task exit (#16289)
     new 55e877b  Run mini scheduler in LocalTaskJob during task exit (#16289)
     new 8779a4f  Fix external elasticsearch logs link (#16357)
     new 58dfb97  Move DagFileProcessor and DagFileProcessorProcess out of 
scheduler_job.py (#16581)
     new fb9c80b  Add 'queued' state to DagRun (#16401)
     new 1100af0  Add 'queued' to DagRunState (#16854)
     new b6e7128  Fix race condition with dagrun callbacks (#16741)
     new 84b1ef1  Add Pytest fixture to create dag and dagrun and use it on 
local task job tests (#16889)
     new 1f5c6dc  Fix task retries when they receive sigkill and have retries 
and properly handle sigterm (#16301)
     new ef3ebf2  Bump version to 2.1.3

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (f10aefa)
            \
             N -- N -- N   refs/heads/v2-1-test (ef3ebf2)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 tests/jobs/test_local_task_job.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Reply via email to