Skip to content

Test and Skip condition should respect succeededOrFailed()#8050

Merged
scbedd merged 1 commit into
Azure:masterfrom
scbedd:feature/proper-skip-condition
Oct 19, 2019
Merged

Test and Skip condition should respect succeededOrFailed()#8050
scbedd merged 1 commit into
Azure:masterfrom
scbedd:feature/proper-skip-condition

Conversation

@scbedd

@scbedd scbedd commented Oct 18, 2019

Copy link
Copy Markdown
Member

No description provided.

@adxsdk6

adxsdk6 commented Oct 18, 2019

Copy link
Copy Markdown

Can one of the admins verify this patch?

@scbedd
scbedd merged commit f9261ec into Azure:master Oct 19, 2019
xiangyan99 added a commit that referenced this pull request Oct 19, 2019
* Update documentation link in CODEOWNERS (#8015)

* remove half of the extraneous ci.yml triggers on core

* logging policy with tests and bugfixes + conside impl (#8048)

* Key Vault: regenerated keyvault for paging logging (#8022)

* regenerated keyvault for paging logging

* fixed kwargs to pop max_page_size

* rename examples to samples (#8040)

* Key Vault: making crypto models congruent with .net's (#8006)

* shaped python's crypto classes to be congruent with .net's

* implemented Charles' comments and added changelog

* properly handling condition for job run (#8050)

* Fix typo allowed_header_namers in HttpLoggingPolicy (#8059)

- job: 'Analyze'
condition: ne(variables['Skip.Analyze'], 'true')
condition: and(succeededOrFailed(), ne(variables['Skip.Analyze'], 'true'))

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Is this just to ensure it doesn't run when a build is canceled?

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.

4 participants