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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
b9e9364c
Unverified
Commit
b9e9364c
authored
7 months ago
by
Max Gautier
Browse files
Options
Downloads
Patches
Plain Diff
Remove ara support in CI
We do not use it and it has some overhead.
parent
61b9bb93
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
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
0 additions
and
9 deletions
tests/scripts/testcases_cleanup.sh
+
0
−
5
View file @
b9e9364c
...
@@ -2,8 +2,3 @@
...
@@ -2,8 +2,3 @@
set
-euxo
pipefail
set
-euxo
pipefail
make
-C
tests delete-
${
CI_PLATFORM
}
-s
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 @
b9e9364c
...
@@ -23,13 +23,9 @@ if [ "${UPGRADE_TEST}" != "false" ]; then
...
@@ -23,13 +23,9 @@ if [ "${UPGRADE_TEST}" != "false" ]; then
git checkout
"
${
CI_COMMIT_SHA
}
"
--
tests/
git checkout
"
${
CI_COMMIT_SHA
}
"
--
tests/
fi
fi
# needed for ara not to complain
export
TZ
=
UTC
export
ANSIBLE_REMOTE_USER
=
$SSH_USER
export
ANSIBLE_REMOTE_USER
=
$SSH_USER
export
ANSIBLE_BECOME
=
true
export
ANSIBLE_BECOME
=
true
export
ANSIBLE_BECOME_USER
=
root
export
ANSIBLE_BECOME_USER
=
root
export
ANSIBLE_CALLBACK_PLUGINS
=
"
$(
python
-m
ara.setup.callback_plugins
)
"
export
ANSIBLE_INVENTORY
=
${
CI_PROJECT_DIR
}
/inventory/sample/
export
ANSIBLE_INVENTORY
=
${
CI_PROJECT_DIR
}
/inventory/sample/
make
-C
tests
INVENTORY_DIR
=
${
ANSIBLE_INVENTORY
}
create-
${
CI_PLATFORM
}
-s
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