Skip to content

Commit 1c3a81c

Browse files
committed
Remove psa-autogen job from travis which was running generate_partition_code.py
which is not needed anymore Signed-off-by: Devaraj Ranganna <[email protected]>
1 parent f76e005 commit 1c3a81c

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

.travis.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2013-2018 Arm Limited. All rights reserved.
1+
# Copyright (c) 2013-2019 Arm Limited. All rights reserved.
22
#
33
# SPDX-License-Identifier: Apache-2.0
44
#
@@ -194,25 +194,6 @@ matrix:
194194

195195
### Extended Tests ###
196196
- &extended-vm
197-
stage: "Extended"
198-
name: "psa autogen"
199-
env: NAME=psa-autogen
200-
language: python
201-
python: 3.7
202-
install:
203-
# Install gcc
204-
- source_pkg gcc
205-
- arm-none-eabi-gcc --version
206-
# Install python modules
207-
- python -m pip install --upgrade pip==18.1
208-
- python -m pip install --upgrade setuptools==40.4.3
209-
- pip install -r requirements.txt
210-
- pip list --verbose
211-
script:
212-
- python tools/psa/generate_partition_code.py
213-
- git diff --exit-code
214-
215-
- <<: *extended-vm
216197
name: "events"
217198
env: NAME=events EVENTS=events
218199
script:

0 commit comments

Comments
 (0)