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

embryonic Slack notification for master builds #560

Merged
merged 1 commit into from
Apr 26, 2019
Merged

Conversation

garyverhaegen-da
Copy link
Contributor

No description provided.

@garyverhaegen-da garyverhaegen-da force-pushed the slack-notifications branch 2 times, most recently from 907c59b to 67585c5 Compare April 16, 2019 20:40
@garyverhaegen-da garyverhaegen-da force-pushed the slack-notifications branch 3 times, most recently from 9b4c6cc to fa35474 Compare April 16, 2019 22:22

- job: notify
dependsOn: ["linux", "macos", "windows", "release"]
condition: always() #eq(variables['Build.SourceBranchName'], 'master')
Copy link
Contributor

Choose a reason for hiding this comment

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

I guess you only disabled this for testing?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, will definitely re-enable before merging.

@garyverhaegen-da garyverhaegen-da force-pushed the slack-notifications branch 5 times, most recently from 75b5039 to 3cda712 Compare April 18, 2019 16:53
@garyverhaegen-da garyverhaegen-da force-pushed the slack-notifications branch 4 times, most recently from 17e3a5e to 7cdbc53 Compare April 26, 2019 15:27
@@ -25,6 +25,14 @@ jobs:
- template: ci/build-unix.yml
parameters:
name: linux
- bash: |
Copy link
Contributor

Choose a reason for hiding this comment

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

hoping azures' yaml parser supports this: can we use anchors and merge keys to reduce code duplication?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

/azure-pipelines.yml: Anchors are not currently supported. Remove the anchor 'SLACK'

Nope :(

Copy link
Contributor

Choose a reason for hiding this comment

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

@mergify mergify bot merged commit f9318bf into master Apr 26, 2019
@mergify mergify bot deleted the slack-notifications branch April 26, 2019 23:45
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