Commit de68dfee authored by Jim Harris's avatar Jim Harris Committed by Darek Stojaczyk
Browse files

.travis.yml: only notify IRC for spdk/spdk repository



This avoids updates to forks of the main spdk repository
on GitHub from posting notifications to the #spdk channel.

I think this syntax should work, but I'm exactly sure
how to test outside of merging this patch, confirming
that spdk/spdk patches still result in notifications,
and creating an spdk fork and confirming there are no
notifications when it is updated.

Signed-off-by: default avatarJim Harris <james.r.harris@intel.com>
Change-Id: Ie5854d987b7e562abb73a36fd3ee10c43f740b5f

Reviewed-on: https://review.gerrithub.io/c/446317


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
Reviewed-by: default avatarShuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: default avatarDarek Stojaczyk <dariusz.stojaczyk@intel.com>
parent f5ea02f3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ script:
  - ./test/unit/unittest.sh

notifications:
  if: repository_slug = spdk/spdk
  irc:
    channels:
      - "chat.freenode.net#spdk"