Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ics-ans-role-conda
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ics-ansible-galaxy
ics-ans-role-conda
Commits
e1df7364
Commit
e1df7364
authored
10 months ago
by
Anders Harrisson
Browse files
Options
Downloads
Plain Diff
Merge branch 'fix_ess_linux' into 'master'
Remove extra packages for ESS Linux See merge request
!9
parents
4cdd54e8
3bd67c6c
No related branches found
No related tags found
1 merge request
!9
Remove extra packages for ESS Linux
Pipeline
#188358
passed
10 months ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-0
2 additions, 0 deletions
.gitlab-ci.yml
tasks/install.yml
+0
-7
0 additions, 7 deletions
tasks/install.yml
with
2 additions
and
7 deletions
.gitlab-ci.yml
+
2
−
0
View file @
e1df7364
...
...
@@ -12,5 +12,7 @@ run_molecule:
RUNNER_TAG
:
molecule
-
SCENARIO
:
ubuntu
RUNNER_TAG
:
ubuntu_2204
-
SCENARIO
:
ess-linux
RUNNER_TAG
:
molecule
script
:
-
molecule test --scenario-name $SCENARIO
This diff is collapsed.
Click to expand it.
tasks/install.yml
+
0
−
7
View file @
e1df7364
...
...
@@ -6,13 +6,6 @@
-
sudo
state
:
present
-
name
:
install extra required packages (ess-linux)
package
:
name
:
-
tar
state
:
present
when
:
ansible_os_family == 'Concurrent CPU SDK'
-
name
:
check if conda is installed
command
:
"
{{
conda_path
}}/bin/conda
--version
2>&1"
check_mode
:
false
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment