Skip to content

Commit

Permalink
Add Functest Xtesting git repo in scm
Browse files Browse the repository at this point in the history
Change-Id: I92ffd069e5160f62cd5436804cd299ad08e13a15
Signed-off-by: Cédric Ollivier <[email protected]>
  • Loading branch information
collivier committed Oct 19, 2023
1 parent 1ad167e commit cacb31e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions jjb/functest/xtesting-ci-vm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,19 @@
git-config-name:
git-config-email:

- scm:
name: xtesting-vm-scm
scm:
- git:
url: https://git.opnfv.org/functest-xtesting.git
git-config-name:
git-config-email:

- builder:
name: xtesting-ci-vm-builder
builders:
- shell: |
find
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -
echo "deb https://packages.cloud.google.com/apt cloud-sdk main" | sudo tee \
/etc/apt/sources.list.d/google-cloud-sdk.list
Expand Down Expand Up @@ -45,6 +54,7 @@
name: 'xtesting-ci-vm'
scm:
- xtesting-ci-vm-scm
- xtesting-vm-scm
triggers:
- xtesting-ci-vm-trigger
parameters:
Expand Down

0 comments on commit cacb31e

Please sign in to comment.