Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add workflow status badges to README #421

Merged
merged 1 commit into from
Nov 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs: add workflow status badges to README
Signed-off-by: Nathan Weinberg <nweinber@redhat.com>
nathan-weinberg committed Sep 25, 2024
commit 0d4686443e99b27d04f32349aa62e816833ecec6
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# instructlab-bot

![Lint](https://github.com/instructlab/instructlab-bot/actions/workflows/lint-jobs.yml/badge.svg?branch=main)
![Build](https://github.com/instructlab/instructlab-bot/actions/workflows/build.yml/badge.svg?branch=main)
![Image](https://github.com/instructlab/instructlab-bot/actions/workflows/images.yml/badge.svg?branch=main)

A GitHub bot to increase contributor test and review velocity for
[instructlab/taxonomy](https://github.com/instructlab/taxonomy).


Unchanged files with check annotations Beta

repo: "https://{{ qa_github_token }}@github.com/instructlab/instructlab-bot.git"
dest: /home/{{ ansible_user }}/instructlab-bot
- name: Build worker image

Check warning on line 8 in deploy/ansible/qa/qa-build-worker/worker/tasks/main.yml

GitHub Actions / ansible

args[module]

Unsupported parameters for (basic.py) module: build.buildargs, build.path, source. Supported parameters include: annotation, cache, container_file, extra_args, file, force_rm, format, rm, target, volume.
containers.podman.podman_image:
build:
path: "/home/{{ ansible_user }}/instructlab-bot/worker"
ansible.builtin.debug:
var: ls_images.stdout_lines
- name: Start the worker

Check warning on line 29 in deploy/ansible/qa/qa-build-worker/worker/tasks/main.yml

GitHub Actions / ansible

args[module]

Unsupported parameters for (basic.py) module: gpu_devices. Supported parameters include: annotation, arch, attach, authfile, blkio_weight, blkio_weight_device, cap_add, cap_drop, cgroup_conf, cgroup_parent, cgroupns, cgroups, chrootdirs, cidfile, cmd_args, command, conmon_pidfile, cpu_period, cpu_quota, cpu_rt_period, cpu_rt_runtime, cpu_shares, cpus, cpuset_cpus, cpuset_mems, debug, decryption_key, delete_depend, delete_time, delete_volumes, detach, detach_keys, device, device_cgroup_rule, device_read_bps, device_read_iops, device_write_bps, device_write_iops, dns, dns_option, dns_search, entrypoint, env, env_file, env_host, env_merge, etc_hosts, executable, expose, force_delete, force_restart, generate_systemd, gidmap, gpus, group_add, group_entry, health_startup_cmd, health_startup_interval, health_startup_retries, health_startup_success, health_startup_timeout, healthcheck, healthcheck_failure_action, healthcheck_interval, healthcheck_retries, healthcheck_start_period, healthcheck_timeout, hooks_dir, hostname, hostuser, http_proxy, image, image_strict, image_volume, init, init_ctr, init_path, interactive, ip, ip6, ipc, kernel_memory, label, label_file, log_driver, log_level, log_opt, mac_address, memory, memory_reservation, memory_swap, memory_swappiness, mount, name, network, network_aliases, no_healthcheck, no_hosts, oom_kill_disable, oom_score_adj, os, passwd, passwd_entry, personality, pid, pid_file, pids_limit, platform, pod, pod_id_file, preserve_fd, preserve_fds, privileged, publish, publish_all, pull, quadlet_dir, quadlet_filename, quadlet_options, rdt_class, read_only, read_only_tmpfs, recreate, requires, restart_policy, restart_time, retry, retry_delay, rm, rmi, rootfs, sdnotify, seccomp_policy, secrets, security_opt, shm_size, shm_size_systemd, sig_proxy, state, stop_signal, stop_time, stop_timeout, subgidname, subuidname, sysctl, systemd, timeout, timezone, tls_verify, tmpfs, tty, uidmap, ulimit, umask, unsetenv, unsetenv_all, user, userns, uts, variant, volume, volumes_from, workdir (add_hosts, auto_remove, capabilities, dns_opts, dns_search_domains, dns_servers, env_files, exposed, exposed_ports, groups, health_cmd, health_interval, health_on_failure, health_retries, health_start_period, health_timeout, ipc_mode, labels, log_options, mounts, net, network_alias, network_mode, pid_mode, ports, published, published_ports, remove, restart, ulimits, userns_mode, volumes, working_dir).
containers.podman.podman_container:
name: instruct_lab_worker
image: "ghcr.io/instructlab/instructlab-bot/instructlab-serve:main"