Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
45847ce0
Unverified
Commit
45847ce0
authored
5 months ago
by
Kubernetes Prow Robot
Committed by
GitHub
5 months ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #11785 from VannTen/cleanup/tests_reqs
Remove ara in CI + some cleanup
parents
1307b2fe
b9e9364c
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
tests/requirements.txt
+1
-5
1 addition, 5 deletions
tests/requirements.txt
tests/scripts/testcases_cleanup.sh
+0
-5
0 additions, 5 deletions
tests/scripts/testcases_cleanup.sh
tests/scripts/testcases_run.sh
+0
-4
0 additions, 4 deletions
tests/scripts/testcases_run.sh
with
1 addition
and
14 deletions
tests/requirements.txt
+
1
−
5
View file @
45847ce0
-r ../requirements.txt
ansible-lint==24.10.0
apache-libcloud==3.8.0
ara[server]==1.7.2
dopy==0.3.7
distlib==0.3.9
molecule==24.12.0
molecule-plugins[vagrant]==23.5.3
pytest-testinfra==10.1.1
python-vagrant==1.0.0
tox==4.23.2
tzdata==2024.2
yamllint==1.35.1
This diff is collapsed.
Click to expand it.
tests/scripts/testcases_cleanup.sh
+
0
−
5
View file @
45847ce0
...
...
@@ -2,8 +2,3 @@
set
-euxo
pipefail
make
-C
tests delete-
${
CI_PLATFORM
}
-s
if
[
-d
~/.ara
]
;
then
tar
czvf
${
CI_PROJECT_DIR
}
/cluster-dump/ara.tgz ~/.ara
rm
-fr
~/.ara
fi
This diff is collapsed.
Click to expand it.
tests/scripts/testcases_run.sh
+
0
−
4
View file @
45847ce0
...
...
@@ -23,13 +23,9 @@ if [ "${UPGRADE_TEST}" != "false" ]; then
git checkout
"
${
CI_COMMIT_SHA
}
"
--
tests/
fi
# needed for ara not to complain
export
TZ
=
UTC
export
ANSIBLE_REMOTE_USER
=
$SSH_USER
export
ANSIBLE_BECOME
=
true
export
ANSIBLE_BECOME_USER
=
root
export
ANSIBLE_CALLBACK_PLUGINS
=
"
$(
python
-m
ara.setup.callback_plugins
)
"
export
ANSIBLE_INVENTORY
=
${
CI_PROJECT_DIR
}
/inventory/sample/
make
-C
tests
INVENTORY_DIR
=
${
ANSIBLE_INVENTORY
}
create-
${
CI_PLATFORM
}
-s
...
...
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