Skip to content
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.

Commit

Permalink
Bug 1584849 - Use aws-provisioner-v1/gwci-linux as pmoore-test/gwci-l…
Browse files Browse the repository at this point in the history
…inux has problems at the moment
  • Loading branch information
petemoore committed Oct 15, 2019
1 parent c005a0c commit e188ce8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ tasks:
############## Linux amd64 Multiuser Build ###############
##########################################################

- provisionerId: pmoore-test
- provisionerId: aws-provisioner-v1
workerType: gwci-linux
metadata:
name: "Build/test 64 bit generic-worker (multiuser engine) on Ubuntu 17.04 VM"
Expand Down Expand Up @@ -592,7 +592,7 @@ tasks:
################ Linux amd64 Simple Build ################
##########################################################

- provisionerId: pmoore-test
- provisionerId: aws-provisioner-v1
workerType: gwci-linux
metadata:
name: "Build/test 64 bit generic-worker (simple engine) on Ubuntu 17.04 VM"
Expand Down Expand Up @@ -663,7 +663,7 @@ tasks:
################ Linux amd64 Docker Build ################
##########################################################

- provisionerId: pmoore-test
- provisionerId: aws-provisioner-v1
workerType: gwci-linux
metadata:
name: "Build/test 64 bit generic-worker (docker engine) on Ubuntu 17.04 VM"
Expand Down Expand Up @@ -734,7 +734,7 @@ tasks:
############## Check vendored dependencies ###############
##########################################################

- provisionerId: pmoore-test
- provisionerId: aws-provisioner-v1
workerType: gwci-linux
metadata:
name: "Run 'dep check' to ensure dependencies are up to date"
Expand Down
14 changes: 14 additions & 0 deletions uptime/update_darwin.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
package main

import (
"log"
"syscall"
)

func main() {
uptime, err := syscall.Sysctl("kern.boottime")
if err != nil {
log.Fatalf("%v", err)
}
log.Printf("Uptime: %v", uptime)
}
Binary file added worker_types/gwci-linux/screenshot.xwd
Binary file not shown.

0 comments on commit e188ce8

Please sign in to comment.