Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Hepto
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lutangar
Hepto
Commits
52b7227f
Commit
52b7227f
authored
1 year ago
by
kaiyou
Browse files
Options
Downloads
Patches
Plain Diff
Fix some typos
parent
13779011
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
3
−
3
View file @
52b7227f
...
...
@@ -31,7 +31,7 @@ compile:
variables
:
# The ansible vault only contains secret variables, cluster config itself
# is set from the documentation inventory
ANSIBLE_ARGS
:
-i .ci-vault -i docs/inventory
_
cloud.yaml --vault-password-file /tmp/vault -e node_prefix=ci-$CI_JOB_ID
ANSIBLE_ARGS
:
-i .ci-vault -i docs/inventory
-
cloud.yaml --vault-password-file /tmp/vault -e node_prefix=ci-$CI_JOB_ID
upload
:
stage
:
test
...
...
@@ -57,6 +57,6 @@ test-cluster:
-
debian12
script
:
-
ansible-playbook $ANSIBLE_ARGS ansible/deploy.yaml -e cloud_provider=$PROVIDER -e image=$IMAGE
-
ansible-playbook $ANSIBLE_ARGS ansible/test_podinfo.yaml
-
ansible-playbook $ANSIBLE_ARGS ansible/test_podinfo.yaml
-e cloud_provider=$PROVIDER -e image=$IMAGE
after_script
:
-
ansible-playbook $ANSIBLE_ARGS ansible/cleanup.yaml
-
ansible-playbook $ANSIBLE_ARGS ansible/cleanup.yaml
-e cloud_provider=$PROVIDER -e image=$IMAGE
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