Skip to content

Instantly share code, notes, and snippets.

View stephendonner's full-sized avatar

Stephen Donner stephendonner

View GitHub Profile
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
GET https://stubattribution-default.stage.mozaws.net/?product=test-stub&os=win&lang=en-US&attribution_code=c291cmNlPWdvb2dsZSZtZWRpdW09NDg0NWM2NmEtNzcxMy00NjVhLTliNzMtM2E1ZjgwMTcwNTY5JmNhbXBhaWduPShub3Qgc2V0KSZjb250ZW50PShub3Qgc2V0KSZ0aW1lc3RhbXA9MTQ4NTk3NjUxOA..&attribution_sig=338214aeda9026d841b344d087062b5d1b75f507bf420cde3af5530f396656ae
Accept: */*
Accept-Encoding: gzip, deflate
Host: stubattribution-default.stage.mozaws.net
User-Agent: Python/3.5 aiohttp/1.2.0
Content-Length: 0>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
GET https://stubattribution-default-cdn.stage.mozaws.net/builds/test-stub/en-US/win/a1ce49a6d35aee88da9317087b235d01eada5da2a162273644647c9b48765680/test-stub.exe
Accept: */*
Accept-Encoding: gzip, deflate
[root@webqa-ci-staging1.qa.scl3 sdonner]# cat /etc/yum.repos.d/jenkins.repo
[jenkins]
name=Jenkins-stable
baseurl=http://pkg.jenkins.io/redhat-stable
gpgcheck=1
[root@webqa-ci-staging1.qa.scl3 sdonner]# sudo yum-wrapper update jenkins
Pinned packages detected, excluding the following from yum update jenkins:
facter 2.0.2-1.el6
puppet 3.6.2-1.el6
stage('Test') {
node {
timeout(time: 5, unit: 'MINUTES') {
timestamps {
deleteDir()
unstash 'workspace'
runTox(environment)
}
}
}
import groovy.json.JsonOutput
/** Tox environment */
def config = 'tests/e2e/tox.ini'
def environment = 'e2e'
/** Run Tox
*
* @param environment test environment to run
*/
import groovy.json.JsonOutput
/** Tox environment */
def config = 'e2e-tests/tox.ini'
def environment = 'tests'
/** Map of desired capabilities */
def capabilities = [
browserName: 'Firefox',
version: '47.0',
Started by user Stephen Donner
> /usr/local/git/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> /usr/local/git/bin/git config remote.origin.url https://github.com/stephendonner/socorro.git # timeout=10
Fetching upstream changes from https://github.com/stephendonner/socorro.git
> /usr/local/git/bin/git --version # timeout=10
Setting http proxy: proxy.dmz.scl3.mozilla.com:3128
> /usr/local/git/bin/git fetch --tags --progress https://github.com/stephendonner/socorro.git +refs/heads/*:refs/remotes/origin/*
> /usr/local/git/bin/git rev-parse origin/tox^{commit} # timeout=10
Checking out Revision be18c2f4170ed555bac84c774cde16018e48e979 (origin/tox)
Started by user Stephen Donner
Replayed #21
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] node
Running on master in /var/lib/jenkins/jobs/socorro.pipeline.adhoc/workspace
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] deleteDir
--- old/Jenkinsfile
+++ new/Jenkinsfile
@@ -52,9 +52,7 @@
currentBuild.result = 'FAILURE'
throw err
} finally {
- dir('results') {
- stash environment
- }
+ stash name: environment, includes: 'results/**'
Started by user Stephen Donner
> /usr/local/git/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> /usr/local/git/bin/git config remote.origin.url https://github.com/stephendonner/socorro.git # timeout=10
Fetching upstream changes from https://github.com/stephendonner/socorro.git
> /usr/local/git/bin/git --version # timeout=10
Setting http proxy: proxy.dmz.scl3.mozilla.com:3128
> /usr/local/git/bin/git fetch --tags --progress https://github.com/stephendonner/socorro.git +refs/heads/*:refs/remotes/origin/*
> /usr/local/git/bin/git rev-parse origin/tox^{commit} # timeout=10
Checking out Revision 0c8bd3d343eaf7fbc132f637877b13d692d6cda3 (origin/tox)
Started by user Stephen Donner
> /usr/local/git/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> /usr/local/git/bin/git config remote.origin.url https://github.com/stephendonner/socorro.git # timeout=10
Fetching upstream changes from https://github.com/stephendonner/socorro.git
> /usr/local/git/bin/git --version # timeout=10
Setting http proxy: proxy.dmz.scl3.mozilla.com:3128
> /usr/local/git/bin/git fetch --tags --progress https://github.com/stephendonner/socorro.git +refs/heads/*:refs/remotes/origin/*
> /usr/local/git/bin/git rev-parse origin/tox^{commit} # timeout=10
Checking out Revision 0c8bd3d343eaf7fbc132f637877b13d692d6cda3 (origin/tox)