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
No related tags found
No related merge requests found
...@@ -10,7 +10,6 @@ conda_channels: ...@@ -10,7 +10,6 @@ conda_channels:
- conda-e3 - conda-e3
- ics-conda-forge - ics-conda-forge
- conda-forge - conda-forge
- anaconda-main
# List of conda environment yaml files to create # List of conda environment yaml files to create
conda_env_files: [] conda_env_files: []
# Name of the conda environment to activate by default # Name of the conda environment to activate by default
......
...@@ -2,6 +2,5 @@ ...@@ -2,6 +2,5 @@
name: myenv1 name: myenv1
channels: channels:
- conda-forge - conda-forge
- anaconda-main
dependencies: dependencies:
- python=3.7.1 - python=3.7.1
...@@ -2,6 +2,5 @@ ...@@ -2,6 +2,5 @@
name: myenv2 name: myenv2
channels: channels:
- conda-forge - conda-forge
- anaconda-main
dependencies: dependencies:
- python=3.7.3 - python=3.7.3
...@@ -23,7 +23,6 @@ provisioner: ...@@ -23,7 +23,6 @@ provisioner:
conda_rpm: conda_rpm:
conda_channels: conda_channels:
- conda-forge - conda-forge
- anaconda-main
scenario: scenario:
name: default name: default
verifier: verifier:
......
...@@ -40,7 +40,6 @@ def test_condarc_file(host): ...@@ -40,7 +40,6 @@ def test_condarc_file(host):
== """channel_alias: https://artifactory.esss.lu.se/artifactory/api/conda == """channel_alias: https://artifactory.esss.lu.se/artifactory/api/conda
channels: channels:
- conda-forge - conda-forge
- anaconda-main
default_channels: [] default_channels: []
auto_update_conda: False auto_update_conda: False
use_only_tar_bz2: True""" use_only_tar_bz2: True"""
...@@ -53,7 +52,6 @@ channels: ...@@ -53,7 +52,6 @@ channels:
- conda-e3 - conda-e3
- ics-conda-forge - ics-conda-forge
- conda-forge - conda-forge
- anaconda-main
default_channels: [] default_channels: []
auto_update_conda: False auto_update_conda: False
use_only_tar_bz2: True""" use_only_tar_bz2: True"""
......
--- ---
# When using RPM, conda should be updated using yum. # When using RPM, conda should be updated using yum.
# The issue is that new RPMs currently takes a very long time # 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. # So we use the default installer for now.
- name: uninstall conda RPM - name: uninstall conda RPM
......
--- ---
conda_installer: Mambaforge-4.12.0-2-Linux-x86_64.sh conda_installer: Mambaforge-4.12.0-2-Linux-x86_64.sh
conda_installer_md5: 1065611da2fda460c15a33e061099b0b 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 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