Skip to content

Commit

Permalink
Move examples/ -> executors/
Browse files Browse the repository at this point in the history
  • Loading branch information
wegel committed Aug 25, 2024
1 parent af1818f commit 0a34238
Show file tree
Hide file tree
Showing 15 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

.ONESHELL:
ROOT_DIR := $(dir $(realpath $(lastword $(MAKEFILE_LIST))))
SCRIPTS_DIR ?= examples/full-rootless-pinp
SCRIPTS_DIR ?= executors/full-rootless-pinp
IMAGE_NAME ?= $(shell echo "$(SCRIPTS_DIR)" | tr '/' '-')

sinclude $(ROOT_DIR)/.local.mk # You could define GITHUB_TOKEN in there, for example
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ podman run -td -h nex-builder --security-opt label=disable \
--device /dev/net/tun --device /dev/fuse \
--user podman --name ${container_name} \
-v $(pwd)/fake-docker:/usr/bin/docker \
localhost/examples-full-rootless-pinp:latest tail -f /dev/null
localhost/executors-full-rootless-pinp:latest tail -f /dev/null

podman wait --condition=running ${container_name} >/dev/null

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ github_job_id=$(echo $GITHUB_JOB | jq -r '.id')

runner_name="sghr-${github_job_id}-${github_run_attempt}"
container_name="github-runner-${github_job_id}-${github_run_attempt}"
container_image_name=localhost/examples-libvirtd-in-podman:latest
container_image_name=localhost/executors-libvirtd-in-podman:latest

libvirt_dir=${LIBVIRT_DIR:-$(pwd)}

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0a34238

Please sign in to comment.