Change in ehud-v2-test[master]: stdci.yaml: removed arch
by review@gerrit-staging.phx.ovirt.org
From Ehud Yonasi <eyonasi(a)redhat.com>:
Ehud Yonasi has posted comments on this change. ( https://gerrit-staging.phx.ovirt.org/180 )
Change subject: stdci.yaml: removed arch
......................................................................
Patch Set 1: Verified+1 Code-Review+2
--
To view, visit https://gerrit-staging.phx.ovirt.org/180
To unsubscribe, visit https://gerrit-staging.phx.ovirt.org/settings
Gerrit-Project: ehud-v2-test
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ia50e7761bd857ee435c6ad53f822c9780b2fa308
Gerrit-Change-Number: 180
Gerrit-PatchSet: 1
Gerrit-Owner: Ehud Yonasi <eyonasi(a)redhat.com>
Gerrit-Reviewer: Ehud Yonasi <eyonasi(a)redhat.com>
Gerrit-Reviewer: Jenkins CI <infra(a)ovirt.org>
Gerrit-Comment-Date: Tue, 14 Aug 2018 08:16:03 +0000
Gerrit-HasComments: No
6 years, 3 months
[JIRA] (OVIRT-2431) ovirt.org and Eloqua tag
by Eyal Edri (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-2431?page=com.atlassian.jir... ]
Eyal Edri commented on OVIRT-2431:
----------------------------------
[~duck] can you help? are you familiar with this tag?
cc [~gshereme(a)redhat.com]
> ovirt.org and Eloqua tag
> ------------------------
>
> Key: OVIRT-2431
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2431
> Project: oVirt - virtualization made easy
> Issue Type: By-EMAIL
> Reporter: Marcia Coman
> Assignee: infra
>
> I am contacting you about a legacy Eloqua tag reference on ovirt.org. This
> project <https://mojo.redhat.com/docs/DOC-1061722> is the reason I'm
> contacting all websites with references to the legacy Eloqua tag and legacy
> Adobe Analytics s_code implementation. By the end of the year, the legacy
> Eloqua script on ovirt.org and other Upstream Community sites will be
> substituted server-side with replacements that do not make any service
> calls (i.e. they will no longer do any tracking). The substituted mock
> scripts should not cause failures on your site but to mitigate any
> potential of failures, we are asking properties referencing these legacy
> scripts to remove them.
> You have a block of code on your site referencing the legacy Eloqua
> scripts. This is the block of code that needs to be removed:
> <!-- eloqua -->
> <script src='//www.redhat.com/j/elqNow/elqCfg.js' type='text/javascript'></
> script>
> <script src='//www.redhat.com/j/elqNow/elqImg.js' type='text/javascript'></
> script>
> If you are using the Eloqua GUID for any form processing, please let me
> know and we can discuss how to deploy the new Eloqua tag on your site.
> Thanks!!
> --
> Marcia Coman
> System Analyst, Marketing Operations
> Adobe Analytics Mojo Page
> <https://mojo.redhat.com/community/marketing/marketing-operations/adobe-an...>
> Red Hat
> <https://www.redhat.com>
> T: 919-890-8629
> <https://red.ht/sig>
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100090)
6 years, 3 months
[JIRA] (OVIRT-2431) ovirt.org and Eloqua tag
by Marcia Coman (oVirt JIRA)
Marcia Coman created OVIRT-2431:
-----------------------------------
Summary: ovirt.org and Eloqua tag
Key: OVIRT-2431
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2431
Project: oVirt - virtualization made easy
Issue Type: By-EMAIL
Reporter: Marcia Coman
Assignee: infra
I am contacting you about a legacy Eloqua tag reference on ovirt.org. This
project <https://mojo.redhat.com/docs/DOC-1061722> is the reason I'm
contacting all websites with references to the legacy Eloqua tag and legacy
Adobe Analytics s_code implementation. By the end of the year, the legacy
Eloqua script on ovirt.org and other Upstream Community sites will be
substituted server-side with replacements that do not make any service
calls (i.e. they will no longer do any tracking). The substituted mock
scripts should not cause failures on your site but to mitigate any
potential of failures, we are asking properties referencing these legacy
scripts to remove them.
You have a block of code on your site referencing the legacy Eloqua
scripts. This is the block of code that needs to be removed:
<!-- eloqua -->
<script src='//www.redhat.com/j/elqNow/elqCfg.js' type='text/javascript'></
script>
<script src='//www.redhat.com/j/elqNow/elqImg.js' type='text/javascript'></
script>
If you are using the Eloqua GUID for any form processing, please let me
know and we can discuss how to deploy the new Eloqua tag on your site.
Thanks!!
--
Marcia Coman
System Analyst, Marketing Operations
Adobe Analytics Mojo Page
<https://mojo.redhat.com/community/marketing/marketing-operations/adobe-an...>
Red Hat
<https://www.redhat.com>
T: 919-890-8629
<https://red.ht/sig>
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100090)
6 years, 3 months
[JIRA] (OVIRT-2430) Make mock_runner not run things inside chroot
that are not user script
by Barak Korren (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-2430?page=com.atlassian.jir... ]
Barak Korren reassigned OVIRT-2430:
-----------------------------------
Assignee: Barak Korren (was: infra)
> Make mock_runner not run things inside chroot that are not user script
> ----------------------------------------------------------------------
>
> Key: OVIRT-2430
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2430
> Project: oVirt - virtualization made easy
> Issue Type: Bug
> Components: mock_runner
> Reporter: Barak Korren
> Assignee: Barak Korren
> Priority: High
>
> When {{mock_runner.sh}} runs an STDCI script, before starting the script itself, it runs various commands inside the chroot that are meant to do various things like take care of logging and work around various historical mock issues.
> Those commands hade made the {{mock_runner.sh}} code harder to maintain and have caused various issues.
> The aim of this ticket is to do work required so that running such commands inside mock will no-longer be needed. Specific things that need to be done include:
> # Verify that all existing setup commands are indeed no longer needed, or could otherwise be replaced by other means such as mock configuration
> # Redirect log messages from mock into a file so that the mock output includeds only the user script output
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100090)
6 years, 3 months
[JIRA] (OVIRT-2430) Make mock_runner not run things inside chroot
that are not user script
by Barak Korren (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-2430?page=com.atlassian.jir... ]
Barak Korren updated OVIRT-2430:
--------------------------------
Epic Link: OVIRT-2189
> Make mock_runner not run things inside chroot that are not user script
> ----------------------------------------------------------------------
>
> Key: OVIRT-2430
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2430
> Project: oVirt - virtualization made easy
> Issue Type: Bug
> Components: mock_runner
> Reporter: Barak Korren
> Assignee: infra
> Priority: High
>
> When {{mock_runner.sh}} runs an STDCI script, before starting the script itself, it runs various commands inside the chroot that are meant to do various things like take care of logging and work around various historical mock issues.
> Those commands hade made the {{mock_runner.sh}} code harder to maintain and have caused various issues.
> The aim of this ticket is to do work required so that running such commands inside mock will no-longer be needed. Specific things that need to be done include:
> # Verify that all existing setup commands are indeed no longer needed, or could otherwise be replaced by other means such as mock configuration
> # Redirect log messages from mock into a file so that the mock output includeds only the user script output
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100090)
6 years, 3 months
[JIRA] (OVIRT-2430) Make mock_runner not run things inside chroot
that are not user script
by Barak Korren (oVirt JIRA)
Barak Korren created OVIRT-2430:
-----------------------------------
Summary: Make mock_runner not run things inside chroot that are not user script
Key: OVIRT-2430
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2430
Project: oVirt - virtualization made easy
Issue Type: Bug
Components: mock_runner
Reporter: Barak Korren
Assignee: infra
Priority: High
When {{mock_runner.sh}} runs an STDCI script, before starting the script itself, it runs various commands inside the chroot that are meant to do various things like take care of logging and work around various historical mock issues.
Those commands hade made the {{mock_runner.sh}} code harder to maintain and have caused various issues.
The aim of this ticket is to do work required so that running such commands inside mock will no-longer be needed. Specific things that need to be done include:
# Verify that all existing setup commands are indeed no longer needed, or could otherwise be replaced by other means such as mock configuration
# Redirect log messages from mock into a file so that the mock output includeds only the user script output
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100090)
6 years, 3 months
[JIRA] (OVIRT-2422) ExtractPathNoPathError: scp: /root/fluentd: No
such file or directory in OST manual upgrade-from-release
by Dafna Ron (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-2422?page=com.atlassian.jir... ]
Dafna Ron commented on OVIRT-2422:
----------------------------------
There were some failures in resources which could have caused it in the last couple of months but trying to find the exactly which one cause its is not possible.
I see a new build was triggered but it failed on missing package (which I have a patch for) so I will re-trigger it once the package issue is solved.
> ExtractPathNoPathError: scp: /root/fluentd: No such file or directory in OST manual upgrade-from-release
> --------------------------------------------------------------------------------------------------------
>
> Key: OVIRT-2422
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2422
> Project: oVirt - virtualization made easy
> Issue Type: By-EMAIL
> Reporter: Greg Sheremeta
> Assignee: infra
>
> Trying to test an upgrade of 4.2 --> master with custom artifacts,
> https://jenkins.ovirt.org/job/ovirt-engine_master_build-artifacts-on-dema...
> "ExtractPathNoPathError: scp: /root/fluentd: No such file or directory"
> https://jenkins.ovirt.org/view/oVirt%20system%20tests/job/ovirt-system-te...
> 08:09:46 # Save prefix: Success (in 0:00:00)
> 08:09:46 @ Create prefix internal repo: Success (in 0:02:48)
> 08:09:46 + cd -
> 08:09:46
> /home/jenkins/workspace/ovirt-system-tests_manual/ovirt-system-tests
> 08:09:46 + for scenario_a in '"${test_scenarios_after[@]}"'
> 08:09:46 + echo 'Running test scenario 001_upgrade_engine.py'
> 08:09:46 Running test scenario 001_upgrade_engine.py
> 08:09:46 + env_run_test
> /home/jenkins/workspace/ovirt-system-tests_manual/ovirt-system-tests/upgrade-from-release-suite-master/test-scenarios-after-upgrade/001_upgrade_engine.py
> 08:09:46 + local res=0
> 08:09:46 + cd /dev/shm/ost/deployment-upgrade-from-release-suite-master
> 08:09:46 + lago ovirt runtest
> /home/jenkins/workspace/ovirt-system-tests_manual/ovirt-system-tests/upgrade-from-release-suite-master/test-scenarios-after-upgrade/001_upgrade_engine.py
> 08:09:46 @ Run test: 001_upgrade_engine.py:
> 08:09:46 nose.config: INFO: Ignoring files matching ['^\\.', '^_',
> '^setup\\.py$']
> 08:09:46 # 001_upgrade_engine.test_initialize_engine:
> 08:09:46 * Copy
> /home/jenkins/workspace/ovirt-system-tests_manual/ovirt-system-tests/upgrade-from-release-suite-master/upgrade-engine-answer-file.conf
> to lago-upgrade-from-release-suite-master-engine:/tmp/answer-file-post:
> 08:09:47 * Copy
> /home/jenkins/workspace/ovirt-system-tests_manual/ovirt-system-tests/upgrade-from-release-suite-master/upgrade-engine-answer-file.conf
> to lago-upgrade-from-release-suite-master-engine:/tmp/answer-file-post:
> Success (in 0:00:00)
> 08:10:02 * Collect artifacts:
> 08:10:06 - [Thread-43] lago-upgrade-from-release-suite-master-engine:
> ERROR (in 0:00:04)
> 08:10:06 Error while running thread
> 08:10:06 Traceback (most recent call last):
> 08:10:06 File "/usr/lib/python2.7/site-packages/lago/utils.py", line 58,
> in _ret_via_queue
> 08:10:06 queue.put({'return': func()})
> 08:10:06 File "/usr/lib/python2.7/site-packages/lago/prefix.py", line
> 1524, in _collect_artifacts
> 08:10:06 vm.collect_artifacts(path, ignore_nopath)
> 08:10:06 File "/usr/lib/python2.7/site-packages/lago/plugins/vm.py", line
> 644, in collect_artifacts
> 08:10:06 ignore_nopath=ignore_nopath
> 08:10:06 File "/usr/lib/python2.7/site-packages/lago/plugins/vm.py", line
> 384, in extract_paths
> 08:10:06 return self.provider.extract_paths(paths, *args, **kwargs)
> 08:10:06 File
> "/usr/lib/python2.7/site-packages/lago/providers/libvirt/vm.py", line 398,
> in extract_paths
> 08:10:06 ignore_nopath=ignore_nopath,
> 08:10:06 File "/usr/lib/python2.7/site-packages/lago/plugins/vm.py", line
> 249, in extract_paths
> 08:10:06 self._extract_paths_scp(paths=paths,
> ignore_nopath=ignore_nopath)
> 08:10:06 File "/usr/lib/python2.7/site-packages/lago/plugins/vm.py", line
> 83, in wrapper
> 08:10:06 return func(self, *args, **kwargs)
> 08:10:06 File "/usr/lib/python2.7/site-packages/lago/plugins/vm.py", line
> 279, in _extract_paths_scp
> 08:10:06 raise ExtractPathNoPathError(err.args[0])
> 08:10:06 ExtractPathNoPathError: scp: /root/fluentd: No such file or
> directory
> 08:10:06 Error while running thread
> 08:10:06 Traceback (most recent call last):
> 08:10:06 File "/usr/lib/python2.7/site-packages/lago/utils.py", line 58,
> in _ret_via_queue
> 08:10:06 queue.put({'return': func()})
> 08:10:06 File "/usr/lib/python2.7/site-packages/lago/prefix.py", line
> 1524, in _collect_artifacts
> 08:10:06 vm.collect_artifacts(path, ignore_nopath)
> 08:10:06 File "/usr/lib/python2.7/site-packages/lago/plugins/vm.py", line
> 644, in collect_artifacts
> 08:10:06 ignore_nopath=ignore_nopath
> 08:10:06 File "/usr/lib/python2.7/site-packages/lago/plugins/vm.py", line
> 384, in extract_paths
> 08:10:06 return self.provider.extract_paths(paths, *args, **kwargs)
> 08:10:06 File
> "/usr/lib/python2.7/site-packages/lago/providers/libvirt/vm.py", line 398,
> in extract_paths
> 08:10:06 ignore_nopath=ignore_nopath,
> 08:10:06 File "/usr/lib/python2.7/site-packages/lago/plugins/vm.py", line
> 249, in extract_paths
> 08:10:06 self._extract_paths_scp(paths=paths,
> ignore_nopath=ignore_nopath)
> 08:10:06 File "/usr/lib/python2.7/site-packages/lago/plugins/vm.py", line
> 83, in wrapper
> 08:10:06 return func(self, *args, **kwargs)
> 08:10:06 File "/usr/lib/python2.7/site-packages/lago/plugins/vm.py", line
> 279, in _extract_paths_scp
> 08:10:06 raise ExtractPathNoPathError(err.args[0])
> 08:10:06 ExtractPathNoPathError: scp: /root/fluentd: No such file or
> directory
> 08:10:06 * Collect artifacts: ERROR (in 0:00:04)
> 08:10:06 # 001_upgrade_engine.test_initialize_engine: ERROR (in 0:00:19)
> 08:10:06 # Results located at
> /dev/shm/ost/deployment-upgrade-from-release-suite-master/default/001_upgrade_engine.py.junit.xml
> 08:10:06 @ Run test: 001_upgrade_engine.py: ERROR (in 0:00:19)
> 08:10:06 Error occured, aborting
> 08:10:06 Traceback (most recent call last):
> 08:10:06 File "/usr/lib/python2.7/site-packages/ovirtlago/cmd.py", line
> 383, in do_run
> 08:10:06 self.cli_plugins[args.ovirtverb].do_run(args)
> 08:10:06 File "/usr/lib/python2.7/site-packages/lago/plugins/cli.py",
> line 184, in do_run
> 08:10:06 self._do_run(**vars(args))
> 08:10:06 File "/usr/lib/python2.7/site-packages/lago/utils.py", line 505,
> in wrapper
> 08:10:06 return func(*args, **kwargs)
> 08:10:06 File "/usr/lib/python2.7/site-packages/lago/utils.py", line 516,
> in wrapper
> 08:10:06 return func(*args, prefix=prefix, **kwargs)
> 08:10:06 File "/usr/lib/python2.7/site-packages/ovirtlago/cmd.py", line
> 107, in do_ovirt_runtest
> 08:10:06 raise RuntimeError('Some tests failed')
> 08:10:06 RuntimeError: Some tests failed
> 08:10:06 + res=1
> 08:10:06 + cd -
> 08:10:06
> /home/jenkins/workspace/ovirt-system-tests_manual/ovirt-system-tests
> 08:10:06 + return 1
> 08:10:06 + failed=true
> 08:10:06 + env_collect
> /home/jenkins/workspace/ovirt-system-tests_manual/ovirt-system-tests/test_logs/upgrade-from-release-suite-master/post-001_upgrade_engine.py
> 08:10:06 + local
> tests_out_dir=/home/jenkins/workspace/ovirt-system-tests_manual/ovirt-system-tests/test_logs/upgrade-from-release-suite-master/post-001_upgrade_engine.py
> 08:10:06 + [[ -e
> /home/jenkins/workspace/ovirt-system-tests_manual/ovirt-system-tests/test_logs/upgrade-from-release-suite-master
> ]]
> 08:10:06 + cd
> /dev/shm/ost/deployment-upgrade-from-release-suite-master/current
> 08:10:06 + lago collect --output
> /home/jenkins/workspace/ovirt-system-tests_manual/ovirt-system-tests/test_logs/upgrade-from-release-suite-master/post-001_upgrade_engine.py
> 08:10:07 @ Collect artifacts:
> 08:10:07 # [Thread-1] lago-upgrade-from-release-suite-master-engine:
> 08:10:07 # [Thread-2] lago-upgrade-from-release-suite-master-host-0:
> 08:10:08 # [Thread-2] lago-upgrade-from-release-suite-master-host-0:
> Success (in 0:00:01)
> 08:10:32 # [Thread-1] lago-upgrade-from-release-suite-master-engine:
> Success (in 0:00:25)
> 08:10:32 @ Collect artifacts: Success (in 0:00:25)
> 08:10:32 + cp -a logs
> /home/jenkins/workspace/ovirt-system-tests_manual/ovirt-system-tests/test_logs/upgrade-from-release-suite-master/
> post-001_upgrade_engine.py/lago_logs
> 08:10:32 + cd -
> 08:10:32
> /home/jenkins/workspace/ovirt-system-tests_manual/ovirt-system-tests
> 08:10:32 + true
> 08:10:32 + echo '@@@@ ERROR: Failed running '
> 08:10:32 @@@@ ERROR: Failed running
> --
> GREG SHEREMETA
> SENIOR SOFTWARE ENGINEER - TEAM LEAD - RHV UX
> Red Hat NA
> <https://www.redhat.com/>
> gshereme(a)redhat.com IRC: gshereme
> <https://red.ht/sig>
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100090)
6 years, 3 months
Build failed in Jenkins:
system-sync_mirrors-centos-updates-el7-x86_64 #1841
by jenkins@jenkins.phx.ovirt.org
See <http://jenkins.ovirt.org/job/system-sync_mirrors-centos-updates-el7-x86_6...>
Changes:
[Sandro Bonazzola] jobs: add new ansible roles projects
------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on mirrors.phx.ovirt.org (mirrors) in workspace <http://jenkins.ovirt.org/job/system-sync_mirrors-centos-updates-el7-x86_6...>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url http://gerrit.ovirt.org/jenkins.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Pruning obsolete local branches
Fetching upstream changes from http://gerrit.ovirt.org/jenkins.git
> git --version # timeout=10
> git fetch --tags --progress http://gerrit.ovirt.org/jenkins.git +refs/heads/*:refs/remotes/origin/* --prune
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 9595f6ef6d12fdb943416b890879e6859f1bec55 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 9595f6ef6d12fdb943416b890879e6859f1bec55
Commit message: "jobs: add new ansible roles projects"
> git rev-list --no-walk 3af01c5f1052cfbfe2c211e0872b86ddf37ffa43 # timeout=10
[system-sync_mirrors-centos-updates-el7-x86_64] $ /bin/bash -xe /tmp/jenkins606230803178778869.sh
+ jenkins/scripts/mirror_mgr.sh resync_yum_mirror centos-updates-el7 x86_64 jenkins/data/mirrors-reposync.conf
Checking if mirror needs a resync
Traceback (most recent call last):
File "/usr/bin/reposync", line 343, in <module>
main()
File "/usr/bin/reposync", line 175, in main
my.doRepoSetup()
File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 681, in doRepoSetup
return self._getRepos(thisrepo, True)
File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 721, in _getRepos
self._repos.doSetup(thisrepo)
File "/usr/lib/python2.7/site-packages/yum/repos.py", line 157, in doSetup
self.retrieveAllMD()
File "/usr/lib/python2.7/site-packages/yum/repos.py", line 88, in retrieveAllMD
dl = repo._async and repo._commonLoadRepoXML(repo)
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1465, in _commonLoadRepoXML
local = self.cachedir + '/repomd.xml'
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 774, in <lambda>
cachedir = property(lambda self: self._dirGetAttr('cachedir'))
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 757, in _dirGetAttr
self.dirSetup()
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 735, in dirSetup
self._dirSetupMkdir_p(dir)
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 712, in _dirSetupMkdir_p
raise Errors.RepoError, msg
yum.Errors.RepoError: Error making cache directory: /home/jenkins/mirrors_cache/centos-updates-el7/gen error was: [Errno 17] File exists: '/home/jenkins/mirrors_cache/centos-updates-el7/gen'
Build step 'Execute shell' marked build as failure
6 years, 3 months