summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2016-02-03 11:49:50 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-02-03 11:49:50 +0100
commit69ec09f38aa1f1d37baec73ebdf9cf5f21050f94 (patch)
tree5c1ca9f1dca1ab8b4c23117caaf7cd45583015ae /nixos
parentace76b5bdb9390ecded4d784225a03b916a589f9 (diff)
downloadnixlib-69ec09f38aa1f1d37baec73ebdf9cf5f21050f94.tar
nixlib-69ec09f38aa1f1d37baec73ebdf9cf5f21050f94.tar.gz
nixlib-69ec09f38aa1f1d37baec73ebdf9cf5f21050f94.tar.bz2
nixlib-69ec09f38aa1f1d37baec73ebdf9cf5f21050f94.tar.lz
nixlib-69ec09f38aa1f1d37baec73ebdf9cf5f21050f94.tar.xz
nixlib-69ec09f38aa1f1d37baec73ebdf9cf5f21050f94.tar.zst
nixlib-69ec09f38aa1f1d37baec73ebdf9cf5f21050f94.zip
Don't make chromium-beta/dev release blockers
Generally we shouldn't ship pre-release versions anyway, and we
certainly don't want them to be release blockers. Also, chromium
builds are just too slow to have them blocking the channel (see
https://github.com/NixOS/nixpkgs/issues/12794).
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/chromium.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/tests/chromium.nix b/nixos/tests/chromium.nix
index 1d1e12d0ee39..6c61087760dd 100644
--- a/nixos/tests/chromium.nix
+++ b/nixos/tests/chromium.nix
@@ -2,8 +2,8 @@ import ./make-test.nix (
 { pkgs
 , channelMap ? {
     stable = pkgs.chromium;
-    beta   = pkgs.chromiumBeta;
-    dev    = pkgs.chromiumDev;
+    #beta   = pkgs.chromiumBeta;
+    #dev    = pkgs.chromiumDev;
   }
 , ...
 }: rec {