Skip to content
Snippets Groups Projects
Commit 7383c5ff authored by Anders Harrisson's avatar Anders Harrisson
Browse files

Remove 'anaconda-main' from default Conda channels

JIRA INFRA-6368
parent 6258d46a
No related branches found
Tags v1.5.0
No related merge requests found
......@@ -10,7 +10,6 @@ conda_channels:
- conda-e3
- ics-conda-forge
- conda-forge
- anaconda-main
# List of conda environment yaml files to create
conda_env_files: []
# Name of the conda environment to activate by default
......
......@@ -2,6 +2,5 @@
name: myenv1
channels:
- conda-forge
- anaconda-main
dependencies:
- python=3.7.1
......@@ -2,6 +2,5 @@
name: myenv2
channels:
- conda-forge
- anaconda-main
dependencies:
- python=3.7.3
......@@ -23,7 +23,6 @@ provisioner:
conda_rpm:
conda_channels:
- conda-forge
- anaconda-main
scenario:
name: default
verifier:
......
......@@ -40,7 +40,6 @@ def test_condarc_file(host):
== """channel_alias: https://artifactory.esss.lu.se/artifactory/api/conda
channels:
- conda-forge
- anaconda-main
default_channels: []
auto_update_conda: False
use_only_tar_bz2: True"""
......@@ -53,7 +52,6 @@ channels:
- conda-e3
- ics-conda-forge
- conda-forge
- anaconda-main
default_channels: []
auto_update_conda: False
use_only_tar_bz2: True"""
......
---
# When using RPM, conda should be updated using yum.
# The issue is that new RPMs currently takes a very long time
# before to be updated/released by anaconda.
# before to be updated/released.
# So we use the default installer for now.
- name: uninstall conda RPM
......
---
conda_installer: Mambaforge-4.12.0-2-Linux-x86_64.sh
conda_installer_md5: 1065611da2fda460c15a33e061099b0b
conda_installer_url: "https://artifactory.esss.lu.se/artifactory/swi-pkg/anaconda/{{ conda_installer }}"
conda_installer_url: "https://artifactory.esss.lu.se/artifactory/swi-pkg/conda/{{ conda_installer }}"
conda_path: /opt/conda
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment